> -----Original Message----- > From: Alexander Kozyrev <[email protected]> > Sent: пятница, 27 января 2023 г. 01:41 > To: [email protected] > Cc: NBU-Contact-Thomas Monjalon (EXTERNAL) <[email protected]>; Ori > Kam <[email protected]>; Raslan Darawsheh <[email protected]>; Matan > Azrad <[email protected]>; Slava Ovsiienko <[email protected]> > Subject: [PATCH 1/4] net/mlx5: add table insertion type and hash function > > Pass the insertion type and hash calculation function of a table to the mlx5 > PMD > driver. Create appropriate table as requested. > Note that 16-bit checksum hash calculation is not supported yet. > > Signed-off-by: Alexander Kozyrev <[email protected]> Acked-by: Viacheslav Ovsiienko <[email protected]>

