Hi, > -----Original Message----- > From: Erez Shitrit <[email protected]> > Sent: Wednesday, March 22, 2023 4:41 PM > To: [email protected] > Cc: [email protected]; Matan Azrad <[email protected]>; Slava Ovsiienko > <[email protected]> > Subject: [PATCH v4] net/mlx5/hws: fix bug in pattern creation > > > When creating a new pattern the data area should be clean, otherwise > when the data will come from the arg object it will do OR operation on > the data part in the pattern and use the dirty area as is. > > Now we clean the data area on each pattern creation. > > Fixes: f8c8a6d8440d ("net/mlx5/hws: add action object") > Cc: [email protected] > > Signed-off-by: Erez Shitrit <[email protected]> > Reviewed-by: Alex Vesker <[email protected]> > Acked-by: Matan Azrad <[email protected]>
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh

