Re: [vpp-dev] UDP multithreading error

2022-09-26 Thread nengjie wang
recv from 7.0.0.1:56760]c2 s1 > > [recv from 7.0.0.1:56760]c2 s2 > > [recv from 7.0.0.1:60414]c1 s2 > > > Regards, > Florin > > [1] https://pastebin.com/4LCukbEC > > > On Sep 7, 2022, at 12:05 AM, nengjie wang wrote: > > > > The attachment is my se

[vpp-dev] create host-interface failed

2022-09-26 Thread nengjie wang
Hi, Why do I always return invalid argument when I execute the command create host interface name vpp? Does af packet v3 have any special dependencies? My vpp version is 22.06, the system version is centos7, the GLIBC version is 2.17, and the kernel version is 3.10.0-1127. Error message: af

[vpp-dev] UDP multithreading error

2022-09-07 Thread nengjie wang
The attachment is my server program. My VPP version is 22.06. When I start this server by LDP and send a request to this server, the server will have a direct segment error. Two threads share an event queue, resulting in an event queue crash. Can you tell me if LDP does not support this use? In a