RE: [PATCH v4] net/mlx5/hws: fix bug in pattern creation

2023-03-23 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Erez Shitrit > Sent: Wednesday, March 22, 2023 4:41 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Matan Azrad ; Slava Ovsiienko > > Subject: [PATCH v4] net/mlx5/hws: fix bug in pattern creation > > > When creating a new p

[PATCH v4] net/mlx5/hws: fix bug in pattern creation

2023-03-22 Thread Erez Shitrit
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 act