RE: [PATCH] net/mlx5/hws: remove deprecated rte_atomic

2022-11-03 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Alex Vesker > Sent: Sunday, October 30, 2022 6:12 PM > To: Alex Vesker ; Slava Ovsiienko > ; NBU-Contact-Thomas Monjalon (EXTERNAL) > ; Suanming Mou ; > Matan Azrad > Cc: dev@dpdk.org; Ori Kam > Subject: [PATCH] net/

RE: [PATCH] net/mlx5/hws: remove deprecated rte_atomic

2022-11-02 Thread Matan Azrad
> The use of rte_atomic functions is deprecated and is not required in HWS > code. HWS refcounts are used only during control and always under lock. > > Fixes: f8c8a6d8440d ("net/mlx5/hws: add action object") > Signed-off-by: Alex Vesker Acked-by: Matan Azrad

[PATCH] net/mlx5/hws: remove deprecated rte_atomic

2022-10-30 Thread Alex Vesker
The use of rte_atomic functions is deprecated and is not required in HWS code. HWS refcounts are used only during control and always under lock. Fixes: f8c8a6d8440d ("net/mlx5/hws: add action object") Signed-off-by: Alex Vesker --- drivers/net/mlx5/hws/mlx5dr_action.c | 8 +++- drivers/net/