mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
The pkthdr field is flowid not rss_hash
This commit is contained in:
parent
6b9003b6e6
commit
e44730ed21
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=185537
@ -125,7 +125,7 @@ _mcl_collapse_mbuf(struct mbuf_iovec *mi, struct mbuf *m)
|
||||
mi->mi_ether_vtag = m->m_pkthdr.ether_vtag;
|
||||
mi->mi_tso_segsz = m->m_pkthdr.tso_segsz;
|
||||
#ifdef IFNET_MULTIQUEUE
|
||||
mi->mi_rss_hash = m->m_pkthdr.rss_hash;
|
||||
mi->mi_rss_hash = m->m_pkthdr.flowid;
|
||||
#endif
|
||||
if(!SLIST_EMPTY(&m->m_pkthdr.tags))
|
||||
m_tag_delete_chain(m, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user