aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python
AgeCommit message (Expand)AuthorFilesLines
2021-10-06docstring: Docstring warnings fixed.Viliam Luc9-28/+28
2021-10-06Fix: Do not touch PAPI history on bad DICT__nodesVratko Polak1-1/+6
2021-09-29feat(DPDK): Bump payload version to 21.08pmikus1-1/+1
2021-09-29MLRsearch: Increase timeout to 20 minutesVratko Polak1-1/+1
2021-09-28fix(Core): Interface not recognizedpmikus1-0/+4
2021-09-28fix(DPDK): Increase install timeoutpmikus1-1/+1
2021-09-20API: Remove old_cmd supportVratko Polak2-17/+4
2021-09-14back-to-back: add tg n2n suitesViliam Luc1-4/+16
2021-09-14API: Use newer message versionsVratko Polak4-37/+50
2021-09-10back-to-back tests: add TG testsViliam Luc4-29/+178
2021-08-24Fix DPDK nb_cores allocationpmikus2-5/+8
2021-08-20Scale tests: Use exec commands and VAT executorVratko Polak1-34/+74
2021-08-20Improve NetworkIncrementVratko Polak2-22/+38
2021-08-19vpp_device: Multiple NICs (suitegen)pmikus2-0/+79
2021-08-02FIX: init_interface driver and sr-iovJuraj Linkeš2-49/+28
2021-08-02FIX: init interfaces for rdma-core driverJuraj Linkeš1-0/+4
2021-07-28CSIT-1782: 4c AVF tests are failingpmikus1-2/+13
2021-07-28IPsec: add nth matching SPD entry outbound TCsJuraj Linkeš3-102/+369
2021-07-22Framework: increase framework setup timeoutJuraj Linkeš1-1/+1
2021-07-21Perf: Enable af_xdp for Intel x500 seriespmikus1-2/+3
2021-07-21Perf: Enable af_xdp for Intel x500 seriespmikus1-2/+2
2021-07-12IETF: Update MLRsearch draftVratko Polak3-11/+20
2021-07-06Telemetry: Add node infopmikus2-7/+31
2021-06-21FrameworkSetup: fix timeout in Arm setupJuraj Linkeš1-1/+1
2021-06-17Core: Rework CPU allocationpmikus4-63/+169
2021-06-16Line length: Fix recent mergesVratko Polak2-2/+2
2021-06-10FIX: Pylint reducepmikus54-91/+86
2021-06-10Add gtpu sw performance test casesxinfeng zhao2-1/+45
2021-06-10Dpdk in VM: Increase num_mbufsVratko Polak3-5/+5
2021-06-04FIX: af_xdp L2 data pathspmikus1-1/+28
2021-06-04Performance: Add AF_XDP testspmikus5-30/+295
2021-06-02Infra: Decommission 3n-hsw - NICspmikus1-19/+1
2021-05-28Framework: Telemetry retakepmikus3-11/+72
2021-05-26Add dpdk max-simd-bitwidth configuration.xinfeng zhao1-1/+17
2021-05-26rxq_ratio default value changed to 1viliam.luc1-0/+13
2021-05-20hoststack perf: iperf3 udp hoststack performance tests.Dave Wallace1-0/+5
2021-05-20perf: add TCP Nginx+LDPRELOAD suitesxizhanx9-7/+634
2021-05-12PAPI stats: Use single dumpVratko Polak1-0/+2
2021-04-21FrameworkSetup: increase timeoutJuraj Linkeš1-1/+1
2021-04-19DPDK bumppmikus3-7/+4
2021-04-07SetupFramework: Log env activation outputsVratko Polak1-3/+11
2021-04-01IPsec: add 4, 40 and 400 tunnel policy testsJuraj Linkeš1-0/+2
2021-03-31TrafficGenerator: Less logging of unsentVratko Polak1-1/+2
2021-03-31IPsec: add 2n crypto policy udir perf testsJuraj Linkeš1-35/+65
2021-03-31Device: Add stats test with AVFVratko Polak1-1/+1
2021-03-26STL traffic: Use the sleep+stop logicVratko Polak2-7/+37
2021-03-26Parametrize T-Rex rx/tx descriptors countTomas Alexy2-0/+23
2021-03-24FrameworkSetup: fix timeout in Arm setupJuraj Linkeš1-1/+1
2021-03-24FrameworkSetup: catch all exceptions in threadsJuraj Linkeš1-15/+32
2021-03-23Geneve: Re-write the creation of tunnels in pythonTibor Frank1-1/+71
; ip6_address_t mcast_addr; ip6_address_t source_addr[0]; }) icmp6_multicast_address_record_t; typedef CLIB_PACKED (struct { icmp6_neighbor_discovery_option_header_t header; u8 reserved[6]; /* IP6 header plus payload follows. */ u8 data[0]; }) icmp6_neighbor_discovery_redirected_header_option_t; typedef CLIB_PACKED (struct { icmp6_neighbor_discovery_option_header_t header; u16 unused; u32 mtu; }) icmp6_neighbor_discovery_mtu_option_t; typedef CLIB_PACKED (struct { icmp6_neighbor_discovery_option_header_t header; u8 ethernet_address[6]; }) icmp6_neighbor_discovery_ethernet_link_layer_address_option_t; typedef CLIB_PACKED (struct { icmp6_neighbor_discovery_option_header_t header; u8 max_l2_address[6 + 8]; }) icmp6_neighbor_discovery_max_link_layer_address_option_t; /* Generic neighbor discover header. Used for router solicitations, etc. */ typedef CLIB_PACKED (struct { icmp46_header_t icmp; u32 reserved_must_be_zero; }) icmp6_neighbor_discovery_header_t; /* Router advertisement packet formats. */ typedef CLIB_PACKED (struct { icmp46_header_t icmp; /* Current hop limit to use for outgoing packets. */ u8 current_hop_limit; u8 flags; #define ICMP6_ROUTER_DISCOVERY_FLAG_ADDRESS_CONFIG_VIA_DHCP (1 << 7) #define ICMP6_ROUTER_DISCOVERY_FLAG_OTHER_CONFIG_VIA_DHCP (1 << 6) /* Zero means unspecified. */ u16 router_lifetime_in_sec; /* Zero means unspecified. */ u32 neighbor_reachable_time_in_msec; /* Zero means unspecified. */ u32 time_in_msec_between_retransmitted_neighbor_solicitations; /* Options that may follow: source_link_layer_address, mtu, prefix_information. */ }) icmp6_router_advertisement_header_t; /* Neighbor solicitation/advertisement header. */ typedef CLIB_PACKED (struct { icmp46_header_t icmp; /* Zero for solicitation; flags for advertisement. */ u32 advertisement_flags; /* Set when sent by a router. */ #define ICMP6_NEIGHBOR_ADVERTISEMENT_FLAG_ROUTER (1 << 31) /* Set when response to solicitation. */ #define ICMP6_NEIGHBOR_ADVERTISEMENT_FLAG_SOLICITED (1 << 30) #define ICMP6_NEIGHBOR_ADVERTISEMENT_FLAG_OVERRIDE (1 << 29) ip6_address_t target_address; /* Options that may follow: source_link_layer_address (for solicitation) target_link_layer_address (for advertisement). */ }) icmp6_neighbor_solicitation_or_advertisement_header_t; typedef CLIB_PACKED (struct { icmp46_header_t icmp; u32 reserved_must_be_zero; /* Better next hop to use for given destination. */ ip6_address_t better_next_hop_address; ip6_address_t dst_address; /* Options that may follow: target_link_layer_address, redirected_header. */ }) icmp6_redirect_header_t; /* Solicitation/advertisement packet format for ethernet. */ typedef CLIB_PACKED (struct { ip6_header_t ip; icmp6_neighbor_solicitation_or_advertisement_header_t neighbor; icmp6_neighbor_discovery_ethernet_link_layer_address_option_t link_layer_option; }) icmp6_neighbor_solicitation_header_t; /* *INDENT-ON* */ #endif /* included_vnet_icmp46_packet_h */