> -----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 4/4] net/mlx5: define index register for linear tables > > Set MLX5_LINEAR_HASH_TAG_INDEX as a special id for the TAG item: > it holds the index in a linear table for a packet to land to. > This rule index in the table uses upper 16-bits of REG_C_3, handle this TAG > item > in the modify_field API for setting the index. > > Signed-off-by: Alexander Kozyrev <[email protected]> Acked-by: Viacheslav Ovsiienko <[email protected]>

