FD.io VPP
v19.04-6-g6f05f72
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
static int | dpdk_flow_add (dpdk_device_t *xd, vnet_flow_t *f, dpdk_flow_entry_t *fe) |
int | dpdk_flow_ops_fn (vnet_main_t *vnm, vnet_flow_dev_op_t op, u32 dev_instance, u32 flow_index, uword *private_data) |
u8 * | format_dpdk_flow (u8 *s, va_list *args) |
Variables | |
static const struct rte_flow_attr | ingress = {.ingress = 1 } |
static const struct rte_flow_item_eth | any_eth [2] = { } |
static const struct rte_flow_item_vlan | any_vlan [2] = { } |
|
static |
int dpdk_flow_ops_fn | ( | vnet_main_t * | vnm, |
vnet_flow_dev_op_t | op, | ||
u32 | dev_instance, | ||
u32 | flow_index, | ||
uword * | private_data | ||
) |