vpp icon indicating copy to clipboard operation
vpp copied to clipboard

Results 131 vpp issues
Sort by recently updated
recently updated
newest added

We’ve encountered a problem described here: https://lists.fd.io/g/vpp-dev/message/26557. Does anyone have an idea what might be causing it? Is this a bug in VPP? Why does the internal_mallinfo function sometimes cause...

So, there is a CSIT test that was failing in rls2510, but the reason I call it a "bad" test is a configuration mismatch between CSIT and VPP. See [0]...

### Description This is affecting 3-node performance, usually causing MRR values to be significantly lower than PDR. Affects both 3n-icx and 3n-alt. Example trending with 2 workers [0], but happens...

DUT setup like this: ``` (eth1 + bvi if) bridge1 | http client -------- VPP + VCL + nginx(reverse proxy) | (bvi if + eth2) bridge2 | --------------------------------------- http backend...

triage
vcl

when use cli like this,the off cli will cause vpp crash. because clib_warning usage was error. ``` pcap dispatch trace off max 10000 file my.pcap buffer-trace dpdk-input 100 pcap dispatch...

### Description When first reported, VPP was crashing. Here [0] is an example core. The exact place of the crash is not always the same, although I think memif_interface_tx_zc_inline is...

### Description In contrast, tests with SHA_512_256 are not affected. The impact depends on testbed. Performance is halved [3] on 3n-icx, on 3nb-spr the performance is so poor PDR would...

### Description I am working on a test suite that will do IP fragmentation and reasembly, using a tunneling protocol (currently gtpu) over an interface with reduced MTU. I have...

25.02 marks the first CSIT release that uses dev_iavf, and I see some issues with 710 series NICs. This one is related to the difference between the initial and maximal...

Hi, There is a question concerning counters in the ‎abf_input_inline function. Ternary operator looks odd. https://github.com/FDio/vpp/blob/9370dde53acb0324a6b91cd3d6928273a83ef228/src/plugins/abf/abf_itf_attach.c#L607C1-L616C37 Is it intended to do the following assignments? fproto = FIB_PROTOCOL_IP6 It looks like...