Home
last modified time | relevance | path

Searched refs:conntrack (Results 1 – 8 of 8) sorted by relevance

/dpdk/doc/guides/nics/features/
H A Ddefault.ini85 conntrack = key
145 conntrack = key
H A Dmlx5.ini57 conntrack = Y key
90 conntrack = I key
/dpdk/doc/guides/rel_notes/
H A Drelease_21_05.rst70 * Added conntrack item and action for stateful connection offload.
251 * Added commands to construct conntrack context and relevant indirect
252 action handle creation, update for conntrack action as well as conntrack
/dpdk/doc/guides/prog_guide/
H A Drte_flow.rst1490 Matches a conntrack state after conntrack action.
1492 - ``flags``: conntrack packet state flags.
3178 Create a conntrack (connection tracking) context with the provided information.
3180 In stateful session like TCP, the conntrack action provides the ability to
3186 decide how to handle the flow rules and conntrack context.
3188 A conntrack context should be created via ``rte_flow_action_handle_create()``
3194 for a conntrack context creating, depending on the HW, and they should be
3200 The current conntrack context information could be queried via the
3214 | ``enable`` | enable the conntrack context |
3271 .. table:: update a conntrack context
[all …]
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst4141 - ``conntrack``: match conntrack state.
5426 Sample conntrack rules
5432 In the first table, create a flow rule by using conntrack action and jump to
5437 testpmd> set conntrack com peer 1 is_orig 1 enable 1 live 1 sack 1 cack 0
5441 testpmd> set conntrack orig scale 7 fin 0 acked 1 unack_data 0
5444 testpmd> set conntrack rply scale 7 fin 0 acked 1 unack_data 0
5447 testpmd> flow indirect_action 0 create ingress action conntrack / end
5449 …testpmd> flow create 0 group 5 ingress pattern eth / ipv4 / tcp / conntrack is 1 / end actions que…
5451 Construct the conntrack again with only "is_orig" set to 0 (other fields are
/dpdk/drivers/net/mlx5/
H A Dmlx5.h1837 const struct rte_flow_action_conntrack *conntrack,
H A Dmlx5_flow.c2112 const struct rte_flow_action_conntrack *conntrack, in mlx5_validate_action_ct() argument
2117 if (conntrack->state > RTE_FLOW_CONNTRACK_STATE_TIME_WAIT) in mlx5_validate_action_ct()
2121 if (conntrack->last_index > RTE_FLOW_CONNTRACK_FLAG_RST) in mlx5_validate_action_ct()
/dpdk/app/test-pmd/
H A Dcmdline.c14072 cmdline_fixed_string_t conntrack; member
14113 conntrack, "conntrack");
14291 cmdline_fixed_string_t conntrack; member
14316 conntrack, "conntrack");