vpp
vpp copied to clipboard
Update stats.md: 1. Info on how to instruct VPP to expose stats 2. Change stats file path to the default value VPP uses
v1810
Decrement n_retry variable
when RTE_SCHED_COLLECT_STATS is defined, pci_dev was still being used from dev_info.
update from origin
start trace debug macro and will coredump, when executes `show tcp scoreboard trace` command .
CMakeFiles/vnet_objs.dir/tcp/tcp_input.c.o -c /opt/code/VPP/src/vnet/tcp/tcp_input.c In file included from /opt/code/VPP/src/vnet/session/transport_types.h:21, from /opt/code/VPP/src/vnet/session/session_types.h:20, from /opt/code/VPP/src/vnet/session/session.h:19, from /opt/code/VPP/src/vnet/tcp/tcp.h:21, from /opt/code/VPP/src/vnet/tcp/tcp_input.c:19: /opt/code/VPP/src/vnet/tcp/tcp_input.c: In function 'tcp_rcv_ack': /opt/code/VPP/src/vnet/tcp/tcp_debug.h:873:44: error: implicit declaration of function 'tcp_time_now'; did you mean...
Enabled building net_sfc driver in dpdk.mk Added SFN7042Q adapter and virtual functions to init.c and driver.c
Hello, We have a c application connecting to VAPI with vapi_connect and maintaining the returned context throughout the life of the program unless VPP restarts (in which case it does...
https://github.com/FDio/vpp/blob/master/docs/aboutvpp/scalar-vs-vector-packet-processing.rst?plain=1#L60-L62 > The inefficiencies associated with the deep call stack by receiving vectors of up to 256 packets at a time from the Network Interface, and processes them using a...