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