RE: [PATCH v4] net/mlx5/hws: fix shared context to use local defaults

2023-03-23 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Erez Shitrit > Sent: Wednesday, March 22, 2023 4:43 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Matan Azrad ; Slava Ovsiienko > > Subject: [PATCH v4] net/mlx5/hws: fix shared context to use local defaults > > > Every

[PATCH v4] net/mlx5/hws: fix shared context to use local defaults

2023-03-22 Thread Erez Shitrit
Every Flow-table has a default miss behavior, meaning what action to do in case of miss in that Flow-table. When we are using shared Flow-table we should not use the shared default instead we should use the default of the local Flow-table that pointed by the shared Flow-table. There are two case