diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-10-15 08:13:29 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-10-25 07:22:06 +0000 |
commit | 909a91c2a2b08a85d700542a77f8b69434f5ded1 (patch) | |
tree | bf141badf8627cb7cf04ef38952f2e9465173478 /resources/api/vpp | |
parent | ac89ba8a39355a4a761508870ea0e08212ef7aee (diff) |
ADD: Mellanox RDMA interface support
+ Add functions for creating rdma interface
+ Fix traffic generator
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: I81787b72ff5ee926ed652d350888c4f86da766f1
Diffstat (limited to 'resources/api/vpp')
-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 0370500476..dfcff35979 100644 --- a/resources/api/vpp/supported_crcs.yaml +++ b/resources/api/vpp/supported_crcs.yaml @@ -195,6 +195,8 @@ policer_classify_set_interface: '0xe09537b0' # dev policer_classify_set_interface_reply: '0xe8d4e804' # dev # 4x^ tc01-64B-ethip4-ip4base-ipolicemarkbase-dev + rdma_create: '0x541ffa8e' # perf + rdma_create_reply: '0xfda5941f' # perf # show_lisp_map_register_state / reply # honeycomb # show_lisp_map_request_mode / reply # honeycomb # show_lisp_pitr / reply # honeycomb |