# Functions
Messages returns list of all messages in this module.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Structs
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
SwInterfaceVirtioPciDetails defines message 'sw_interface_virtio_pci_details'.
Dump virtio pci interfaces request SwInterfaceVirtioPciDump defines message 'sw_interface_virtio_pci_dump'.
Initialize a new virtio pci interface with the given parameters - pci_addr - pci address - use_random_mac - let the system generate a unique mac address - mac_address - mac addr to assign to the interface if use_random not set - gso_enabled - enable gso feature if available, 1 to enable - checksum_offload_enabled - enable checksum feature if available, 1 to enable - features - the virtio features which driver should negotiate with device
VirtioPciCreate defines message 'virtio_pci_create'.
Reply for virtio pci create reply - retval - return code - sw_if_index - software index allocated for the new virtio pci interface
VirtioPciCreateReply defines message 'virtio_pci_create_reply'.
Initialize a new virtio pci interface with the given parameters - pci_addr - pci address - use_random_mac - let the system generate a unique mac address - mac_address - mac addr to assign to the interface if use_random not set - virtio_flags - feature flags to enable - features - the virtio features which driver should negotiate with device
VirtioPciCreateV2 defines message 'virtio_pci_create_v2'.
Reply for virtio pci create reply - retval - return code - sw_if_index - software index allocated for the new virtio pci interface
VirtioPciCreateV2Reply defines message 'virtio_pci_create_v2_reply'.
Delete virtio pci interface - sw_if_index - interface index of existing virtio pci interface
VirtioPciDelete defines message 'virtio_pci_delete'.
VirtioPciDeleteReply defines message 'virtio_pci_delete_reply'.
# Interfaces
RPCService defines RPC service virtio.
No description provided by the author
# Type aliases
VirtioFlags defines enum 'virtio_flags'.