DPDK  20.11.10
Data Fields
rte_eth_devargs Struct Reference

#include <rte_ethdev_driver.h>

Data Fields

uint16_t nb_ports
 
uint16_t representor_ports [RTE_MAX_ETHPORTS]
 
uint16_t nb_representor_ports
 

Detailed Description

Generic Ethernet device arguments

Definition at line 1194 of file rte_ethdev_driver.h.

Field Documentation

◆ nb_ports

uint16_t nb_ports

port/s number to enable on a multi-port single function

Definition at line 1197 of file rte_ethdev_driver.h.

◆ representor_ports

uint16_t representor_ports[RTE_MAX_ETHPORTS]

number of ports in ports field

Definition at line 1199 of file rte_ethdev_driver.h.

◆ nb_representor_ports

uint16_t nb_representor_ports

representor port/s identifier to enable on device

Definition at line 1201 of file rte_ethdev_driver.h.


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