binapi: remove internal/testbinapi
[govpp.git] / internal / testbinapi / binapi2001 / .vppapi / core / virtio.api.json
diff --git a/internal/testbinapi/binapi2001/.vppapi/core/virtio.api.json b/internal/testbinapi/binapi2001/.vppapi/core/virtio.api.json
deleted file mode 100644 (file)
index eb3a12c..0000000
+++ /dev/null
@@ -1,365 +0,0 @@
-{
-    "types": [
-        [
-            "pci_address",
-            [
-                "u16",
-                "domain"
-            ],
-            [
-                "u8",
-                "bus"
-            ],
-            [
-                "u8",
-                "slot"
-            ],
-            [
-                "u8",
-                "function"
-            ]
-        ]
-    ],
-    "messages": [
-        [
-            "virtio_pci_create",
-            [
-                "u16",
-                "_vl_msg_id"
-            ],
-            [
-                "u32",
-                "client_index"
-            ],
-            [
-                "u32",
-                "context"
-            ],
-            [
-                "vl_api_pci_address_t",
-                "pci_addr"
-            ],
-            [
-                "bool",
-                "use_random_mac"
-            ],
-            [
-                "vl_api_mac_address_t",
-                "mac_address"
-            ],
-            [
-                "bool",
-                "gso_enabled"
-            ],
-            [
-                "bool",
-                "checksum_offload_enabled"
-            ],
-            [
-                "u64",
-                "features"
-            ],
-            {
-                "crc": "0xa9f1370c"
-            }
-        ],
-        [
-            "virtio_pci_create_reply",
-            [
-                "u16",
-                "_vl_msg_id"
-            ],
-            [
-                "u32",
-                "context"
-            ],
-            [
-                "i32",
-                "retval"
-            ],
-            [
-                "vl_api_interface_index_t",
-                "sw_if_index"
-            ],
-            {
-                "crc": "0x5383d31f"
-            }
-        ],
-        [
-            "virtio_pci_delete",
-            [
-                "u16",
-                "_vl_msg_id"
-            ],
-            [
-                "u32",
-                "client_index"
-            ],
-            [
-                "u32",
-                "context"
-            ],
-            [
-                "vl_api_interface_index_t",
-                "sw_if_index"
-            ],
-            {
-                "crc": "0xf9e6675e"
-            }
-        ],
-        [
-            "virtio_pci_delete_reply",
-            [
-                "u16",
-                "_vl_msg_id"
-            ],
-            [
-                "u32",
-                "context"
-            ],
-            [
-                "i32",
-                "retval"
-            ],
-            {
-                "crc": "0xe8d4e804"
-            }
-        ],
-        [
-            "sw_interface_virtio_pci_dump",
-            [
-                "u16",
-                "_vl_msg_id"
-            ],
-            [
-                "u32",
-                "client_index"
-            ],
-            [
-                "u32",
-                "context"
-            ],
-            {
-                "crc": "0x51077d14"
-            }
-        ],
-        [
-            "sw_interface_virtio_pci_details",
-            [
-                "u16",
-                "_vl_msg_id"
-            ],
-            [
-                "u32",
-                "context"
-            ],
-            [
-                "vl_api_interface_index_t",
-                "sw_if_index"
-            ],
-            [
-                "vl_api_pci_address_t",
-                "pci_addr"
-            ],
-            [
-                "vl_api_mac_address_t",
-                "mac_addr"
-            ],
-            [
-                "u16",
-                "tx_ring_sz"
-            ],
-            [
-                "u16",
-                "rx_ring_sz"
-            ],
-            [
-                "u64",
-                "features"
-            ],
-            {
-                "crc": "0x16187f3a"
-            }
-        ]
-    ],
-    "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"
-            }
-        ]
-    ],
-    "services": {
-        "virtio_pci_create": {
-            "reply": "virtio_pci_create_reply"
-        },
-        "virtio_pci_delete": {
-            "reply": "virtio_pci_delete_reply"
-        },
-        "sw_interface_virtio_pci_dump": {
-            "reply": "sw_interface_virtio_pci_details",
-            "stream": true
-        }
-    },
-    "options": {
-        "version": "2.0.0"
-    },
-    "aliases": {
-        "interface_index": {
-            "type": "u32"
-        },
-        "mac_address": {
-            "type": "u8",
-            "length": 6
-        }
-    },
-    "vl_api_version": "0xb64fcf02"
-}