vpp
vpp copied to clipboard
### Description When NAT addresses exhausted, VPP crashes: May 07 09:42:19 pb1 vnet[32077]: received signal SIGSEGV, PC 0x7fc7f1a38331, faulting address 0x0 May 07 09:42:19 pb1 vnet[32077]: #0 0x00007fc7f226f484 0x7fc7f226f484 May...
### Description This is not a new issue, but I probably have not opened a Jira ticket for this yet. It seems simpler processing (tests with higher throughput when 1...
### Description Here I come across some weird issues regarding vapi performance. Reproduce : - Start VPP with default configuration like "systemctl restart vpp" - run ` for i in...
### Description In vpp 22.02 I get inaccurate results with monitor interface command,tx data is incorrect DBGvpp# monitor interface local0 interval 10 count 1 rx: 0pps 0bps tx: 2314885530.28Gpps 18446744069.41Gbps...
### Description The generated code for the following message autoendian autoreply define sw_interface_set_tx_placement { u32 client_index; u32 context; vl_api_interface_index_t sw_if_index; u32 queue_id; u32 array_size; u32 threads[array_size]; }; Outputs the following,...
vapi_shm_client_connect() return value is greater than 0 when some failure occurrenced. vapi.c: 1009 if (vapi_shm_client_connect (ctx, (char *) name, 0, response_queue_size, true) < 0) { vl_client_api_unmap (); return VAPI_ECON_FAIL; }
### Description In CSIT report for 2101, comparison table [0] shows many NAT44ed test have worse performance compared to 2009 (generally around 5-10 percent). Mainly CPS tests, which exercise the...
### Description nat plugin is generating a new port for different threads in case that src port should be used in rewrite. It can be seen with cmd "show nat44...
### Description Extend VPP to act as an edge device for IPv6 traffic where identifier / locator rewrite is required. Including (permissionless) extensions of the network. Mechanisms include: NPTv6 (inside...
### Description A NAT64 feature that is implemented as a VCDP (SANE) service. That can co-exist with the NAPT44 service, sharing a single outside IPv4 address if required. Multi-instance and...