![]() |
FD.io VPP
v21.06
Vector Packet Processing
|
Initialize a new virtio pci interface with the given parameters. More...
Data Fields | |
| u32 | client_index |
| u32 | context |
| vl_api_pci_address_t | pci_addr |
| bool | use_random_mac |
| vl_api_mac_address_t | mac_address |
| vl_api_virtio_flags_t | virtio_flags |
| 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 |
| virtio_flags | - feature flags to enable |
| features | - the virtio features which driver should negotiate with device |
Definition at line 77 of file virtio.api.
| u32 vl_api_virtio_pci_create_v2_t::client_index |
Definition at line 79 of file virtio.api.
| u32 vl_api_virtio_pci_create_v2_t::context |
Definition at line 80 of file virtio.api.
| u64 vl_api_virtio_pci_create_v2_t::features |
Definition at line 85 of file virtio.api.
| vl_api_mac_address_t vl_api_virtio_pci_create_v2_t::mac_address |
Definition at line 83 of file virtio.api.
| vl_api_pci_address_t vl_api_virtio_pci_create_v2_t::pci_addr |
Definition at line 81 of file virtio.api.
| bool vl_api_virtio_pci_create_v2_t::use_random_mac |
Definition at line 82 of file virtio.api.
| vl_api_virtio_flags_t vl_api_virtio_pci_create_v2_t::virtio_flags |
Definition at line 84 of file virtio.api.