Home
last modified time | relevance | path

Searched refs:rte_flow_create (Results 1 – 20 of 20) sorted by relevance

/dpdk/app/test-flow-perf/
H A Dflow_gen.c74 flow = rte_flow_create(port_id, &attr, items, actions, error); in generate_flow()
/dpdk/examples/flow_filtering/
H A Dflow_blocks.c107 flow = rte_flow_create(port_id, &attr, pattern, action, error); in generate_ipv4_flow()
/dpdk/doc/guides/howto/
H A Drte_flow.rst66 flow = rte_flow_create(port_id, &attr, pattern, actions, &error);
164 flow = rte_flow_create(port_id, &attr, pattern, actions, &error);
258 flow = rte_flow_create(port_id, &attr, pattern, actions, &error);
/dpdk/lib/ethdev/
H A Dversion.map124 rte_flow_create;
H A Drte_flow.h4171 rte_flow_create(uint16_t port_id,
H A Drte_flow.c377 rte_flow_create(uint16_t port_id, in rte_flow_create() function
/dpdk/drivers/net/failsafe/
H A Dfailsafe_flow.c105 flow->flows[i] = rte_flow_create(PORT_ID(sdev), in fs_flow_create()
H A Dfailsafe_ether.c258 rte_flow_create(PORT_ID(sdev), in fs_eth_dev_conf_apply()
/dpdk/drivers/net/bonding/
H A Drte_eth_bond_flow.c101 flow->flows[i] = rte_flow_create(internals->slaves[i].port_id, in bond_flow_create()
H A Drte_eth_bond_api.c261 flow->flows[slave_id] = rte_flow_create(slave_port_id, in slave_rte_flow_prepare()
H A Drte_eth_bond_pmd.c261 internals->mode4.dedicated_queues.flow[slave_port] = rte_flow_create(slave_port, in bond_ethdev_8023ad_flow_set()
/dpdk/examples/ipsec-secgw/
H A Dflow.c249 rule->flow = rte_flow_create(rule->port, &attr, pattern, action, &err); in flow_init_single()
H A Dipsec.c416 sa->flow = rte_flow_create(sa->portid, in create_inline_session()
551 sa->flow = rte_flow_create(sa->portid, &sa->attr, sa->pattern, in create_ipsec_esp_flow()
H A Dipsec-secgw.c2801 flow = rte_flow_create(port_id, &attr, pattern, action, &err); in create_default_ipsec_flow()
/dpdk/doc/guides/prog_guide/
H A Dtraffic_metering_and_policing.rst95 processing by calling the ``rte_flow_create()`` API function with one of the
H A Drte_flow.rst3457 successful calls to ``rte_flow_create()`` or ``rte_flow_destroy()`` are made
3499 rte_flow_create(uint16_t port_id,
/dpdk/doc/guides/rel_notes/
H A Drelease_18_05.rst440 * ``rte_flow_create()`` API count action now requires the ``struct rte_flow_action_count``.
491 This includes functions ``rte_flow_copy``, ``rte_flow_create``,
/dpdk/doc/guides/nics/
H A Dbnxt.rst646 * rte_flow_create
/dpdk/app/test-pmd/
H A Dconfig.c2911 flow = rte_flow_create(port_id, attr, pattern, actions, &error); in port_flow_create()
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst3730 to ``rte_flow_create()``::