summaryrefslogtreecommitdiff
path: root/Kbuild
diff options
context:
space:
mode:
authorHarini Katakam <harini.katakam@xilinx.com>2020-02-05 15:38:11 +0300
committerDavid S. Miller <davem@davemloft.net>2020-02-05 16:46:03 +0300
commit41c1ef978c8d0259c6636e6d2d854777e92650eb (patch)
tree27ce70768547c1caa4aae32337560234bd352dba /Kbuild
parent38f88c45404293bbc027b956def6c10cbd45c616 (diff)
downloadlinux-41c1ef978c8d0259c6636e6d2d854777e92650eb.tar.xz
net: macb: Remove unnecessary alignment check for TSO
The IP TSO implementation does NOT require the length to be a multiple of 8. That is only a requirement for UFO as per IP documentation. Hence, exit macb_features_check function in the beginning if the protocol is not UDP. Only when it is UDP, proceed further to the alignment checks. Update comments to reflect the same. Also remove dead code checking for protocol TCP when calculating header length. Fixes: 1629dd4f763c ("cadence: Add LSO support.") Signed-off-by: Harini Katakam <harini.katakam@xilinx.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions