CSUM flags need to be OS version sensitive in ixv code
MFC in 3 days
This commit is contained in:
parent
66863764b8
commit
462e3e88b3
@ -175,7 +175,11 @@
|
||||
#define VFTA_SIZE 128
|
||||
|
||||
/* Offload bits in mbuf flag */
|
||||
#if __FreeBSD_version >= 800000
|
||||
#define CSUM_OFFLOAD (CSUM_IP|CSUM_TCP|CSUM_UDP|CSUM_SCTP)
|
||||
#else
|
||||
#define CSUM_OFFLOAD (CSUM_IP|CSUM_TCP|CSUM_UDP)
|
||||
#endif
|
||||
|
||||
/*
|
||||
*****************************************************************************
|
||||
|
Loading…
x
Reference in New Issue
Block a user