Re: [dpdk-dev] [PATCH] net/mlx5: fix meter header modify before decap issue

2020-02-12 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Suanming Mou > Sent: Thursday, February 6, 2020 6:14 AM > To: Matan Azrad ; Shahaf Shuler > ; Slava Ovsiienko > Cc: dev@dpdk.org; xiangxia.m@gmail.com; Raslan Darawsheh > ; sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix meter header modify before dec

Re: [dpdk-dev] [PATCH] net/mlx5: fix meter header modify before decap issue

2020-02-12 Thread Matan Azrad
From: Suanming Mou > The meter flows are split into three subflows each, the prefix subflow with > meter action color the packet, the meter subflow filters out the colored > packets, the suffix subflow applies all the remaining actions to the passed > packets. The tag header modify action is add

[dpdk-dev] [PATCH] net/mlx5: fix meter header modify before decap issue

2020-02-05 Thread Suanming Mou
The meter flows are split into three subflows each, the prefix subflow with meter action color the packet, the meter subflow filters out the colored packets, the suffix subflow applies all the remaining actions to the passed packets. The tag header modify action is added to the prefix subflow to ma