Hi, > -----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of Dekel Peled > Sent: Thursday, July 18, 2019 10:42 PM > To: Yongseok Koh <ys...@mellanox.com>; Slava Ovsiienko > <viachesl...@mellanox.com>; Shahaf Shuler <shah...@mellanox.com> > Cc: Jack Min <jack...@mellanox.com>; Ori Kam <or...@mellanox.com>; > dev@dpdk.org > Subject: [dpdk-dev] [PATCH] net/mlx5: fix setting of item flags bitmap > > In functions flow_dv_translate() and flow_dv_validate(), the flow > items are scanned and each item is marked in item_flags bitmap. > The code handling some of the items was ported from another project, > where items are marked in a slightley different manner. > > This patch fixes the setting of items in bitmap, adapting it to the > required manner. > > Fixes: d53aa89aea91 ("net/mlx5: support matching on ICMP/ICMP6") > Fixes: 1242041c5601 ("net/mlx5: match GRE key and present bits") > Fixes: 2e4c987aad91 ("net/mlx5: validate Direct Rule E-Switch") > > Signed-off-by: Dekel Peled <dek...@mellanox.com> > --- > drivers/net/mlx5/mlx5_flow_dv.c | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) >
Applied to next-net-mlx, Kindest regards Raslan Darawsheh