DPDK
20.05.0
|
#include <rte_ethdev.h>
Data Fields | |
struct rte_eth_thresh | rx_thresh |
uint16_t | rx_free_thresh |
uint8_t | rx_drop_en |
uint8_t | rx_deferred_start |
uint64_t | offloads |
uint64_t | reserved_64s [2] |
void * | reserved_ptrs [2] |
A structure used to configure an RX ring of an Ethernet port.
Definition at line 835 of file rte_ethdev.h.
struct rte_eth_thresh rx_thresh |
RX ring threshold registers.
Definition at line 836 of file rte_ethdev.h.
uint16_t rx_free_thresh |
Drives the freeing of RX descriptors.
Definition at line 837 of file rte_ethdev.h.
uint8_t rx_drop_en |
Drop packets if no descriptors are available.
Definition at line 838 of file rte_ethdev.h.
uint8_t rx_deferred_start |
Do not start queue with rte_eth_dev_start().
Definition at line 839 of file rte_ethdev.h.
uint64_t offloads |
Per-queue Rx offloads to be set using DEV_RX_OFFLOAD_* flags. Only offloads set on rx_queue_offload_capa or rx_offload_capa fields on rte_eth_dev_info structure are allowed to be set.
Definition at line 845 of file rte_ethdev.h.
uint64_t reserved_64s[2] |
Reserved for future fields
Definition at line 847 of file rte_ethdev.h.
void* reserved_ptrs[2] |
Reserved for future fields
Definition at line 848 of file rte_ethdev.h.