Re: [PATCH v7 bpf-next 09/14] bpd: add multi-buffer support to xdp copy helpers

2021-03-19 Thread kernel test robot
Hi Lorenzo, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on bpf-next/master] url: https://github.com/0day-ci/linux/commits/Lorenzo-Bianconi/mvneta-introduce-XDP-multi-buffer-support/20210320-055103 base: https://git.kernel.org/pub/scm/linux/kernel/git/bpf

Re: [PATCH v7 bpf-next 09/14] bpd: add multi-buffer support to xdp copy helpers

2021-03-19 Thread kernel test robot
Hi Lorenzo, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on bpf-next/master] url: https://github.com/0day-ci/linux/commits/Lorenzo-Bianconi/mvneta-introduce-XDP-multi-buffer-support/20210320-055103 base: https://git.kernel.org/pub/scm/linux/kernel/git/bpf

[PATCH v7 bpf-next 09/14] bpd: add multi-buffer support to xdp copy helpers

2021-03-19 Thread Lorenzo Bianconi
From: Eelco Chaudron This patch adds support for multi-buffer for the following helpers: - bpf_xdp_output() - bpf_perf_event_output() Signed-off-by: Eelco Chaudron Signed-off-by: Lorenzo Bianconi --- net/core/filter.c | 60 - .../selftests/bpf/prog_tes