DPDK  17.05.2
Data Fields
rte_eth_flex_filter Struct Reference

#include <rte_eth_ctrl.h>

Data Fields

uint8_t bytes [RTE_FLEX_FILTER_MAXLEN]
uint8_t mask [RTE_FLEX_FILTER_MASK_SIZE]
uint16_t queue

Detailed Description

A structure used to define the flex filter entry to support RTE_ETH_FILTER_FLEXIBLE with RTE_ETH_FILTER_ADD, RTE_ETH_FILTER_DELETE and RTE_ETH_FILTER_GET operations.

Definition at line 173 of file rte_eth_ctrl.h.

Field Documentation

uint8_t bytes[RTE_FLEX_FILTER_MAXLEN]

flex bytes in big endian.

Definition at line 175 of file rte_eth_ctrl.h.

if mask bit is 1b, do not compare corresponding byte.

Definition at line 176 of file rte_eth_ctrl.h.

uint16_t queue

Queue assigned to when match.

Definition at line 179 of file rte_eth_ctrl.h.


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