Re: [ovs-dev] ovsdb-tool: error while loading shared libraries: librte_eal.so.6.1

2018-05-10 Thread Ben Pfaff
I don't know how to configure mininet. If CPqD solves your problems, then of course it's a reasonable choice. On Thu, May 10, 2018 at 08:15:21AM +0800, Mingming Chen wrote: > Hi Ben, > I have solved that problem(set up all in the same terminal, and > http://dpdk.org/ml/archives/dev/2016-June/042

Re: [ovs-dev] ovsdb-tool: error while loading shared libraries: librte_eal.so.6.1

2018-05-09 Thread Mingming Chen
Hi Ben, I have solved that problem(set up all in the same terminal, and http://dpdk.org/ml/archives/dev/2016-June/042113.html). Now I did $ovs-vswitchd --version ovs-vswitchd (Open vSwitch) 2.9.0 DPDK 17.11.1 and I also did $ sudo ovs-vsctl list open-vswitch _uuid : 048bdd81-a83

Re: [ovs-dev] ovsdb-tool: error while loading shared libraries: librte_eal.so.6.1

2018-05-09 Thread Mingming Chen
BTW, I really didn’t find /usr/local/etc/openvswitch/conf.db. Is this the problem? Thanks a lot! Best regards, Mingming | | Mingming Chen 邮箱:mingmingmi...@126.com | 签名由 网易邮箱大师 定制 On 05/09/2018 13:17, Mingming Chen wrote: Hi Ben, I have done below: $echo "/usr/src/dpdk-stable-17.11.1/x86_6

Re: [ovs-dev] ovsdb-tool: error while loading shared libraries: librte_eal.so.6.1

2018-05-09 Thread Ben Pfaff
No. On Thu, May 10, 2018 at 04:53:59AM +0800, Mingming Chen wrote: > BTW, I really didn’t find > /usr/local/etc/openvswitch/conf.db. > Is this the problem? Thanks a lot! > > > Best regards, > Mingming > > > | | > Mingming Chen > 邮箱:mingmingmi...@126.com > | > > 签名由 网易邮箱大师 定制 > > On 05/09/2

Re: [ovs-dev] ovsdb-tool: error while loading shared libraries: librte_eal.so.6.1

2018-05-09 Thread Ben Pfaff
I don't know. It's not really an OVS problem--DPDK isn't installed correctly. On Thu, May 10, 2018 at 04:17:23AM +0800, Mingming Chen wrote: > Hi Ben, > I have done below: > > > $echo "/usr/src/dpdk-stable-17.11.1/x86_64-native-linuxapp-gcc/lib" >> > /etc/ld.so.conf > $cat /etc/ld.so.conf > in

Re: [ovs-dev] ovsdb-tool: error while loading shared libraries: librte_eal.so.6.1

2018-05-09 Thread Mingming Chen
Hi Ben, I have done below: $echo "/usr/src/dpdk-stable-17.11.1/x86_64-native-linuxapp-gcc/lib" >> /etc/ld.so.conf $cat /etc/ld.so.conf include /etc/ld.so.conf.d/*.conf /usr/local/share /usr/src/dpdk-stable-17.11.1/x86_64-native-linuxapp-gcc/lib Then, do make, make install, ovs-ctl start, it

Re: [ovs-dev] ovsdb-tool: error while loading shared libraries: librte_eal.so.6.1

2018-05-09 Thread Ben Pfaff
You didn't install DPDK in a place where the system can find it. One way to fix the problem is to set LD_LIBRARY_PATH appropriate (see ld.so(8)). On Thu, May 10, 2018 at 03:33:48AM +0800, Mingming Chen wrote: > Hi Ben, > > > Thanks for your hint about ovs dpdk!. I have done something according

[ovs-dev] ovsdb-tool: error while loading shared libraries: librte_eal.so.6.1

2018-05-09 Thread Mingming Chen
Hi Ben, Thanks for your hint about ovs dpdk!. I have done something according to: https://docs.openvswitch.org/en/latest/intro/install/dpdk/ and https://docs.openvswitch.org/en/latest/intro/install/general/#general-building. But now I met a problem. (I think I have done with dpdk part because