Symmetric RSS Hashing support in DPDK
Balakrishnan K
Balakrishnan.K1 at tatacommunications.com
Wed Mar 6 08:29:24 CET 2024
Hello,
Our application needs symmetric hashing to handle the reverse traffic on the same core, also to
Improve performance by distributing the traffic across core.
Tried using rss config as below .
action_rss_tcp.types = ETH_RSS_NONFRAG_IPV4_TCP | ETH_RSS_L3_SRC_ONLY| ETH_RSS_L3_DST_ONLY | ETH_RSS_L4_SRC_ONLY | ETH_RSS_L4_DST_ONLY;
but could not get desired result.
Is there any options or API available to enable symmetric RSS hashing .
We are using dpdk 20.11 and intel NIC X710 10GbE .
Regards,
Bala
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/dev/attachments/20240306/92e8c8fd/attachment-0001.htm>
More information about the dev
mailing list