[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <e4376b2b-febb-42e4-aa7f-16cbb5ecfeec@intel.com>
Date: Thu, 19 Dec 2024 11:11:34 +0100
From: Przemek Kitszel <przemyslaw.kitszel@...el.com>
To: Tariq Toukan <tariqt@...dia.com>, Yevgeny Kliteynik <kliteyn@...dia.com>,
Mark Bloch <mbloch@...dia.com>
CC: <netdev@...r.kernel.org>, Saeed Mahameed <saeedm@...dia.com>, Gal Pressman
<gal@...dia.com>, Leon Romanovsky <leonro@...dia.com>, Itamar Gozlan
<igozlan@...dia.com>, "David S. Miller" <davem@...emloft.net>, Jakub Kicinski
<kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>, Eric Dumazet
<edumazet@...gle.com>, Andrew Lunn <andrew+netdev@...n.ch>
Subject: Re: [PATCH net-next V3 06/11] net/mlx5: HWS, no need to expose
mlx5hws_send_queues_open/close
On 12/18/24 16:09, Tariq Toukan wrote:
> From: Yevgeny Kliteynik <kliteyn@...dia.com>
>
> No need to have mlx5hws_send_queues_open/close in header.
> Make them static and remove from header.
>
> Signed-off-by: Yevgeny Kliteynik <kliteyn@...dia.com>
> Reviewed-by: Itamar Gozlan <igozlan@...dia.com>
> Reviewed-by: Mark Bloch <mbloch@...dia.com>
> Signed-off-by: Tariq Toukan <tariqt@...dia.com>
> ---
> .../ethernet/mellanox/mlx5/core/steering/hws/send.c | 12 ++++++------
> .../ethernet/mellanox/mlx5/core/steering/hws/send.h | 6 ------
> 2 files changed, 6 insertions(+), 12 deletions(-)
>
> diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/send.c b/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/send.c
> index 883b4ed30892..a93da4f71646 100644
> --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/send.c
> +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/send.c
> @@ -896,15 +896,15 @@ static int mlx5hws_send_ring_open(struct mlx5hws_context *ctx,
> return err;
> }
>
> -void mlx5hws_send_queue_close(struct mlx5hws_send_engine *queue)
> +static void hws_send_queue_close(struct mlx5hws_send_engine *queue)
please go back to mlx5 prefix
Powered by blists - more mailing lists