RE: [PATCH] net/mlx5: fix matcher index in case of insertion by index

2023-07-18 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Alexander Kozyrev > Sent: Wednesday, June 28, 2023 3:55 PM > To: dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; Slava Ovsiienko > Subject: [PATCH] net/mlx5: fix matcher index in case of insertion by index > > There is o

RE: [PATCH] net/mlx5: fix matcher index in case of insertion by index

2023-07-18 Thread Ori Kam
Hi Alexander, > -Original Message- > From: Alexander Kozyrev > Sent: Wednesday, June 28, 2023 3:55 PM > Subject: [PATCH] net/mlx5: fix matcher index in case of insertion by index > > There is only one matcher in an index-based template tables. > Pass the 0 as t

[PATCH] net/mlx5: fix matcher index in case of insertion by index

2023-06-28 Thread Alexander Kozyrev
There is only one matcher in an index-based template tables. Pass the 0 as the matcher index, not actions template index. Fixes: adfa4b1445 ("net/mlx5: add flow rule insertion by index") Signed-off-by: Alexander Kozyrev --- drivers/net/mlx5/mlx5_flow_hw.c | 3 +-- 1 file changed, 1 insertion(+)