Hi Francis, > -----Original Message----- > From: Francis Kelly <[email protected]> > Sent: Friday, October 22, 2021 6:46 PM > To: Thomas Monjalon <[email protected]>; Matan Azrad <[email protected]>; > Slava Ovsiienko > <[email protected]>; Ori Kam <[email protected]> > Cc: JAMES HUNTER <[email protected]>; Ady Agbarih <[email protected]>; > [email protected]; > Ady Agbarih <[email protected]> > Subject: [PATCH 01/10] common/mlx5: update PRM definitions for regex > availability > > From: Ady Agbarih <[email protected]> > > Update PRM hca capabilities definitions as follows: > regexp_version field added - specifies whether BF2 or BF3 > regexp field removed > regexp_params field moved > regexp_log_crspace_size field removed > regexp_mmo added - specifies if using regex mmo wqe is supported > > Allow regex only if both regexp_params and regexp_mmo are set, > instead of checking regexp_mmo only. > > Check version through the new capability field regexp_version instead > of reading crspace register. > > Signed-off-by: Ady Agbarih <[email protected]> > ---
Acked-by: Ori Kam <[email protected]> Best, Ori

