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