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

2020-09-30 Thread Ferruh Yigit
On 9/25/2020 10:20 AM, Ciara Loftus wrote: 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

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

2020-09-25 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