在 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, "
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
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
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.
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