|
DPDK
2.0.0
|
#include <rte_eth_ctrl.h>
Data Fields | |
| uint32_t | soft_id |
| struct rte_eth_fdir_input | input |
| struct rte_eth_fdir_action | action |
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.
| struct rte_eth_fdir_action action |
Action taken when match
| struct rte_eth_fdir_input input |
Input set
| uint32_t soft_id |
ID, an unique value is required when deal with FDIR entry
1.8.1.2