Re: [dpdk-dev] [PATCH] tailq: secondary process may not have all tailq available

2021-03-25 Thread Bruce Richardson
On Thu, Mar 25, 2021 at 09:05:51AM -0700, Stephen Hemminger wrote: > On Thu, 25 Mar 2021 15:16:47 +0100 > David Marchand wrote: > > > On Mon, Jan 18, 2021 at 6:55 AM Hemant Agrawal > > wrote: > > > On 1/14/2021 7:14 PM, David Marchand wrote: > > > > On Thu, Jan 14, 2021 at 8:24 AM Hemant Agraw

Re: [dpdk-dev] [PATCH] tailq: secondary process may not have all tailq available

2021-03-25 Thread Stephen Hemminger
On Thu, 25 Mar 2021 15:16:47 +0100 David Marchand wrote: > On Mon, Jan 18, 2021 at 6:55 AM Hemant Agrawal > wrote: > > On 1/14/2021 7:14 PM, David Marchand wrote: > > > On Thu, Jan 14, 2021 at 8:24 AM Hemant Agrawal > > > wrote: > > >> Secondary process may not have all the tailq available

Re: [dpdk-dev] [PATCH] tailq: secondary process may not have all tailq available

2021-03-25 Thread David Marchand
On Mon, Jan 18, 2021 at 6:55 AM Hemant Agrawal wrote: > On 1/14/2021 7:14 PM, David Marchand wrote: > > On Thu, Jan 14, 2021 at 8:24 AM Hemant Agrawal > > wrote: > >> Secondary process may not have all the tailq available for > >> mapping, so better to ignore the error. > >> > >> e.g. if the pri

Re: [dpdk-dev] [PATCH] tailq: secondary process may not have all tailq available

2021-01-17 Thread Hemant Agrawal
On 1/14/2021 7:14 PM, David Marchand wrote: On Thu, Jan 14, 2021 at 8:24 AM Hemant Agrawal wrote: Secondary process may not have all the tailq available for mapping, so better to ignore the error. e.g. if the primary process is linked with N libs and secondary process is linked with less num

Re: [dpdk-dev] [PATCH] tailq: secondary process may not have all tailq available

2021-01-14 Thread David Marchand
On Thu, Jan 14, 2021 at 8:24 AM Hemant Agrawal wrote: > > Secondary process may not have all the tailq available for > mapping, so better to ignore the error. > > e.g. if the primary process is linked with N libs > and secondary process is linked with less number of libs. > > dpdk-procinfo results

[dpdk-dev] [PATCH] tailq: secondary process may not have all tailq available

2021-01-13 Thread Hemant Agrawal
Secondary process may not have all the tailq available for mapping, so better to ignore the error. e.g. if the primary process is linked with N libs and secondary process is linked with less number of libs. dpdk-procinfo results into following error: EAL: Cannot initialize tailq: VMBUS_RESOURCE_L