public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <simon.horman@corigine.com>
To: Wang Ming <machel@vivo.com>
Cc: Saeed Mahameed <saeedm@nvidia.com>,
	Leon Romanovsky <leon@kernel.org>,
	"David S. Miller" <davem@davemloft.net>,
	Eric Dumazet <edumazet@google.com>,
	Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
	netdev@vger.kernel.org, linux-rdma@vger.kernel.org,
	linux-kernel@vger.kernel.org, opensource.kernel@vivo.com
Subject: Re: [PATCH v1] drivers:net:ethernet:Remove unneeded code
Date: Thu, 15 Jun 2023 15:40:11 +0200	[thread overview]
Message-ID: <ZIsUu4pUVyGRacHe@corigine.com> (raw)
In-Reply-To: <20230615084110.7225-1-machel@vivo.com>

On Thu, Jun 15, 2023 at 04:40:56PM +0800, Wang Ming wrote:
> Remove unused helper code.
> Fix the following coccicheck warning:
> 
> drivers/net/ethernet/mellanox/mlx5/core/eswitch.c:808:34-35:
> WARNING: unneeded memset.
> 
> Signed-off-by: Wang Ming <machel@vivo.com>

Hi Wang Ming,

unfortunately your patch has been whitespace mangled - tabs have been
converted into 8 spaces. Possibly this was done by your mail client
or mail server. In any case the result is that the patch doesn't apply.
And unfortunately that breaks our processes.

Also, assuming that as this patch is a not a bug fix, it is targeted at the
"net-next", as opposed to "net", tree. This should be noted in the subject.

        Subject: [PATCH net-next v2] ...

Looking at the git history of eswitch.c, I think that
a better prefix for the patch is "mlx5/core: E-Switch, "

        Subject: [PATCH net-next v2] mlx5/core: E-Switch, ...

> ---
>  drivers/net/ethernet/mellanox/mlx5/core/eswitch.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c b/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c
> index 31956cd9d..ae0939488 100644
> --- a/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c
> +++ b/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c
> @@ -805,7 +805,6 @@ static int mlx5_esw_vport_caps_get(struct mlx5_eswitch *esw, struct mlx5_vport *
>         hca_caps = MLX5_ADDR_OF(query_hca_cap_out, query_ctx, capability);
>         vport->info.roce_enabled = MLX5_GET(cmd_hca_cap, hca_caps, roce);
> 
> -       memset(query_ctx, 0, query_out_sz);

I'm not saying this change is wrong.
But I am saying that it's not immediately obvious to me why
it is correct. And in any case, I think the patch description
needs to describe why it is correct.

Likewise, "Remove unneeded code" seems rather terse.

Also, FWIIW, I don't see this when using coccicheck.
But perhaps that's just me. I'm using:

 make C=2 CHECK=scripts/coccicheck drivers/net/ethernet/mellanox/mlx5/core/eswitch.o

>         err = mlx5_vport_get_other_func_cap(esw->dev, vport->vport, query_ctx,
>                                             MLX5_CAP_GENERAL_2);
>         if (err)

Please consider waiting for further review, and as appropriate,
addressing the problems above and reposting your patch.

-- 
pw-bot: cr


      reply	other threads:[~2023-06-15 13:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-15  8:40 [PATCH v1] drivers:net:ethernet:Remove unneeded code Wang Ming
2023-06-15 13:40 ` Simon Horman [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZIsUu4pUVyGRacHe@corigine.com \
    --to=simon.horman@corigine.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=leon@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=machel@vivo.com \
    --cc=netdev@vger.kernel.org \
    --cc=opensource.kernel@vivo.com \
    --cc=pabeni@redhat.com \
    --cc=saeedm@nvidia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox