DPDK patches and discussions
 help / color / mirror / Atom feed
* flow create with queue range not working
@ 2024-03-11 10:32 Vajith Raghman
  2024-03-11 11:07 ` Ferruh Yigit
  0 siblings, 1 reply; 3+ messages in thread
From: Vajith Raghman @ 2024-03-11 10:32 UTC (permalink / raw)
  To: dev, users

[-- Attachment #1: Type: text/plain, Size: 713 bytes --]

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 src> ipv4 dst is <ipv4 dst> / tcp src is <inner sport> dst is <inner sport> / end actions rss queues 2 3 end / end

rule:
flow create 0 ingress pattern eth / ipv4 src is 20.20.20.2 dst is 20.20.20.4 / tcp src is 80 dst is 1501 / end actions rss queues 0 1 2 3 end / end

port_flow_complain(): Caught PMD error type 16 (specific action): cause: 0x7fff9495c648, RSS types must be empty while configuring queue region: Operation not supported

Please help us on this.

Thanks,
Vajith



[-- Attachment #2: Type: text/html, Size: 8378 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-13 10:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-11 10:32 flow create with queue range not working Vajith Raghman
2024-03-11 11:07 ` Ferruh Yigit
2024-03-13  9:22   ` Vajith Raghman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).