On Sun, Apr 29, 2018 at 10:49:40AM +0100, Quentin Monnet wrote: > On 29 April 2018 at 00:06, Andrey Ignatov <r...@fb.com> wrote: > > BPF helpers documentation in UAPI refers to kernel ctx structures when it > > has to refer to user visible ones. Fix it. > > > > Andrey Ignatov (2): > > bpf: Fix helpers ctx struct types in uapi doc > > bpf: Sync bpf.h to tools/ > > > > include/uapi/linux/bpf.h | 12 ++++++------ > > tools/include/uapi/linux/bpf.h | 12 ++++++------ > > 2 files changed, 12 insertions(+), 12 deletions(-) > > Correct. Thanks a lot for the fix, Andrey! > Reviewed-by: Quentin Monnet <quentin.mon...@netronome.com>
Applied, Thanks Andrey.