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
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
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