FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Reply for virtio pci interface dump request. More...
Data Fields | |
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 |
Reply for virtio pci interface dump request.
sw_if_index | - software index of virtio pci interface |
pci_addr | - pci address |
mac_addr | - native virtio device mac address |
tx_ring_sz | - the number of entries of TX ring |
rx_ring_sz | - the number of entries of RX ring |
features | - the virtio features which driver have negotiated with device |
Definition at line 126 of file virtio.api.
u32 vl_api_sw_interface_virtio_pci_details_t::context |
Definition at line 128 of file virtio.api.
u64 vl_api_sw_interface_virtio_pci_details_t::features |
Definition at line 134 of file virtio.api.
vl_api_mac_address_t vl_api_sw_interface_virtio_pci_details_t::mac_addr |
Definition at line 131 of file virtio.api.
vl_api_pci_address_t vl_api_sw_interface_virtio_pci_details_t::pci_addr |
Definition at line 130 of file virtio.api.
u16 vl_api_sw_interface_virtio_pci_details_t::rx_ring_sz |
Definition at line 133 of file virtio.api.
vl_api_interface_index_t vl_api_sw_interface_virtio_pci_details_t::sw_if_index |
Definition at line 129 of file virtio.api.
u16 vl_api_sw_interface_virtio_pci_details_t::tx_ring_sz |
Definition at line 132 of file virtio.api.