On 01/11/2018 05:39 PM, Jesper Dangaard Brouer wrote: > As pointed out by Daniel Borkmann, using bpf_target_off() is not > necessary for xdp_rxq_info when extracting queue_index and > ifindex, as these members are u32 like BPF_W. > > Also fix trivial spelling mistake introduced in same commit. > > Fixes: 02dd3291b2f0 ("bpf: finally expose xdp_rxq_info to XDP bpf-programs") > Reported-by: Daniel Borkmann <dan...@iogearbox.net> > Signed-off-by: Jesper Dangaard Brouer <bro...@redhat.com>
Applied to bpf-next, thanks Jesper!