X-Git-Url: https://gerrit.fd.io/r/gitweb?p=govpp.git;a=blobdiff_plain;f=internal%2Ftestbinapi%2Fbinapi2001%2F.vppapi%2Fplugins%2Frdma.api.json;fp=internal%2Ftestbinapi%2Fbinapi2001%2F.vppapi%2Fplugins%2Frdma.api.json;h=0000000000000000000000000000000000000000;hp=692e604e92f6c91c8a132201b9f3ba29665c4695;hb=e9567fa8c853dda16c54afbd2ba99b7263fa37f1;hpb=4102c72bce694babd94a481b1201d33895a6f9c5 diff --git a/internal/testbinapi/binapi2001/.vppapi/plugins/rdma.api.json b/internal/testbinapi/binapi2001/.vppapi/plugins/rdma.api.json deleted file mode 100644 index 692e604..0000000 --- a/internal/testbinapi/binapi2001/.vppapi/plugins/rdma.api.json +++ /dev/null @@ -1,313 +0,0 @@ -{ - "types": [], - "messages": [ - [ - "rdma_create", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "client_index" - ], - [ - "u32", - "context" - ], - [ - "string", - "host_if", - 64 - ], - [ - "string", - "name", - 64 - ], - [ - "u16", - "rxq_num", - { - "default": 1 - } - ], - [ - "u16", - "rxq_size", - { - "default": 1024 - } - ], - [ - "u16", - "txq_size", - { - "default": 1024 - } - ], - [ - "vl_api_rdma_mode_t", - "mode", - { - "default": 0 - } - ], - { - "crc": "0x076fe418" - } - ], - [ - "rdma_create_reply", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "context" - ], - [ - "i32", - "retval" - ], - [ - "vl_api_interface_index_t", - "sw_if_index" - ], - { - "crc": "0x5383d31f" - } - ], - [ - "rdma_delete", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "client_index" - ], - [ - "u32", - "context" - ], - [ - "vl_api_interface_index_t", - "sw_if_index" - ], - { - "crc": "0xf9e6675e" - } - ], - [ - "rdma_delete_reply", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "context" - ], - [ - "i32", - "retval" - ], - { - "crc": "0xe8d4e804" - } - ] - ], - "unions": [], - "enums": [ - [ - "if_status_flags", - [ - "IF_STATUS_API_FLAG_ADMIN_UP", - 1 - ], - [ - "IF_STATUS_API_FLAG_LINK_UP", - 2 - ], - { - "enumtype": "u32" - } - ], - [ - "mtu_proto", - [ - "MTU_PROTO_API_L3", - 1 - ], - [ - "MTU_PROTO_API_IP4", - 2 - ], - [ - "MTU_PROTO_API_IP6", - 3 - ], - [ - "MTU_PROTO_API_MPLS", - 4 - ], - [ - "MTU_PROTO_API_N", - 5 - ], - { - "enumtype": "u32" - } - ], - [ - "link_duplex", - [ - "LINK_DUPLEX_API_UNKNOWN", - 0 - ], - [ - "LINK_DUPLEX_API_HALF", - 1 - ], - [ - "LINK_DUPLEX_API_FULL", - 2 - ], - { - "enumtype": "u32" - } - ], - [ - "sub_if_flags", - [ - "SUB_IF_API_FLAG_NO_TAGS", - 1 - ], - [ - "SUB_IF_API_FLAG_ONE_TAG", - 2 - ], - [ - "SUB_IF_API_FLAG_TWO_TAGS", - 4 - ], - [ - "SUB_IF_API_FLAG_DOT1AD", - 8 - ], - [ - "SUB_IF_API_FLAG_EXACT_MATCH", - 16 - ], - [ - "SUB_IF_API_FLAG_DEFAULT", - 32 - ], - [ - "SUB_IF_API_FLAG_OUTER_VLAN_ID_ANY", - 64 - ], - [ - "SUB_IF_API_FLAG_INNER_VLAN_ID_ANY", - 128 - ], - [ - "SUB_IF_API_FLAG_MASK_VNET", - 254 - ], - [ - "SUB_IF_API_FLAG_DOT1AH", - 256 - ], - { - "enumtype": "u32" - } - ], - [ - "rx_mode", - [ - "RX_MODE_API_UNKNOWN", - 0 - ], - [ - "RX_MODE_API_POLLING", - 1 - ], - [ - "RX_MODE_API_INTERRUPT", - 2 - ], - [ - "RX_MODE_API_ADAPTIVE", - 3 - ], - [ - "RX_MODE_API_DEFAULT", - 4 - ], - { - "enumtype": "u32" - } - ], - [ - "if_type", - [ - "IF_API_TYPE_HARDWARE", - 1 - ], - [ - "IF_API_TYPE_SUB", - 2 - ], - [ - "IF_API_TYPE_P2P", - 3 - ], - [ - "IF_API_TYPE_PIPE", - 4 - ], - { - "enumtype": "u32" - } - ], - [ - "rdma_mode", - [ - "RDMA_API_MODE_AUTO", - 0 - ], - [ - "RDMA_API_MODE_IBV", - 1 - ], - [ - "RDMA_API_MODE_DV", - 2 - ], - { - "enumtype": "u32" - } - ] - ], - "services": { - "rdma_create": { - "reply": "rdma_create_reply" - }, - "rdma_delete": { - "reply": "rdma_delete_reply" - } - }, - "options": { - "version": "1.0.0" - }, - "aliases": { - "interface_index": { - "type": "u32" - } - }, - "vl_api_version": "0x5ce233e0" -}