Initially I had tried with
with-dpdk= homedirectory/dpdk2.2/install/share/dpdk/x86_64-native-linuxapp-gcc but nothing happened. then switched to
with-dpdk=homedirectory/dpdk2.2/ x86_64-ivshmem-linuxapp-gcc but problem is as it is. Did I commited any wrong step in DPDK installations? My steps are as below-
Initially I was building DPDK as below steps-
After make install step I was getting error "Cannot install DPDK with T defined and DESTDIR undefined" By taking help from forums I changed my "make install" step as "make install x86_64-ivshmem-linuxapp-gcc DESTDIR=install"
I am stuck in OVS configuration with DPDK. Please suggest.
Thanks & Regards Vivek
From: Bodireddy, Bhanuprakash [bhanuprakash.bodire...@intel.com]
Sent: Tuesday, March 29, 2016 3:30 PM To: Vivek Gupta; gowrishankar Cc: discuss@openvswitch.org Subject: RE: [ovs-discuss] Cannot link with dpdk Hello Vivek,
I quickly verified the issue you reported and could reproduce it. When one use install target ‘x86_64-ivshmem-linuxapp-gcc’ the directory layout is slightly different.
make install T= x86_64-ivshmem-linuxapp-gcc DESTDIR=install creates ‘<homedirectory>/dpdk2.2/install/share/dpdk/ x86_64-native-linuxapp-gcc`, where as one expects the directory layout to be ‘<homedirectory>/dpdk2.2/install/share/dpdk/ x86_64-ivshmem-linuxapp-gcc`.
This is the reason the OVS configure was failing in your case. Try passing –with-dpdk= homedirectory/dpdk2.2/install/share/dpdk/x86_64-native-linuxapp-gcc (or) --with-dpdk=homedirectory/dpdk2.2/ x86_64-ivshmem-linuxapp-gcc
Regards,
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]
Yes, I am able to see libdpdk.so file in path-to-dpdk/x86_64-native-linuxapp-gcc/lib
my path-to-dpdk = homedirectory/dpdk2.2/install/share/dpdk.
Please suggest.
Thanks & Regards Vivek From: Bodireddy, Bhanuprakash [bhanuprakash.bodire...@intel.com] 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
I have already enabled that option. From: gowrishankar [gowrishanka...@linux.vnet.ibm.com] On Monday 28 March 2016 04:25 PM, Vivek Gupta wrote:
The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. ---------------------------------------------------------------------------------------------------------------------------------------------------- |
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss