v4_acl lookup failed after rte_pktmbuf_adj in dpdk pipeline

2024-08-29 Thread Balakrishnan K
Hi All, I using dpdk pipeline and performing table lookup to decide the packet forwarding. One of my use case v4_acl lookup failing could not find the reason. Scenario: pipeline test_pipe1 table match v4_acl ipv4 offset 274 size 1K action test. Acl table offset is set to 274. In coming packe

RE: reg. Flow director rule create on LACP Bond

2024-04-03 Thread Balakrishnan K
Can anyone help on the below issue , is flow create with specific pattern supported in LACP Bond? From: Balakrishnan K Sent: Wednesday, April 3, 2024 4:14 PM To: dev@dpdk.org Cc: Stephen Hemminger Subject: reg. Flow director rule create on LACP Bond Hi All, I am trying to create Flow

reg. Flow director rule create on LACP Bond

2024-04-03 Thread Balakrishnan K
Hi All, I am trying to create Flow director rule to select the specific RX queue. Example: flow create 0 ingress pattern eth / ipv4 src is 20.20.20.2 dst is 20.20.20.5 / end actions queue index 1 / end Tested with LINK create and applied the mentioned rule , traffic with src 20.20.20.2 and d

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

Symmetric RSS Hashing support in DPDK

2024-03-05 Thread Balakrishnan K
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 | ET