From 627079bed61ab1df37cdfd72eb1289f491ea35fc Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Mon, 13 Jan 2020 14:55:27 +0100 Subject: [PATCH] Update comments in crc file. + L2patch is already covered. + RDMA is not device testable yet. Change-Id: I1dcccfcb340a8fe61c20d3516340e26db293cfaa Signed-off-by: Vratko Polak --- resources/api/vpp/supported_crcs.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/resources/api/vpp/supported_crcs.yaml b/resources/api/vpp/supported_crcs.yaml index 198273e018..ea4358e844 100644 --- a/resources/api/vpp/supported_crcs.yaml +++ b/resources/api/vpp/supported_crcs.yaml @@ -128,10 +128,8 @@ # l2_fib_table_dump / details # honeycomb l2_interface_vlan_tag_rewrite: '0xb90be6b4' # dev l2_interface_vlan_tag_rewrite_reply: '0xe8d4e804' # dev - l2_patch_add_del: '0x62506e63' # perf - l2_patch_add_del_reply: '0xe8d4e804' # perf - # ^^ tc01-64B-1c-avf-eth-l2patch-mrr # currently failing after calls - # ^ l2patchANDdrv_avf + l2_patch_add_del: '0x62506e63' # dev + l2_patch_add_del_reply: '0xe8d4e804' # dev # l2fib_add_del / reply # unused L1 keyword: vpp_add_l2fib_entry lb_conf: '0x22ddb739' # perf lb_conf_reply: '0xe8d4e804' # perf @@ -195,6 +193,8 @@ # 4x^ tc01-64B-ethip4-ip4base-ipolicemarkbase-dev rdma_create: '0x076fe418' # perf rdma_create_reply: '0x5383d31f' # perf + # 2x^ Any test with drv_rdma. Currently only available on 2n-clx. + # - Not testable by devicetest (until we have environment with right NICs). # show_lisp_map_register_state / reply # honeycomb # show_lisp_map_request_mode / reply # honeycomb # show_lisp_pitr / reply # honeycomb @@ -290,7 +290,6 @@ # mrrAND1cAND64bANDnic_intel-x710ANDipsecANDlispgpe # csit-2n-skx-perftest # mrrAND1cAND64bANDnic_intel-x710ANDloadbalancer_nat4 -# mrrAND1cAND64bANDnic_intel-x710ANDl2patchANDdrv_avf # TODO: Once device job has complete API coverage, # add a check to make sure each message was encountered; -- 2.16.6