/root/dpdk-21.11/build/app/dpdk-testpmd  -c 0xff -n 6 -a 00:06.0 
--file-prefix=vf -- -i --rxq=16 --txq=16
testpmd> set fwd rxonly
testpmd> set verbose 1
testpmd> start

the flow director rule examples are like below:


flow create 0 ingress pattern eth / ipv4 src is 192.168.100.1 dst is 
192.168.100.2 ttl is 2 tos is 4 / udp src is 22 dst is 23 / end actions queue 
index 11 / mark id 0 / end

flow create 0 ingress pattern eth / ipv4 src is 192.168.100.1 dst is
192.168.100.2 ttl is 2 tos is 4 / tcp src is 22 dst is 23 / end actions
rss queues 0 1 2 3 end / mark id 4294967294 / end

flow create 0 ingress pattern eth / ipv4 src is 192.168.100.1 dst is
192.168.100.2 ttl is 2 tos is 4 / tcp src is 22 dst is 23 / end actions
queue index 11 / mark id 0 / end

flow create 0 ingress pattern eth / ipv4 src is 192.168.100.1 dst is
192.168.100.2 ttl is 2 tos is 4 / udp src is 22 dst is 23 / end actions
rss queues 0 1 2 3 end / mark id 4294967293 / end

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1969452

Title:
  packets fail to be distributed to the right queue and marked with
  expected FDIR ID with DPDK AVF

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1969452/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to