Re: [dpdk-dev] [PATCH v2 3/3] net/mlx5: eswitch-modify TTL actions

2018-10-05 Thread Yongseok Koh
> On Oct 5, 2018, at 5:48 AM, Ferruh Yigit wrote: > > On 9/25/2018 3:37 PM, Xiaoyu Min wrote: >> Offload following modify TTL actions to E-Switch via >> TC-Flower driver >> >> - RTE_FLOW_ACTION_TYPE_SET_TTL >> - RTE_FLOW_ACTION_TYPE_DEC_TTL >> >> The corresponding IP protocol rte_flow_item_ip

Re: [dpdk-dev] [PATCH v2 3/3] net/mlx5: eswitch-modify TTL actions

2018-10-05 Thread Ferruh Yigit
On 9/25/2018 3:37 PM, Xiaoyu Min wrote: > Offload following modify TTL actions to E-Switch via > TC-Flower driver > > - RTE_FLOW_ACTION_TYPE_SET_TTL > - RTE_FLOW_ACTION_TYPE_DEC_TTL > > The corresponding IP protocol rte_flow_item_ipv[4|6] > must be present in rte_flow pattern otherwith PMD > retu

[dpdk-dev] [PATCH v2 3/3] net/mlx5: eswitch-modify TTL actions

2018-09-25 Thread Xiaoyu Min
Offload following modify TTL actions to E-Switch via TC-Flower driver - RTE_FLOW_ACTION_TYPE_SET_TTL - RTE_FLOW_ACTION_TYPE_DEC_TTL The corresponding IP protocol rte_flow_item_ipv[4|6] must be present in rte_flow pattern otherwith PMD return error Signed-off-by: Xiaoyu Min --- drivers/net/mlx5