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