flow create with queue range not working
Vajith Raghman
VAJITH.RAGHMAN at tatacommunications.com
Wed Mar 13 10:22:27 CET 2024
Hi Team,
Gentle reminder! Can somebody please help us on this query.
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
Note: this is for i40e
Please help us on this.
Thanks,
Vajith
-----Original Message-----
From: Ferruh Yigit <ferruh.yigit at amd.com>
Sent: Monday, March 11, 2024 4:38 PM
To: Vajith Raghman <VAJITH.RAGHMAN at tatacommunications.com>; Beilei Xing <beilei.xing at intel.com>; Jeff Guo <jia.guo at intel.com>; Bruce Richardson <bruce.richardson at intel.com>
Cc: dev at dpdk.org; users at 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:
> 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 src>ipv4
> dst *is*<ipv4 dst>/tcp src *is*<inner sport> dst *is*<inner sport>/end
> actions rss queues 23end /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.
>
I guess the error from i40e, cc'ing relevant maintainers.
More information about the dev
mailing list