Re: [ovs-dev] [PATCH v3] acinclude: Provide better error info when linking fails with DPDK.

2022-01-07 Thread Ilya Maximets
On 1/6/22 07:46, Pai G, Sunil wrote: > Hi Eelco, > >>> - Could not find DPDK library in default search path, update >>> + Failed to link with DPDK, check config.log for more details. >>> + Could not find working DPDK library in default search path, >>> + update >>>

Re: [ovs-dev] [PATCH v3] acinclude: Provide better error info when linking fails with DPDK.

2022-01-05 Thread Pai G, Sunil
Hi Eelco, > > - Could not find DPDK library in default search path, update > > + Failed to link with DPDK, check config.log for more details. > > + Could not find working DPDK library in default search path, > > + update > >PKG_CONFIG_PATH for pkg-config to

Re: [ovs-dev] [PATCH v3] acinclude: Provide better error info when linking fails with DPDK.

2022-01-04 Thread Eelco Chaudron
On 8 Dec 2021, at 8:59, Sunil Pai G wrote: > Currently, on failure to link with DPDK, the configure script provides > an error message to update the PKG_CONFIG_PATH even though the cause of > failure was missing dependencies. Improve the error message to include this > scenario. > >

[ovs-dev] [PATCH v3] acinclude: Provide better error info when linking fails with DPDK.

2021-12-07 Thread Sunil Pai G
Currently, on failure to link with DPDK, the configure script provides an error message to update the PKG_CONFIG_PATH even though the cause of failure was missing dependencies. Improve the error message to include this scenario. Signed-off-by: Sunil Pai G --- v2-> v3: Fix sentence. v1-> v2: