Re: [vpp-dev] Segmentation fault when dpdk number-rx-queues > 1 in startup.conf

2022-05-11 Thread Damjan Marion via lists.fd.io
> On 06.05.2022., at 11:33, Xu, Ting wrote: > > Hi, Damjan > > I look into the code. The bad commit is > ce4083ce48958d9d3956e8317445a5552780af1a (“dpdk: offloads cleanup”), and the > previous commit is correct, so I compare these two. Since they use the same > DPDK version, I check the inpu

Re: [vpp-dev] Segmentation fault when dpdk number-rx-queues > 1 in startup.conf

2022-05-06 Thread Xu, Ting
Hi, Damjan I look into the code. The bad commit is ce4083ce48958d9d3956e8317445a5552780af1a (“dpdk: offloads cleanup”), and the previous commit is correct, so I compare these two. Since they use the same DPDK version, I check the input of rte API. I find that the direct cause is configuring de

Re: [vpp-dev] Segmentation fault when dpdk number-rx-queues > 1 in startup.conf

2022-03-07 Thread Damjan Marion via lists.fd.io
dio.vpp/src/vppinfra/longjmp.S:123 > #30 0x7fffc9f0 in ?? () > #31 0x76ecfdfe in vlib_unix_main (argc=59, argv=0x446500) at > /root/networking.dataplane.fdio.vpp/src/vlib/unix/main.c:751 > #32 0x000000406b23 in main (argc=59, argv=0x446500) at > /root/networking.

Re: [vpp-dev] Segmentation fault when dpdk number-rx-queues > 1 in startup.conf

2022-03-06 Thread Xu, Ting
any more info needed Best Regards, Xu Ting > -Original Message- > From: Damjan Marion > Sent: Friday, March 4, 2022 9:13 PM > To: Xu, Ting > Cc: vpp-dev@lists.fd.io > Subject: Re: [vpp-dev] Segmentation fault when dpdk number-rx-queues > 1 > in startup.conf > >

[vpp-dev] Segmentation fault when dpdk number-rx-queues > 1 in startup.conf

2022-03-02 Thread Xu, Ting
Hi, all I meet one issue that when I set dpdk rx queue number larger than 1 (which also enables RSS) in startup.conf, for example: dev default { # Number of receive queues, enables RSS # Default is 1 num-rx-queues 2 } When start VPP, it will meet segmen