DPDK  17.05.2
Data Fields
rte_eth_syn_filter Struct Reference

#include <rte_eth_ctrl.h>

Data Fields

uint8_t hig_pri
uint16_t queue

Detailed Description

A structure used to define the TCP syn filter entry to support RTE_ETH_FILTER_SYN with RTE_ETH_FILTER_ADD, RTE_ETH_FILTER_DELETE and RTE_ETH_FILTER_GET operations.

Examples:
examples/ip_pipeline/init.c.

Definition at line 187 of file rte_eth_ctrl.h.

Field Documentation

uint8_t hig_pri

1 - higher priority than other filters, 0 - lower priority.

Examples:
examples/ip_pipeline/init.c.

Definition at line 188 of file rte_eth_ctrl.h.

uint16_t queue

Queue assigned to when match

Definition at line 190 of file rte_eth_ctrl.h.


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