NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
port_control Struct Reference

Data Fields

struct doca_flow_port * port
 
struct doca_flow_pipe * pipe
 
struct doca_flow_pipe_entry * tcp_entry
 
struct doca_flow_pipe_entry * udp_entry
 
char pci_dev [DOCA_DEVINFO_PCI_ADDR_SIZE]
 
char iface_name [DOCA_DEVINFO_IFACE_NAME_SIZE]
 
uint64_t last_hit_tcp
 
uint64_t last_hit_udp
 
uint64_t last_miss
 
uint64_t last_total
 

Detailed Description

Definition at line 51 of file flow_switch_hot_upgrade_sample.c.

Field Documentation

◆ iface_name

char port_control::iface_name[DOCA_DEVINFO_IFACE_NAME_SIZE]

Definition at line 57 of file flow_switch_hot_upgrade_sample.c.

◆ last_hit_tcp

uint64_t port_control::last_hit_tcp

Definition at line 58 of file flow_switch_hot_upgrade_sample.c.

◆ last_hit_udp

uint64_t port_control::last_hit_udp

Definition at line 59 of file flow_switch_hot_upgrade_sample.c.

◆ last_miss

uint64_t port_control::last_miss

Definition at line 60 of file flow_switch_hot_upgrade_sample.c.

◆ last_total

uint64_t port_control::last_total

Definition at line 61 of file flow_switch_hot_upgrade_sample.c.

◆ pci_dev

char port_control::pci_dev[DOCA_DEVINFO_PCI_ADDR_SIZE]

Definition at line 56 of file flow_switch_hot_upgrade_sample.c.

◆ pipe

struct doca_flow_pipe* port_control::pipe

Definition at line 53 of file flow_switch_hot_upgrade_sample.c.

◆ port

struct doca_flow_port* port_control::port

Definition at line 52 of file flow_switch_hot_upgrade_sample.c.

◆ tcp_entry

struct doca_flow_pipe_entry* port_control::tcp_entry

Definition at line 54 of file flow_switch_hot_upgrade_sample.c.

◆ udp_entry

struct doca_flow_pipe_entry* port_control::udp_entry

Definition at line 55 of file flow_switch_hot_upgrade_sample.c.


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