On Mon, Apr 12, 2021 at 12:25 PM Pedro Tammela <pctamm...@gmail.com> wrote: > > In 'bpf_ringbuf_reserve()' we require the flag to '0' at the moment. > > For 'bpf_ringbuf_{discard,submit,output}' a flag of '0' might send a > notification to the process if needed. > > Signed-off-by: Pedro Tammela <pctamm...@mojatatu.com> > ---
Great, thanks! Applied to bpf-next. > include/uapi/linux/bpf.h | 16 ++++++++++++++++ > tools/include/uapi/linux/bpf.h | 16 ++++++++++++++++ > 2 files changed, 32 insertions(+) > [...]