From ff1f49d9ba97ddfee3229907e3a344503e072578 Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Thu, 6 Aug 2020 03:34:31 +0200 Subject: Perf: NAT44 endpoint-dependent mode - udp, part I - continuation of https://gerrit.fd.io/r/c/csit/+/26898 as there was reached limit of changes (1000) Jira: CSIT-1711 - udp synthetic profiles w/o data packets - udp cps perf tests, phase I (no special "search cps" KW) Part I means that we are using MRR tests to collect traffic data until there is ready new CPS test type with corresponding algorithm. Change-Id: I0d30feb9ecf1d0bff937152656f8eb422f831378 Signed-off-by: Jan Gelety --- resources/api/vpp/supported_crcs.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'resources/api/vpp/supported_crcs.yaml') diff --git a/resources/api/vpp/supported_crcs.yaml b/resources/api/vpp/supported_crcs.yaml index 57db243b18..f616a94e5e 100644 --- a/resources/api/vpp/supported_crcs.yaml +++ b/resources/api/vpp/supported_crcs.yaml @@ -175,12 +175,28 @@ memif_dump: '0x51077d14' # dev memif_socket_filename_add_del: '0xa2ce1a10' # dev memif_socket_filename_add_del_reply: '0xe8d4e804' # dev + nat44_add_del_address_range: '0xd4c7568c' # perf + nat44_add_del_address_range_reply: '0xe8d4e804' # perf + nat44_address_details: '0x45410ac4' # perf teardown + nat44_address_dump: '0x51077d14' # perf teardown nat44_interface_add_del_feature: '0xf3699b83' # perf nat44_interface_add_del_feature_reply: '0xe8d4e804' # perf + nat44_interface_addr_details: '0x3e687514' # perf teardown + nat44_interface_addr_dump: '0x51077d14' # perf teardown + nat44_interface_details: '0x5d286289' # perf teardown + nat44_interface_dump: '0x51077d14' # perf teardown + nat44_static_mapping_details: '0x1a433ef7' # perf teardown + nat44_static_mapping_dump: '0x51077d14' # perf teardown + nat44_user_details: '0x355896c2' # perf teardown + nat44_user_dump: '0x51077d14' # perf teardown + nat44_user_session_details: '0x1965fd69' # perf teardown + nat44_user_session_dump: '0xe1899c98' # perf teardown nat_det_add_del_map: '0x112fde05' # perf nat_det_add_del_map_reply: '0xe8d4e804' # perf nat_show_config: '0x51077d14' # perf teardown nat_show_config_reply: '0x7903ef06' # perf teardown + nat_worker_details: '0x84bf06fc' # perf teardown + nat_worker_dump: '0x51077d14' # perf teardown # 6x^ tc01-64B-1c-ethip4udp-ip4base-nat44-mrr # ^ nat44NOTscaleNOTsrc_user_1 nsim_configure: '0x16ed400f' # perf -- cgit 1.2.3-korg