Re: [dpdk-dev] [PATCH] net/af_xdp: do not attempt probe for secondary processes

2021-10-05 Thread Ferruh Yigit
On 9/30/2021 2:46 PM, 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. Hi Ciara, 'Do not attempt probe for secondary process' pr

Re: [dpdk-dev] [PATCH] net/af_xdp: do not attempt probe for secondary processes

2021-09-30 Thread Stephen Hemminger
On Thu, 30 Sep 2021 13:46:04 + 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. > > Bugzilla ID: 805 > Fixes: f1debd77efa

[dpdk-dev] [PATCH] net/af_xdp: do not attempt probe for secondary processes

2021-09-30 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. Bugzilla ID: 805 Fixes: f1debd77efaf ("net/af_xdp: introduce AF_XDP PMD") Cc: sta...@dpdk.org Signed-of