FD.io VPP  v19.04.1-1-ge4a0f9f
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
 
u32 sw_if_index
 
u32 pci_addr
 
u8 mac_addr [6]
 
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 as unsigned 32bit integer: 0-15 domain, 16-23 bus, 24-28 slot, 29-31 function
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 81 of file virtio.api.

Field Documentation

u32 vl_api_sw_interface_virtio_pci_details_t::context

Definition at line 83 of file virtio.api.

u64 vl_api_sw_interface_virtio_pci_details_t::features

Definition at line 89 of file virtio.api.

u8 vl_api_sw_interface_virtio_pci_details_t::mac_addr[6]

Definition at line 86 of file virtio.api.

u32 vl_api_sw_interface_virtio_pci_details_t::pci_addr

Definition at line 85 of file virtio.api.

u16 vl_api_sw_interface_virtio_pci_details_t::rx_ring_sz

Definition at line 88 of file virtio.api.

u32 vl_api_sw_interface_virtio_pci_details_t::sw_if_index

Definition at line 84 of file virtio.api.

u16 vl_api_sw_interface_virtio_pci_details_t::tx_ring_sz

Definition at line 87 of file virtio.api.


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