Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dconfig.c2042 &pft->num_pmd_items, in port_flow_tunnel_offload_cmd_prep()
2051 pft->items = malloc((num_items + pft->num_pmd_items) * in port_flow_tunnel_offload_cmd_prep()
2056 pft->num_pmd_items, &error); in port_flow_tunnel_offload_cmd_prep()
2060 pft->num_pmd_items * sizeof(pattern[0])); in port_flow_tunnel_offload_cmd_prep()
2061 rte_memcpy(pft->items + pft->num_pmd_items, pattern, in port_flow_tunnel_offload_cmd_prep()
2086 pft->num_pmd_items, in port_flow_tunnel_offload_cmd_release()
H A Dtestpmd.h181 uint32_t num_pmd_items; member