Home
last modified time | relevance | path

Searched refs:shared_action (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/lib/librte_ethdev/
H A Drte_flow_driver.h120 struct rte_flow_shared_action *shared_action,
125 struct rte_flow_shared_action *shared_action,
131 const struct rte_flow_shared_action *shared_action,
H A Drte_flow.c1070 struct rte_flow_shared_action *shared_action; in rte_flow_shared_action_create() local
1081 shared_action = ops->shared_action_create(&rte_eth_devices[port_id], in rte_flow_shared_action_create()
1083 if (shared_action == NULL) in rte_flow_shared_action_create()
1085 return shared_action; in rte_flow_shared_action_create()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_dv.c11446 shared_action = mlx5_ipool_zmalloc in __flow_dv_action_rss_create()
11448 if (!shared_action || !queue) { in __flow_dv_action_rss_create()
11461 sizeof(*shared_action->ind_tbl), in __flow_dv_action_rss_create()
11463 if (!shared_action->ind_tbl) { in __flow_dv_action_rss_create()
11470 shared_action->ind_tbl->queues = queue; in __flow_dv_action_rss_create()
11472 origin = &shared_action->origin; in __flow_dv_action_rss_create()
11480 origin->key = &shared_action->key[0]; in __flow_dv_action_rss_create()
11486 rte_spinlock_init(&shared_action->action_rss_sl); in __flow_dv_action_rss_create()
11494 if (shared_action) { in __flow_dv_action_rss_create()
11495 if (shared_action->ind_tbl) in __flow_dv_action_rss_create()
[all …]
H A Dmlx5_flow.c590 struct rte_flow_shared_action *shared_action,
594 struct rte_flow_shared_action *shared_action,
7088 struct rte_flow_shared_action *shared_action, in mlx5_shared_action_update() argument
7100 return flow_drv_action_update(dev, shared_action, action->conf, fops, in mlx5_shared_action_update()
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst4022 ``flow shared_action {port_id} create``
4320 flow shared_action {port_id} create [action_id {shared_action_id}]
4338 testpmd> flow shared_action 0 create action_id 100 \
4344 testpmd> flow shared_action 0 create action_id \
4351 ``flow shared_action {port_id} create``). It is bound to
4354 flow shared_action {port_id} update {shared_action_id}
4379 ``flow shared_action {port_id} create``). It is bound to
4395 testpmd> flow shared_action 0 destroy action_id 100 action_id 101
4399 ``flow shared_action {port_id} query`` queries the shared action from its
4403 flow shared_action {port_id} query {shared_action_id}
[all …]
/f-stack/dpdk/app/test-pmd/
H A Dconfig.c1939 struct rte_flow_shared_action *shared_action; in port_shared_action_update() local
1941 shared_action = port_shared_action_get_by_id(port_id, id); in port_shared_action_update()
1942 if (!shared_action) in port_shared_action_update()
1944 if (rte_flow_shared_action_update(port_id, shared_action, action, in port_shared_action_update()