While writing an article about XDP, the samples/bpf xdp_rxq_info program were extended to cover some more use-cases.
--- Jesper Dangaard Brouer (2): samples/bpf: extend xdp_rxq_info to read packet payload samples/bpf: xdp_rxq_info action XDP_TX must adjust MAC-addrs samples/bpf/xdp_rxq_info_kern.c | 43 +++++++++++++++++++++++++++++++++++++ samples/bpf/xdp_rxq_info_user.c | 45 ++++++++++++++++++++++++++++++++++----- 2 files changed, 82 insertions(+), 6 deletions(-) --