[Bug 1969452] Re: packets fail to be distributed to the right queue and marked with expected FDIR ID with DPDK AVF

2022-04-28 Thread Christian Ehrhardt 
Hi,
there will be a new set of stable releases in a few days which might fix that.
You said ICE, e.g. for DPDK 21.11 that you referenced that will include:

net/ice/base: add profile validation on switch filter
net/ice: fix build with 16-byte Rx descriptor
net/ice: fix link up when starting device
net/ice: fix mbuf offload flag for Rx timestamp
net/ice: fix overwriting of LSE bit by DCF
net/ice: fix pattern check for flow director parser
net/ice: fix pattern check in flow director
net/ice: fix Tx checksum offload
net/ice: fix Tx checksum offload capability
net/ice: fix Tx offload path choice
net/ice: track DCF state of PF

Could you please clarify what you meant with "out-of-tree driver 1.8.3"?

If it still occurs with 21.11.1 available in a few days most likely I'll
need to ask you to file an upstream bug [1] for the developers of the HW
to have a look - a fix from there will then flow into the upcoming
stable releases from there.

If you are in a hurry and can't wait to ~probably Monday you might want
to try with an almost final 21.11.1-rc you could use the build from this
PPA [2] that I used to evaluate -rc1.

[1]: https://bugs.dpdk.org/show_bug.cgi
[2]: https://launchpad.net/~paelzer/+archive/ubuntu/dpdk-21.11.1-rc

** Changed in: dpdk (Ubuntu)
   Status: New => Incomplete

-- 
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/+source/dpdk/+bug/1969452/+subscriptions


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

[Bug 1969452] Re: packets fail to be distributed to the right queue and marked with expected FDIR ID with DPDK AVF

2022-04-27 Thread Brian Murray
** Package changed: ubuntu => dpdk (Ubuntu)

-- 
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/+source/dpdk/+bug/1969452/+subscriptions


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

[Bug 1969452] Re: packets fail to be distributed to the right queue and marked with expected FDIR ID with DPDK AVF

2022-04-19 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on
Libera.chat.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1969452/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

-- 
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

[Bug 1969452] Re: packets fail to be distributed to the right queue and marked with expected FDIR ID with DPDK AVF

2022-04-19 Thread Alex Wang
/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