summaryrefslogtreecommitdiffstats
path: root/sys/dev/ixgbe
diff options
context:
space:
mode:
authorsephe <sephe@FreeBSD.org>2016-06-07 04:51:50 +0000
committersephe <sephe@FreeBSD.org>2016-06-07 04:51:50 +0000
commit7acd138965d96ffd22d5af9e51a5cc261951eb6a (patch)
tree8816b0f75c831a8e5070bc0b18af1929b457914e /sys/dev/ixgbe
parentbe6cf145bec7e3658cd25477592f21b906de159e (diff)
downloadFreeBSD-src-7acd138965d96ffd22d5af9e51a5cc261951eb6a.zip
FreeBSD-src-7acd138965d96ffd22d5af9e51a5cc261951eb6a.tar.gz
net: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid has hash properties
Reviewed by: hps, erj, tuexen Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D6688
Diffstat (limited to 'sys/dev/ixgbe')
-rw-r--r--sys/dev/ixgbe/ix_txrx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ixgbe/ix_txrx.c b/sys/dev/ixgbe/ix_txrx.c
index 2f5663f..61c2ef0 100644
--- a/sys/dev/ixgbe/ix_txrx.c
+++ b/sys/dev/ixgbe/ix_txrx.c
@@ -1964,7 +1964,7 @@ ixgbe_rxeof(struct ix_queue *que)
#endif
default:
M_HASHTYPE_SET(sendmp,
- M_HASHTYPE_OPAQUE);
+ M_HASHTYPE_OPAQUE_HASH);
}
} else {
sendmp->m_pkthdr.flowid = que->msix;
OpenPOWER on IntegriCloud