RE: is RSS and Flow director can work together

2024-03-11 Thread Balakrishnan K
: Balakrishnan K Cc: dev@dpdk.org; us...@dpdk.org Subject: Re: is RSS and Flow director can work together CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. On Mon, 11 Mar 2024 09:17

is RSS and Flow director can work together

2024-03-11 Thread Balakrishnan K
Hi All, I want to use the dpdk application with RSS and flow director. is possible to use both at a time in application. In RSS, I am using action_rss_tcp.types = ETH_RSS_NONFRAG_IPV4_TCP | ETH_RSS_L3_SRC_ONLY | ETH_RSS_L3_DST_ONLY; to receive the similar traffic to same core. One specific cas