DPDK  19.11.14
Data Fields
rte_eth_fdir_filter Struct Reference

#include <rte_eth_ctrl.h>

Data Fields

uint32_t soft_id
 
struct rte_eth_fdir_input input
 
struct rte_eth_fdir_action action
 

Detailed Description

A structure used to define the flow director filter entry by filter_ctrl API It supports RTE_ETH_FILTER_FDIR with RTE_ETH_FILTER_ADD and RTE_ETH_FILTER_DELETE operations.

Definition at line 523 of file rte_eth_ctrl.h.

Field Documentation

◆ soft_id

uint32_t soft_id

ID, an unique value is required when deal with FDIR entry

Definition at line 524 of file rte_eth_ctrl.h.

◆ input

struct rte_eth_fdir_input input

Input set

Definition at line 526 of file rte_eth_ctrl.h.

◆ action

struct rte_eth_fdir_action action

Action taken when match

Definition at line 527 of file rte_eth_ctrl.h.


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