We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20bb951 commit cc8c7a7Copy full SHA for cc8c7a7
input/dpdk.cpp
@@ -197,7 +197,7 @@ void DpdkCore::configureRSS()
197
struct rte_eth_rss_conf rssConfig = {
198
.rss_key = rssKey,
199
.rss_key_len = RSS_KEY_LEN,
200
- .rss_hf = ETH_RSS_IP | ETH_RSS_TCP | ETH_RSS_UDP,
+ .rss_hf = ETH_RSS_IP,
201
};
202
203
if (rte_eth_dev_rss_hash_update(m_portId, &rssConfig)) {
0 commit comments