thanks for your prompt reply but changing the path-to-dpdk does not bring any breakthrough.
 
I am able to run helloworld example ,provided in DPDK thus I don't see any issue with DPDK installation.

I was analying the config.log file and found that undefined reference to libpcap.so and libpthread.so . To resolve them I have added -lpcap in acinclude.m4 file as below-

DPDKLIBS ="-ldpdk -lpcap"

which resolved the
undefined reference to libpcap.so but original problem is as it is.

Any suugestion?

Thanks & Regards
Vivek

From: Bodireddy, Bhanuprakash [bhanuprakash.bodire...@intel.com]
Sent: Tuesday, March 29, 2016 3:01 PM
To: Vivek Gupta; gowrishankar
Cc: discuss@openvswitch.org
Subject: RE: [ovs-discuss] Cannot link with dpdk

Set my path-to-dpdk to homedirectory/dpdk2.2/ x86_64-ivshmem-linuxapp-gcc and this should resolve your issue.

 

Regards,

Bhanu Prakash.

 

From: Vivek Gupta [mailto:vive...@hcl.com]
Sent: Tuesday, March 29, 2016 10:15 AM
To: Bodireddy, Bhanuprakash <bhanuprakash.bodire...@intel.com>; gowrishankar <gowrishanka...@linux.vnet.ibm.com>
Cc: discuss@openvswitch.org
Subject: RE: [ovs-discuss] Cannot link with dpdk

 

Yes, I am able to see libdpdk.so file in path-to-dpdk/x86_64-native-linuxapp-gcc/lib

Please find attached config.log file.

To be mention that I have install DPDK2.2 as below

  1. make config T=x86_64-ivshmem-linuxapp-gcc
  2. make install T= x86_64-ivshmem-linuxapp-gcc DESTDIR=install

my path-to-dpdk = homedirectory/dpdk2.2/install/share/dpdk.

 

Please suggest.

 

Thanks & Regards

Vivek


From: Bodireddy, Bhanuprakash [bhanuprakash.bodire...@intel.com]
Sent: Tuesday, March 29, 2016 1:51 PM
To: Vivek Gupta; gowrishankar
Cc: discuss@openvswitch.org
Subject: RE: [ovs-discuss] Cannot link with dpdk

Do you see DPDK library in the path mentioned path-to-dpdk/x86_64-ivshmem-linuxapp-gcc/lib/libdpdk.a?

 

From: discuss [mailto:discuss-boun...@openvswitch.org] On Behalf Of Vivek Gupta
Sent: Tuesday, March 29, 2016 7:40 AM
To: gowrishankar <gowrishanka...@linux.vnet.ibm.com>
Cc: discuss@openvswitch.org
Subject: Re: [ovs-discuss] Cannot link with dpdk

 

I have already enabled that option.


From: gowrishankar [gowrishanka...@linux.vnet.ibm.com]
Sent: Tuesday, March 29, 2016 11:02 AM
To: Vivek Gupta
Cc: discuss@openvswitch.org
Subject: Re: [ovs-discuss] Cannot link with dpdk

On Monday 28 March 2016 04:25 PM, Vivek Gupta wrote:

Hi


I am trying to configure OVS 2.5 with DPDK 2.2 with following option

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var –with-dpdk=path-to-dpdk-/x86_64-ivshmem-linuxapp-gcc/ --enable-ssl
 
but I get error message "configure: error: cannot link with dpdk"
 


You need to have CONFIG_RTE_BUILD_COMBINE_LIBS=y while building dpdk.

Regards,
Gowrishankar

 



::DISCLAIMER::
----------------------------------------------------------------------------------------------------------------------------------------------------

The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only.
E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted,
lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents
(with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates.
Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the
views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification,
distribution and / or publication of this message without the prior written consent of authorized representative of
HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately.
Before opening any email and/or attachments, please check them for viruses and other defects.

----------------------------------------------------------------------------------------------------------------------------------------------------



_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to