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

2019-06-24 Thread Daniel Borkmann
On 06/20/2019 11:13 AM, Björn Töpel wrote: > On Tue, 18 Jun 2019 at 14:00, Maxim Mikityanskiy 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

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

2019-06-23 Thread Tariq Toukan
On 6/21/2019 10:52 PM, Saeed Mahameed wrote: > On Thu, Jun 20, 2019 at 2:13 AM Björn Töpel wrote: >> >> On Tue, 18 Jun 2019 at 14:00, Maxim Mikityanskiy >> wrote: >>> >>> This series contains improvements to the AF_XDP kernel infrastructure >>> and AF_XDP support in mlx5e. The infrastructure i

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

2019-06-21 Thread Saeed Mahameed
On Thu, Jun 20, 2019 at 2:13 AM Björn Töpel wrote: > > On Tue, 18 Jun 2019 at 14:00, Maxim Mikityanskiy 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 o

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

2019-06-20 Thread Björn Töpel
On Tue, 18 Jun 2019 at 14:00, Maxim Mikityanskiy 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 othe

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

2019-06-18 Thread Maxim Mikityanskiy
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