Re: [PATCH bpf-next 0/3] AF_XDP clean up/perf improvements

2021-01-22 Thread Toke Høiland-Jørgensen
Björn Töpel writes: > On 2021-01-22 14:19, Toke Høiland-Jørgensen wrote: >> Björn Töpel writes: >> >>> This series has some clean up/performance improvements for XDP >>> sockets. >>> >>> The first two patches are cleanups for the AF_XDP core, and the >>> restructure actually give a little perfo

Re: [PATCH bpf-next 0/3] AF_XDP clean up/perf improvements

2021-01-22 Thread Björn Töpel
On 2021-01-22 14:19, Toke Høiland-Jørgensen wrote: Björn Töpel writes: This series has some clean up/performance improvements for XDP sockets. The first two patches are cleanups for the AF_XDP core, and the restructure actually give a little performance boost. The last patch adds support for

Re: [PATCH bpf-next 0/3] AF_XDP clean up/perf improvements

2021-01-22 Thread Toke Høiland-Jørgensen
Björn Töpel writes: > This series has some clean up/performance improvements for XDP > sockets. > > The first two patches are cleanups for the AF_XDP core, and the > restructure actually give a little performance boost. > > The last patch adds support for selecting AF_XDP BPF program, based on >

[PATCH bpf-next 0/3] AF_XDP clean up/perf improvements

2021-01-22 Thread Björn Töpel
This series has some clean up/performance improvements for XDP sockets. The first two patches are cleanups for the AF_XDP core, and the restructure actually give a little performance boost. The last patch adds support for selecting AF_XDP BPF program, based on what the running kernel supports. T