[vpp-dev] The tap one tx vring used buffer is full

2023-01-19 Thread Guangming
Hi I used interface tap v2 as chanel between vpp and linux kernel. On some unkown conditions, I found one tx ring dose not work. The cause is the tx vring buff is full, desc_in_use is equal to qsz . I do not know the trigger, maybe the kick message was missed or the other errror .

Re: [vpp-dev] VPP 22.10 : VCL not accepting UDP connections

2023-01-19 Thread Chinmaya Aggarwal
Hi, We re-compiled VPP 22.10 by cherry picking the below commits:- udp: fix tx handling of non-connected sessions : 15952b261f92959ca14cf6679efc318c12e90de6 udp: support for disabling tx csum : f8ee39ff715ec713045af69da465ba4da8248212 udp: explicit udp output node This allows for custom next nod

[vpp-dev] VPP: LX2160a failed to start - dpaa2_dev_rx_queue_setup

2023-01-19 Thread agv100
Hello, I was trying to check "vanilla" VPP, without integration of patches from NXP: it works well on LX2160A board with PCIE NICs (I'm using IGBs), but fails to start with DPAA2 ports enabled (NXP-patched version starts with DPAA2, but very unstable with both DPAA2 and PCIE ethernets). "Vanil