Re: [dpdk-dev] [PATCH v3 3/3] net/mlx5: rewrite TTL by E-Switch

2018-10-10 Thread Yongseok Koh
On Wed, Oct 10, 2018 at 06:06:00AM -0700, Jack 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 ot

[dpdk-dev] [PATCH v3 3/3] net/mlx5: rewrite TTL by E-Switch

2018-10-10 Thread Jack 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 The example testpmd commands are: flow crea