vpp
vpp copied to clipboard
### Description We need to punt the first (and only the first) packet from each unknown IPSec flow to the control plane. So, after punting the first packet from an...
### Description Performance improvement: route programming performance - time to program a IPSec tunnels and routes pointing to them grows exponentially with the number of tunnels+routes already programmed. Not getting...
### Description Hi, I installed VPP on a centos VM which includes the vpp-selinux-policy package. Even with that package, I had to create custom SELinux module to authorize access to ...
### Description No description provided. ### Assignee Hongjun Ni ### Reporter Hongjun Ni ### Comments No comments. Original issue: https://jira.fd.io/browse/VPP-1643
### Description RPM spec file needs to be updated to reflect new package dependency requirements introduced in version 1901 and 1904. ### Assignee Thomas F Herbert ### Reporter Thomas F...
### Description vpp bionic builds installed on DUT: ii libvppinfra 19.04-rc2~1-g11ee93f6a~b22 amd64 Vector Packet Processing--runtime libraries ii libvppinfra-dev 19.04-rc2~1-g11ee93f6a~b22 amd64 Vector Packet Processing--runtime libraries ii python3-vpp-api 19.04-rc2~1-g11ee93f6a~b22 amd64 VPP Python3...
### Description VPP stops CLI and traffic when socket-per-numa is increased from default (16383). Sockets-per-numa must be increased with larger amount of interfaces and/or RXQs. - The issue is happening...
### Description No description provided. ### Assignee Unassigned ### Reporter Neale Ranns ### Comments No comments. Original issue: https://jira.fd.io/browse/VPP-1662
### Description No description provided. ### Assignee Unassigned ### Reporter Neale Ranns ### Comments No comments. Original issue: https://jira.fd.io/browse/VPP-1663
### Description u8 buffer[100] = {0}; u8 *l6_header = 0; ip6_ext_header_t *ext_head; ip6_header_t *ip6 = (ip6_header_t *)buffer; /* Fill in ip6 header fields */ ip6->ip_version_traffic_class_and_flow_label = clib_host_to_net_u32 (0x6 payload_length =...