Re: [dpdk-dev] [PATCH v2] net/af_xdp: disable secondary process support

2021-10-08 Thread Ferruh Yigit
On 10/8/2021 8:50 AM, Ciara Loftus wrote: Since the AF_XDP PMD does not work for secondary processes as reported in Bugzilla 805, check for the process type at the beginning of probe and return ENOTSUP if the process type is secondary. It is planned that secondary processes will be supported by

[dpdk-dev] [PATCH v2] net/af_xdp: disable secondary process support

2021-10-08 Thread Ciara Loftus
Since the AF_XDP PMD does not work for secondary processes as reported in Bugzilla 805, check for the process type at the beginning of probe and return ENOTSUP if the process type is secondary. It is planned that secondary processes will be supported by the PMD in full in a future release by using