From: Leon Romanovsky <leon@kernel.org>
To: Qing Huang <qing.huang@oracle.com>
Cc: linux-rdma@vger.kernel.org, linux-netdev <netdev@vger.kernel.org>,
Saeed Mahameed <saeedm@mellanox.com>
Subject: Re: [PATCH] net/mlx5: Fixed a typo in a comment in esw_del_uc_addr()
Date: Tue, 8 Oct 2019 08:47:11 +0300 [thread overview]
Message-ID: <20191008054711.GC5855@unreal> (raw)
In-Reply-To: <20889bb7-0b36-831f-faa1-6bfe0e70dd94@oracle.com>
On Mon, Oct 07, 2019 at 05:38:55PM -0700, Qing Huang wrote:
> I know this is not critical. Maybe someone can merge this or fix it with
> other commits? Thanks.
It is not "linux-rdma", but netdev. Your chances will be much higher if
you use get_maintainer.pl and put relevant mailing lists together with
maintainers in TO/CC parts of an email.
Saeed will return from vacation and will take it to his net-next part.
Thanks
>
> On 9/20/19 5:49 PM, Qing Huang wrote:
> > Changed "managerss" to "managers".
> >
> > Fixes: a1b3839ac4a4 ("net/mlx5: E-Switch, Properly refer to the esw manager vport")
> > Signed-off-by: Qing Huang <qing.huang@oracle.com>
> > ---
> > drivers/net/ethernet/mellanox/mlx5/core/eswitch.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c b/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c
> > index 81e03e4..48642b8 100644
> > --- a/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c
> > +++ b/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c
> > @@ -530,7 +530,7 @@ static int esw_del_uc_addr(struct mlx5_eswitch *esw, struct vport_addr *vaddr)
> > u16 vport = vaddr->vport;
> > int err = 0;
> > - /* Skip mlx5_mpfs_del_mac for eswitch managerss,
> > + /* Skip mlx5_mpfs_del_mac for eswitch managers,
> > * it is already done by its netdev in mlx5e_execute_l2_action
> > */
> > if (!vaddr->mpfs || esw->manager_vport == vport)
next prev parent reply other threads:[~2019-10-08 5:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-21 0:49 [PATCH] net/mlx5: Fixed a typo in a comment in esw_del_uc_addr() Qing Huang
2019-10-08 0:38 ` Qing Huang
2019-10-08 5:47 ` Leon Romanovsky [this message]
2019-10-15 20:26 ` Saeed Mahameed
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=20191008054711.GC5855@unreal \
--to=leon@kernel.org \
--cc=linux-rdma@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=qing.huang@oracle.com \
--cc=saeedm@mellanox.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;
as well as URLs for NNTP newsgroup(s).