struct cfg_net_pci_info_t

PCI device of node description structure

#include <tapi_cfg_net.h>

struct cfg_net_pci_info_t {
    // fields

    enum net_node_type node_type;
    char* pci_addr;
    char* bound_driver;
    char* net_driver;
    char* dpdk_driver;
};