> -----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 2/4] net/mlx5: add flow rule insertion by index > > New Flow API allows to insert flow rules into a specified index for tables > with the > index-based insertion type. > Implement rte_flow_async_create_by_index API in mlx5 PMD. > > Signed-off-by: Alexander Kozyrev <[email protected]> Acked-by: Viacheslav Ovsiienko <[email protected]>

