DPDK
20.05.0
|
#include <rte_sched.h>
Data Fields | |
const char * | name |
int | socket |
uint64_t | rate |
uint32_t | mtu |
uint32_t | frame_overhead |
uint32_t | n_subports_per_port |
uint32_t | n_pipes_per_subport |
Port configuration parameters.
Definition at line 236 of file rte_sched.h.
const char* name |
Name of the port to be associated
Definition at line 238 of file rte_sched.h.
int socket |
uint64_t rate |
Output port rate (measured in bytes per second)
Definition at line 244 of file rte_sched.h.
uint32_t mtu |
Maximum Ethernet frame size (measured in bytes). Should not include the framing overhead.
Definition at line 249 of file rte_sched.h.
uint32_t frame_overhead |
Framing overhead per packet (measured in bytes)
Definition at line 252 of file rte_sched.h.
uint32_t n_subports_per_port |
Number of subports
Definition at line 255 of file rte_sched.h.
uint32_t n_pipes_per_subport |
Maximum number of subport pipes. This parameter is used to reserve a fixed number of bits in struct rte_mbuf::sched.queue_id for the pipe_id for all the subports of the same port.
Definition at line 262 of file rte_sched.h.