vpp
vpp copied to clipboard
There is a problem with the dpdk-devbind.py script: check_modules can only detect the presence of igb_uio.DPDK official has already made changes
I’m working on implementing a stateful firewall on my VPP device and would appreciate some guidance. vpp version: vpp v25.06-release built by root on 394e49c7a7d1 at 2025-06-25T13:23:50 **Network setup**: Device...
The function is called in `fib_entry_src_action_path_add`, `fib_entry_src_action_path_remove` and `fib_entry_src_action_path_swap` and works on route paths (rpaths) that are provided to these functions. There are 2 problems with this function: 1. The...
I've got a new HP DL380 Gen11 server with the 4x25g "BCM57504 NetXtreme-E 10Gb/25Gb/40Gb/50Gb/100Gb/200Gb Ethernet [14e4:1751] (rev 12)" NIC, and I cannot get the interfaces to show up in VPP....
Would love to see Debian 13 (Trixie) added as a suported OS in the packagecloud list. (https://packagecloud.io/fdio/master) Currently latest debian which VPP is being built for is Debian 12 (Bookworm)
i use clib_timebase_now to calculate packet receive timestamp but it is not sync with system date, system date is 9/18/2025 but packet timestamp is 9/17/2025 what can i do?
This is the other issue affecting usage of address sanitizer (asan) in CSIT when examining VPP crashes. Contrary to #3624 that can be circumvented by removing perfmon plugin (as it...
This is the cause why high-scale IPsec policy tests are failing in CSIT, as tracked in [0]. Using a debug build (with ASAN) the VPP crashes [1] generating core that...
Dynamic configuration of VCL (VPP Communication Library) applications that utilize VPP HostStack. This will optimize application VCL initialization from current static model. Applications include H20, Envoy etc..