Re: [ovs-discuss] how to make ovs2.13 with dpdk19.11(which is compiled by meson)

2021-12-09 Thread taoyunupt
在 2021-12-08 22:47:19,"Ilya Maximets" 写道: >On 12/8/21 14:30, taoyunupt wrote: >> At 2021-12-07 21:32:32, "Ilya Maximets" wrote: >>>On 12/7/21 13:52, taoyunupt wrote: Thanks Ilya, you are right, it works. I missed libmnl-devel. I get another error today, "

Re: [ovs-discuss] how to make ovs2.13 with dpdk19.11(which is compiled by meson)

2021-12-08 Thread Ilya Maximets
On 12/8/21 14:30, taoyunupt wrote: > At 2021-12-07 21:32:32, "Ilya Maximets" wrote: >>On 12/7/21 13:52, taoyunupt wrote: >>>     Thanks Ilya, you are right, it works. I missed libmnl-devel. >>> >>>    I get another error today, "undefined reference to `rte_eth_from_rings' >>> "  >>>    In my cod

Re: [ovs-discuss] how to make ovs2.13 with dpdk19.11(which is compiled by meson)

2021-12-07 Thread David Marchand
On Tue, Dec 7, 2021 at 2:32 PM Ilya Maximets wrote: > > On 12/7/21 13:52, taoyunupt wrote: > > Thanks Ilya, you are right, it works. I missed libmnl-devel. > > > >I get another error today, "undefined reference to `rte_eth_from_rings' " > >In my code , rte_eth_from_rings was called in

Re: [ovs-discuss] how to make ovs2.13 with dpdk19.11(which is compiled by meson)

2021-12-07 Thread Ilya Maximets
On 12/7/21 13:52, taoyunupt wrote: >     Thanks Ilya, you are right, it works. I missed libmnl-devel. > >    I get another error today, "undefined reference to `rte_eth_from_rings' "  >    In my code , rte_eth_from_rings  was called in netdev-dpdk.c, and I have  > include , and when I compile dpdk

Re: [ovs-discuss] how to make ovs2.13 with dpdk19.11(which is compiled by meson)

2021-12-07 Thread taoyunupt
Thanks Ilya, you are right, it works. I missed libmnl-devel. I get another error today, "undefined reference to `rte_eth_from_rings' " In my code , rte_eth_from_rings was called in netdev-dpdk.c, and I have include , and when I compile dpdk with make , not meson ,it works well. I

Re: [ovs-discuss] how to make ovs2.13 with dpdk19.11(which is compiled by meson)

2021-12-06 Thread Ilya Maximets
On 12/6/21 14:09, taoyunupt wrote: > Hi ben and Ilya, >      I meet some compile error,  hope to get your advice. >       My OS is centos7.6,kernel version is 3.10.0-957.el7.x86_64, in X86 > arch.   I compiled  dpdk19.11 by meson , and it seems work, the compiled lib > stays  in /usr/local/lin64.

[ovs-discuss] how to make ovs2.13 with dpdk19.11(which is compiled by meson)

2021-12-06 Thread taoyunupt
Hi ben and Ilya, I meet some compile error, hope to get your advice. My OS is centos7.6,kernel version is 3.10.0-957.el7.x86_64, in X86 arch. I compiled dpdk19.11 by meson , and it seems work, the compiled lib stays in /usr/local/lin64. When I compile DPDK lib with OVS by m