diff options
author | 2020-01-20 12:49:02 +0100 | |
---|---|---|
committer | 2020-02-10 16:29:44 +0000 | |
commit | 4280b615cee1bfec69d7ec693947e1a586874a2e (patch) | |
tree | 5f720df66dd7aa41e32344cb82699c081061b972 /resources/api | |
parent | 4c87b553c3ffec7ec20fa7e1bbe73e40ee9a4bca (diff) |
FIX: set host physical interface mac address to rdma interface
Reason is that the traffic generator is initialized with MAC addresses
of physical interfaces in the suite setup while rdma interfaces
are created later.
Change-Id: I2cf182cde20f14778624740a1f0467096c336306
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'resources/api')
-rw-r--r-- | resources/api/vpp/supported_crcs.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/api/vpp/supported_crcs.yaml b/resources/api/vpp/supported_crcs.yaml index f7a943b371..fd4ba73cc9 100644 --- a/resources/api/vpp/supported_crcs.yaml +++ b/resources/api/vpp/supported_crcs.yaml @@ -245,6 +245,8 @@ sw_interface_set_l2_bridge_reply: '0xe8d4e804' # dev sw_interface_set_l2_xconnect: '0x95de3988' # dev sw_interface_set_l2_xconnect_reply: '0xe8d4e804' # dev + sw_interface_set_mac_address: '0x6aca746a' # perf + sw_interface_set_mac_address_reply: '0xe8d4e804' # perf sw_interface_set_rx_placement: '0xdb65f3c9' # perf sw_interface_set_rx_placement_reply: '0xe8d4e804' # perf # ^^ see tc01-64B-1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr above |