| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include </opt/mellanox/doca/applications/ip_frag/ip_frag_dp.h>
Data Fields | |
| uint16_t | num_ports |
| uint16_t | num_queues |
| struct doca_flow_pipe * | pipes [IP_FRAG_PORT_NUM][IP_FRAG_RSS_PIPE_NUM] |
| struct doca_flow_port * | ports [IP_FRAG_PORT_NUM] |
| struct doca_dev * | dev_arr [IP_FRAG_PORT_NUM] |
Definition at line 80 of file ip_frag_dp.h.
| struct doca_dev* ip_frag_ctx::dev_arr[IP_FRAG_PORT_NUM] |
Definition at line 85 of file ip_frag_dp.h.
| uint16_t ip_frag_ctx::num_ports |
Definition at line 81 of file ip_frag_dp.h.
| uint16_t ip_frag_ctx::num_queues |
Definition at line 82 of file ip_frag_dp.h.
| struct doca_flow_pipe* ip_frag_ctx::pipes[IP_FRAG_PORT_NUM][IP_FRAG_RSS_PIPE_NUM] |
Definition at line 83 of file ip_frag_dp.h.
| struct doca_flow_port* ip_frag_ctx::ports[IP_FRAG_PORT_NUM] |
Definition at line 84 of file ip_frag_dp.h.