Hi,

I'm trying to use testpmd to create a flow with action as RSS as shown below.

The intention is to create an RSS action for eth/ipv4/udp flows so that they 
get into queues 1, 2 or 3 only.

I give the following command:

testpmd> flow create 0 priority 5 ingress pattern eth / ipv4 / udp / end 
actions rss queues 1 2 3 end / end

But, this leads to the following error:
port_flow_complain(): Caught PMD error type 16 (specific action): cause: 
0x7ffdecfc4ff8, RSS types must be empty while configuring queue region: 
Operation not supported


Environment Details:
DPDK: 20.08
NIC: XXV710

The above command is from the testpmd user guide.



Regards,
Venkatesh


Reply via email to