Hi, > -----Original Message----- > From: dev <[email protected]> On Behalf Of Dekel Peled > Sent: Thursday, July 18, 2019 10:42 PM > To: Yongseok Koh <[email protected]>; Slava Ovsiienko > <[email protected]>; Shahaf Shuler <[email protected]> > Cc: Jack Min <[email protected]>; Ori Kam <[email protected]>; > [email protected] > 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 <[email protected]> > --- > drivers/net/mlx5/mlx5_flow_dv.c | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) >
Applied to next-net-mlx, Kindest regards Raslan Darawsheh

