From: Joe Damato <jdamato@fastly.com>
To: Cindy Lu <lulu@redhat.com>
Cc: dtatulea@nvidia.com, mst@redhat.com, jasowang@redhat.com,
parav@nvidia.com, sgarzare@redhat.com, netdev@vger.kernel.org,
virtualization@lists.linux-foundation.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATH v6 3/3] vdpa/mlx5: Add the support of set mac address
Date: Thu, 25 Jul 2024 10:32:02 -0700 [thread overview]
Message-ID: <ZqKMEoDIZx8XFhlq@LQ3V64L9R2> (raw)
In-Reply-To: <20240725013217.1124704-4-lulu@redhat.com>
On Thu, Jul 25, 2024 at 09:31:04AM +0800, Cindy Lu wrote:
> Add the function to support setting the MAC address.
> For vdpa/mlx5, the function will use mlx5_mpfs_add_mac
> to set the mac address
>
> Tested in ConnectX-6 Dx device
>
> Signed-off-by: Cindy Lu <lulu@redhat.com>
> ---
> drivers/vdpa/mlx5/net/mlx5_vnet.c | 28 ++++++++++++++++++++++++++++
> 1 file changed, 28 insertions(+)
>
> diff --git a/drivers/vdpa/mlx5/net/mlx5_vnet.c b/drivers/vdpa/mlx5/net/mlx5_vnet.c
> index ecfc16151d61..d7e5e30e9ef4 100644
> --- a/drivers/vdpa/mlx5/net/mlx5_vnet.c
> +++ b/drivers/vdpa/mlx5/net/mlx5_vnet.c
> @@ -3785,10 +3785,38 @@ static void mlx5_vdpa_dev_del(struct vdpa_mgmt_dev *v_mdev, struct vdpa_device *
> destroy_workqueue(wq);
> mgtdev->ndev = NULL;
> }
Nit: Other code in this file separates functions with newlines,
perhaps one is needed here?
> +static int mlx5_vdpa_set_attr(struct vdpa_mgmt_dev *v_mdev,
> + struct vdpa_device *dev,
> + const struct vdpa_dev_set_config *add_config)
Nit: it appears that the alignment is off on these parameters. Did
checkpatch.pl --strict pass on this?
> +{
> + struct virtio_net_config *config;
> + struct mlx5_core_dev *pfmdev;
> + struct mlx5_vdpa_dev *mvdev;
> + struct mlx5_vdpa_net *ndev;
[...]
next prev parent reply other threads:[~2024-07-25 17:32 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-25 1:31 [PATH v6 0/3] vdpa: support set mac address from vdpa tool Cindy Lu
2024-07-25 1:31 ` [PATH v6 1/3] " Cindy Lu
2024-07-25 17:29 ` Joe Damato
2024-07-26 13:16 ` Cindy Lu
2024-07-26 13:19 ` Cindy Lu
2024-07-25 1:31 ` [PATH v6 2/3] vdpa_sim_net: Add the support of set mac address Cindy Lu
2024-07-25 1:31 ` [PATH v6 3/3] vdpa/mlx5: " Cindy Lu
2024-07-25 17:32 ` Joe Damato [this message]
2024-07-26 13:20 ` Cindy Lu
2024-07-25 17:24 ` [PATH v6 0/3] vdpa: support set mac address from vdpa tool Joe Damato
2024-07-26 13:15 ` Cindy Lu
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=ZqKMEoDIZx8XFhlq@LQ3V64L9R2 \
--to=jdamato@fastly.com \
--cc=dtatulea@nvidia.com \
--cc=jasowang@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=lulu@redhat.com \
--cc=mst@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=parav@nvidia.com \
--cc=sgarzare@redhat.com \
--cc=virtualization@lists.linux-foundation.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.