commit | 154820563dd4621c78e03e98e70216e832422f8e | [log] [tgz] |
---|---|---|
author | Thomas Falcon <tlfalcon@linux.vnet.ibm.com> | Tue Oct 17 12:36:54 2017 -0500 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 19 13:20:31 2017 +0100 |
tree | d319663184d274816bc44ca75724bb4da590adad | |
parent | 010f245b9dd734adda6386c494a4ace953ea8dc4 [diff] |
ibmvnic: Enable scatter-gather support This patch enables scatter gather support. Since there is no HW/FW scatter-gather support at this time, the driver needs to loop through each fragment and copy it to a contiguous, pre-mapped buffer entry. Signed-off-by: Thomas Falcon <tlfalcon@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>