RE: [v6 13/18] net/mlx5/hws: Add HWS table object

2022-10-23 Thread Slava Ovsiienko
> -Original Message- > From: Alex Vesker > Sent: Thursday, October 20, 2022 18:58 > To: Alex Vesker ; Slava Ovsiienko > ; NBU-Contact-Thomas Monjalon (EXTERNAL) > ; Suanming Mou ; Matan Azrad > > Cc: dev@dpdk.org; Ori Kam ; Erez Shitrit > > Subject: [v

[v6 13/18] net/mlx5/hws: Add HWS table object

2022-10-20 Thread Alex Vesker
HWS table resides under the context object, each context can have multiple tables with different steering types RX/TX/FDB. The table is not only a logical object but it is also represented in the HW, packets can be steered to the table and from there to other tables. Signed-off-by: Erez Shitrit S