On Wed, Apr 12, 2023 at 11:35 AM Jesper Dangaard Brouer
<brouer@xxxxxxxxxx> wrote:
The tool xdp_hw_metadata can be used by driver developersAcked-by: Stanislav Fomichev<sdf@xxxxxxxxxx>
implementing XDP-hints metadata kfuncs.
Remove all bpf_printk calls, as the tool already transfers all the
XDP-hints related information via metadata area to AF_XDP
userspace process.
Add counters for providing remaining information about failure and
skipped packet events.
Signed-off-by: Jesper Dangaard Brouer<brouer@xxxxxxxxxx>
nit: maybe those ++ should be __sync_add_and_fetch instead? Then you
should be able to drop volatile..