![]() |
FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
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 |
Initialize a new virtio pci interface with the given 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.
| bool vl_api_virtio_pci_create_t::checksum_offload_enabled |
Definition at line 42 of file virtio.api.
| u32 vl_api_virtio_pci_create_t::client_index |
Definition at line 36 of file virtio.api.
| u32 vl_api_virtio_pci_create_t::context |
Definition at line 37 of file virtio.api.
| option vl_api_virtio_pci_create_t::deprecated |
Definition at line 35 of file virtio.api.
| u64 vl_api_virtio_pci_create_t::features |
Definition at line 43 of file virtio.api.
| bool vl_api_virtio_pci_create_t::gso_enabled |
Definition at line 41 of file virtio.api.
| vl_api_mac_address_t vl_api_virtio_pci_create_t::mac_address |
Definition at line 40 of file virtio.api.
| vl_api_pci_address_t vl_api_virtio_pci_create_t::pci_addr |
Definition at line 38 of file virtio.api.
| bool vl_api_virtio_pci_create_t::use_random_mac |
Definition at line 39 of file virtio.api.