FD.io VPP  v21.06
Vector Packet Processing
vl_api_virtio_pci_create_t Struct Reference

Initialize a new virtio pci interface with the given parameters. More...

Data Fields

option deprecated
 
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
 

Detailed Description

Initialize a new virtio pci interface with the given parameters.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
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

Definition at line 33 of file virtio.api.

Field Documentation

◆ checksum_offload_enabled

bool vl_api_virtio_pci_create_t::checksum_offload_enabled

Definition at line 42 of file virtio.api.

◆ client_index

u32 vl_api_virtio_pci_create_t::client_index

Definition at line 36 of file virtio.api.

◆ context

u32 vl_api_virtio_pci_create_t::context

Definition at line 37 of file virtio.api.

◆ deprecated

option vl_api_virtio_pci_create_t::deprecated

Definition at line 35 of file virtio.api.

◆ features

u64 vl_api_virtio_pci_create_t::features

Definition at line 43 of file virtio.api.

◆ gso_enabled

bool vl_api_virtio_pci_create_t::gso_enabled

Definition at line 41 of file virtio.api.

◆ mac_address

vl_api_mac_address_t vl_api_virtio_pci_create_t::mac_address

Definition at line 40 of file virtio.api.

◆ pci_addr

vl_api_pci_address_t vl_api_virtio_pci_create_t::pci_addr

Definition at line 38 of file virtio.api.

◆ use_random_mac

bool vl_api_virtio_pci_create_t::use_random_mac

Definition at line 39 of file virtio.api.


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