Re: [net-next V7 PATCH 01/16] mlx5: basic XDP_REDIRECT forward support

2018-03-30 Thread Saeed Mahameed
On Thu, 2018-03-29 at 19:01 +0200, Jesper Dangaard Brouer wrote: > This implements basic XDP redirect support in mlx5 driver. > > Notice that the ndo_xdp_xmit() is NOT implemented, because that API > need some changes that this patchset is working towards. > > The main purpose of this patch is ha

[net-next V7 PATCH 01/16] mlx5: basic XDP_REDIRECT forward support

2018-03-29 Thread Jesper Dangaard Brouer
This implements basic XDP redirect support in mlx5 driver. Notice that the ndo_xdp_xmit() is NOT implemented, because that API need some changes that this patchset is working towards. The main purpose of this patch is have different drivers doing XDP_REDIRECT to show how different memory models b