Skip to content

Commit cc8c7a7

Browse files
author
xsiska12
committed
dpdk: changed input of RSS to IP addresses only
1 parent 20bb951 commit cc8c7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

input/dpdk.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ void DpdkCore::configureRSS()
197197
struct rte_eth_rss_conf rssConfig = {
198198
.rss_key = rssKey,
199199
.rss_key_len = RSS_KEY_LEN,
200-
.rss_hf = ETH_RSS_IP | ETH_RSS_TCP | ETH_RSS_UDP,
200+
.rss_hf = ETH_RSS_IP,
201201
};
202202

203203
if (rte_eth_dev_rss_hash_update(m_portId, &rssConfig)) {

0 commit comments

Comments
 (0)