RE: [v6 15/18] net/mlx5/hws: Add HWS rule 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: [v6 15/

[v6 15/18] net/mlx5/hws: Add HWS rule object

2022-10-20 Thread Alex Vesker
HWS rule objects reside under the matcher, each rule holds the configuration for the packet fields to match on and the set of actions to execute over the packet that has the requested fields. Rules can be created asynchronously in parallel over multiple queues to different matchers. Each rule is co