aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2018-10-16 10:09:59 -0700
committerDavid S. Miller <davem@davemloft.net>2018-10-16 10:09:59 -0700
commit29ce85f349c2f77a3c035f70fafeaa8b22608328 (patch)
tree0daebb53cf98740b417c343b8490f2d75a231d36 /net
parentMerge branch 'qed-Align-PTT-and-add-various-link-modes' (diff)
parentnet: hns3: fix for multiple unmapping DMA problem (diff)
downloadlinux-dev-29ce85f349c2f77a3c035f70fafeaa8b22608328.tar.xz
linux-dev-29ce85f349c2f77a3c035f70fafeaa8b22608328.zip
Merge branch 'hns3-Some-cleanup-and-bugfix-for-desc-filling'
Yunsheng Lin says: ==================== Some cleanup and bugfix for desc filling When retransmiting packets, skb_cow_head which is called in hns3_set_tso may clone a new header. And driver will clear the checksum of the header after doing DMA map, so HW will read the old header whose L3 checksum is not cleared and calculate a wrong L3 checksum. Also When sending a big fragment using multiple buffer descriptor, hns3 does one maping, but do multiple unmapping when tx is done, which may cause unmapping problem. This patchset does some cleanup before fixing the above problem. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions