Re: [PATCH bpf-next V6 00/16] AF_XDP infrastructure improvements and mlx5e support

2019-06-26 Thread Daniel Borkmann
On 06/26/2019 04:35 PM, Tariq Toukan wrote: [...] > v6 changes: > > As Maxim is out of office, I rebased the series on behalf of him, > solved some conflicts, and re-spinned. Thanks for taking over the rebase, Tariq! > Series generated against bpf-next commit: > 572a6928f9e3 xdp: Make __mem_id_d

Re: [PATCH bpf-next V6 00/16] AF_XDP infrastructure improvements and mlx5e support

2019-06-26 Thread Jonathan Lemon
On 26 Jun 2019, at 7:35, Tariq Toukan wrote: This series contains improvements to the AF_XDP kernel infrastructure and AF_XDP support in mlx5e. The infrastructure improvements are required for mlx5e, but also some of them benefit to all drivers, and some can be useful for other drivers that w

Re: [PATCH bpf-next V6 00/16] AF_XDP infrastructure improvements and mlx5e support

2019-06-26 Thread Björn Töpel
On Wed, 26 Jun 2019 at 16:36, Tariq Toukan wrote: > > This series contains improvements to the AF_XDP kernel infrastructure > and AF_XDP support in mlx5e. The infrastructure improvements are > required for mlx5e, but also some of them benefit to all drivers, and > some can be useful for other driv

[PATCH bpf-next V6 00/16] AF_XDP infrastructure improvements and mlx5e support

2019-06-26 Thread Tariq Toukan
This series contains improvements to the AF_XDP kernel infrastructure and AF_XDP support in mlx5e. The infrastructure improvements are required for mlx5e, but also some of them benefit to all drivers, and some can be useful for other drivers that want to implement AF_XDP. The performance testing w