RE: flow create with queue range not working

2024-03-13 Thread Vajith Raghman
Cc: dev@dpdk.org; us...@dpdk.org Subject: Re: flow create with queue range not working 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 3/11/2024 10:32 AM, Vajith Raghman wrote: &

Re: flow create with queue range not working

2024-03-11 Thread Ferruh Yigit
On 3/11/2024 10:32 AM, Vajith Raghman wrote: > Hi Team, > > We are validating the fdir with test-pmd tool.  We are getting below > error while trying to add the flow create rule for the same. > > Syntax: > > testpmd>flow create 0ingress pattern eth / ipv4 src *is*ipv4 > dst *is*/tcp src *is* dst

flow create with queue range not working

2024-03-11 Thread Vajith Raghman
Hi Team, We are validating the fdir with test-pmd tool. We are getting below error while trying to add the flow create rule for the same. Syntax: testpmd> flow create 0 ingress pattern eth / ipv4 src is ipv4 dst is / tcp src is dst is / end actions rss queues 2 3 end / end rule: flow cre