Re: [PATCH bpf-next 3/9] xdp: Support setting and getting device chain map

2019-10-02 Thread Toke Høiland-Jørgensen
Lorenz Bauer writes: > On Wed, 2 Oct 2019 at 14:30, Toke Høiland-Jørgensen wrote: >> >> From: Toke Høiland-Jørgensen >> >> This adds support to rtnetlink for setting and getting the per-device XDP >> chain map. The map is set by means of a new netlink attribute that contains >> a pointer to a B

Re: [PATCH bpf-next 3/9] xdp: Support setting and getting device chain map

2019-10-02 Thread kbuild test robot
Hi "Toke, I love your patch! Yet something to improve: [auto build test ERROR on bpf-next/master] url: https://github.com/0day-ci/linux/commits/Toke-H-iland-J-rgensen/xdp-Support-multiple-programs-on-a-single-interface-through-chain-calls/20191003-005238 base: https://git.kernel.org/pub/sc

Re: [PATCH bpf-next 3/9] xdp: Support setting and getting device chain map

2019-10-02 Thread kbuild test robot
Hi "Toke, I love your patch! Yet something to improve: [auto build test ERROR on bpf-next/master] url: https://github.com/0day-ci/linux/commits/Toke-H-iland-J-rgensen/xdp-Support-multiple-programs-on-a-single-interface-through-chain-calls/20191003-005238 base: https://git.kernel.org/pub/sc

Re: [PATCH bpf-next 3/9] xdp: Support setting and getting device chain map

2019-10-02 Thread Lorenz Bauer
On Wed, 2 Oct 2019 at 14:30, Toke Høiland-Jørgensen wrote: > > From: Toke Høiland-Jørgensen > > This adds support to rtnetlink for setting and getting the per-device XDP > chain map. The map is set by means of a new netlink attribute that contains > a pointer to a BPF map of the XDP chain type. I

[PATCH bpf-next 3/9] xdp: Support setting and getting device chain map

2019-10-02 Thread Toke Høiland-Jørgensen
From: Toke Høiland-Jørgensen This adds support to rtnetlink for setting and getting the per-device XDP chain map. The map is set by means of a new netlink attribute that contains a pointer to a BPF map of the XDP chain type. If such an attribute is included, it will be inserted into the struct ne