Re: [PATCH] net/af_xdp: update docs with libxdp requirements and info

2022-02-11 Thread Ferruh Yigit
On 2/11/2022 3:03 PM, Ciara Loftus wrote: When libxdp is used, the LIBXDP_OBJECT_PATH environment variable must be set to the location of where libxdp placed its bpf object files. This is usually in /usr/local/lib/bpf or /usr/local/lib64/bpf. Failure to do so will result in the PMD not initialisi

[PATCH] net/af_xdp: update docs with libxdp requirements and info

2022-02-11 Thread Ciara Loftus
When libxdp is used, the LIBXDP_OBJECT_PATH environment variable must be set to the location of where libxdp placed its bpf object files. This is usually in /usr/local/lib/bpf or /usr/local/lib64/bpf. Failure to do so will result in the PMD not initialising correctly as the bpf program is not found