Re: [dpdk-dev] [PATCH] net/mlx5: fix wrong assert in modify converting

2020-05-04 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Bing Zhao > Sent: Wednesday, April 29, 2020 4:06 PM > To: Slava Ovsiienko ; Raslan Darawsheh > > Cc: Ori Kam ; Matan Azrad ; > dev@dpdk.org; sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix wrong assert in modify converting > > The assertion was added inc

[dpdk-dev] [PATCH] net/mlx5: fix wrong assert in modify converting

2020-04-29 Thread Bing Zhao
The assertion was added incorrectly in converting the modify actions into the format of low layer driver. There is no mask specified in the rte_flow actions, and PMD dirver will give a mask of all 1s to the field to be modified. For each field, the mask could not be zero. But for the whole header w