Re: [dpdk-dev] [PATCH] net/af_xdp: custom XDP program loading

2020-09-17 Thread Hu, Xuekun
> -Original Message- > From: dev On Behalf Of Ciara Loftus > Sent: Friday, August 28, 2020 7:18 PM > To: dev@dpdk.org > Cc: Loftus, Ciara > Subject: [dpdk-dev] [PATCH] net/af_xdp: custom XDP program loading > > The new 'xdp_prog=' vdev arg allows

Re: [dpdk-dev] [PATCH] net/af_xdp: custom XDP program loading

2020-09-14 Thread Loftus, Ciara
> > > > The new 'xdp_prog=' vdev arg allows the user to specify the path > to > > a custom XDP program to be set on the device, instead of the default libbpf > > one. The program must have an XSK_MAP of name 'xsks_map' which will > > allow for the redirection of some packets to userspace and thus t

Re: [dpdk-dev] [PATCH] net/af_xdp: custom XDP program loading

2020-09-10 Thread Tahhan, Maryam
> -Original Message- > From: Loftus, Ciara > Sent: Friday 28 August 2020 12:18 > To: dev@dpdk.org > Cc: Loftus, Ciara > Subject: [PATCH] net/af_xdp: custom XDP program loading > > The new 'xdp_prog=' vdev arg allows the user to specify the path to > a custom XDP program to be set on th

[dpdk-dev] [PATCH] net/af_xdp: custom XDP program loading

2020-08-28 Thread Ciara Loftus
The new 'xdp_prog=' vdev arg allows the user to specify the path to a custom XDP program to be set on the device, instead of the default libbpf one. The program must have an XSK_MAP of name 'xsks_map' which will allow for the redirection of some packets to userspace and thus the PMD, using some cri