]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In FreeBSD 10 and higher the driver announces SCTP checksum offloading support
authorMichael Tuexen <tuexen@FreeBSD.org>
Thu, 4 Feb 2016 18:08:50 +0000 (18:08 +0000)
committerMichael Tuexen <tuexen@FreeBSD.org>
Thu, 4 Feb 2016 18:08:50 +0000 (18:08 +0000)
commit2602455cc284d363aee836cb033546c488203347
treeeb9e43c2d89ee2d2596b8dc62b23d51a740f0276
parent74f9cea2d3f5389a554347b40f0f1d63902217eb
In FreeBSD 10 and higher the driver announces SCTP checksum offloading support
also for 82598, which doesn't support it.
The legacy code has a check for it, which was missed when the code for dealing with
CSUM_IP6_* was added. Add the same check for FreeBSD 10 and higher.

Differential Revision: https://reviews.freebsd.org/D5192
sys/dev/ixgbe/if_ix.c