]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r295273:
authortuexen <tuexen@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 25 Feb 2016 19:21:46 +0000 (19:21 +0000)
committertuexen <tuexen@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 25 Feb 2016 19:21:46 +0000 (19:21 +0000)
commit45248b20b4aa3fcfdd1fa20b69c95d02d7059909
tree8678aba9e105d82929f977bd19ffce6ddff763b2
parent5cf6d452e8c8ed53aecf6e41776ba5715ae7d21f
MFC r295273:
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.

Approved by: re (marius)
Differential Revision: D5192

git-svn-id: svn://svn.freebsd.org/base/stable/10@296056 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/ixgbe/if_ix.c