For testing, the git repo is here https://github.com/Netronome/bpf-
samples.git

To use it:
$ ./xdpdump -i eth1 -S

The -S says to use xdp generic (versus HW offload which we don't
support).

If you don't have the fix, only the slow path packets (TCP SYN, ARP, etc) will 
show up.
If you have the fix then all packets show up.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-azure in Ubuntu.
https://bugs.launchpad.net/bugs/1831254

Title:
  [linux-azure] XDP generic fixes

Status in linux-azure package in Ubuntu:
  New

Bug description:
  These two commits were needed to to get XDP working on Azure.

  This set of patches came about while investigating and XDP generic
  issue on Azure. The split brain nature of the accelerated networking
  exposed issues with the stack device model.

  The following two commits are currently in linux-next and were tested
  to resolve this issue:

  996ed04741467 ("netvsc: unshare skb in VF rx handler")
  458bf2f224f04 ("net: core: support XDP generic on stacked devices.")

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-azure/+bug/1831254/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to