cxgbe(4): RSS hash for VXLAN traffic is computed from the inner frame.
Sponsored by: Chelsio Communications
This commit is contained in:
parent
774c4c82ff
commit
d107ee06f3
@ -2072,6 +2072,8 @@ have_mbuf:
|
||||
rxq->rxcsum++;
|
||||
} else {
|
||||
MPASS(tnl_type == RX_PKT_TNL_TYPE_VXLAN);
|
||||
|
||||
M_HASHTYPE_SETINNER(m0);
|
||||
if (__predict_false(cpl->ip_frag)) {
|
||||
/*
|
||||
* csum_data is for the inner frame (which is an
|
||||
|
Loading…
x
Reference in New Issue
Block a user