igb: remove M_HASHTYPE when RSS is not enabled
manually cherry-pick efcc0423d8
Reviewed by: kbowling
Differential Revision: https://reviews.freebsd.org/D55143
This commit is contained in:
@@ -573,6 +573,6 @@ igb_determine_rsstype(uint16_t pkt_info)
|
||||
case E1000_RXDADV_RSSTYPE_IPV6_TCP_EX:
|
||||
return M_HASHTYPE_RSS_TCP_IPV6_EX;
|
||||
default:
|
||||
return M_HASHTYPE_OPAQUE;
|
||||
return M_HASHTYPE_NONE;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user