RE: [PATCH V1 10/11] net/mlx5/hws: support actions while shared resources is used

2022-12-27 Thread Slava Ovsiienko
> -Original Message- > From: Erez Shitrit > Sent: Monday, December 19, 2022 10:24 AM > To: Erez Shitrit ; Alex Vesker ; > Slava Ovsiienko ; NBU-Contact-Thomas Monjalon > (EXTERNAL) ; Matan Azrad > Cc: dev@dpdk.org > Subject: [PATCH V1 10/11] net/mlx5/hws: supp

[PATCH V1 10/11] net/mlx5/hws: support actions while shared resources is used

2022-12-21 Thread Erez Shitrit
TIR/FT actions are different in the context of shared ibv resource, it created on the local ibv_context and aliased to the shared ibv_context. Other actions should be created on the shared ibv resource, new flag was added to indicates where this object came from. Signed-off-by: Erez Shitrit Rev

[PATCH V1 10/11] net/mlx5/hws: support actions while shared resources is used

2022-12-19 Thread Erez Shitrit
TIR/FT actions are different in the context of shared ibv resource, it created on the local ibv_context and aliased to the shared ibv_context. Other actions should be created on the shared ibv resource, new flag was added to indicates where this object came from. Signed-off-by: Erez Shitrit Rev