FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
vl_api_sw_interface_virtio_pci_details_t Struct Reference

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
 

Detailed Description

Reply for virtio pci interface dump request.

Template Parameters
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 84 of file virtio.api.

Field Documentation

◆ context

u32 vl_api_sw_interface_virtio_pci_details_t::context

Definition at line 86 of file virtio.api.

◆ features

u64 vl_api_sw_interface_virtio_pci_details_t::features

Definition at line 92 of file virtio.api.

◆ mac_addr

vl_api_mac_address_t vl_api_sw_interface_virtio_pci_details_t::mac_addr

Definition at line 89 of file virtio.api.

◆ pci_addr

vl_api_pci_address_t vl_api_sw_interface_virtio_pci_details_t::pci_addr

Definition at line 88 of file virtio.api.

◆ rx_ring_sz

u16 vl_api_sw_interface_virtio_pci_details_t::rx_ring_sz

Definition at line 91 of file virtio.api.

◆ sw_if_index

vl_api_interface_index_t vl_api_sw_interface_virtio_pci_details_t::sw_if_index

Definition at line 87 of file virtio.api.

◆ tx_ring_sz

u16 vl_api_sw_interface_virtio_pci_details_t::tx_ring_sz

Definition at line 90 of file virtio.api.


The documentation for this struct was generated from the following file: