Home
last modified time | relevance | path

Searched refs:num_pmd_actions (Results 1 – 2 of 2) sorted by relevance

/dpdk/app/test-pmd/
H A Dconfig.c2077 &pft->num_pmd_actions, in port_flow_tunnel_offload_cmd_prep()
2087 (num_actions + pft->num_pmd_actions) * in port_flow_tunnel_offload_cmd_prep()
2092 pft->num_pmd_actions, &error); in port_flow_tunnel_offload_cmd_prep()
2096 pft->num_pmd_actions * sizeof(actions[0])); in port_flow_tunnel_offload_cmd_prep()
2097 rte_memcpy(pft->actions + pft->num_pmd_actions, actions, in port_flow_tunnel_offload_cmd_prep()
2143 pft->num_pmd_actions, &error); in port_flow_tunnel_offload_cmd_release()
H A Dtestpmd.h215 uint32_t num_pmd_actions; member