RE: [PATCH 08/13] net/mlx5/hws: adding method to query rule hash

2023-10-29 Thread Ori Kam
> -Original Message- > From: Gregory Etelson > Sent: Sunday, October 29, 2023 8:23 PM > > From: Itamar Gozlan > > Add a method to the HW steering API that allows querying > the hash result for a given matcher and a set of items. This > can be used to predict the location of the rule i

[PATCH 08/13] net/mlx5/hws: adding method to query rule hash

2023-10-29 Thread Gregory Etelson
From: Itamar Gozlan Add a method to the HW steering API that allows querying the hash result for a given matcher and a set of items. This can be used to predict the location of the rule in the hash table. Signed-off-by: Itamar Gozlan --- drivers/common/mlx5/mlx5_prm.h | 8 +++- driver