From: "Michael S. Tsirkin" <mst@redhat.com>
To: Eli Cohen <elic@nvidia.com>
Cc: eperezma@redhat.com, virtualization@lists.linux-foundation.org
Subject: Re: [PATCH v4 0/6] Add support for control VQ and multique
Date: Tue, 31 Aug 2021 17:14:59 -0400 [thread overview]
Message-ID: <20210831171332-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <20210823052123.14909-1-elic@nvidia.com>
On Mon, Aug 23, 2021 at 08:21:17AM +0300, Eli Cohen wrote:
> This series adds support for control virtqueue.
> patch 1: A simple cleanup.
> patch 2: Modify functions to pass struct struct mlx5_vdpa_dev which
> holds information requried in subsequent patches.
> patch 3: Save the callbacks of virtqueue in its own array and not on
> struct mlx5_vdpa_virtqueue. Needed to avoid issue in qemu.
> patch 4: Enforce valid indices based on negtiated features.
> patch 5: Support multique and MAC modification
> patch 6: Add multiqueue support
Eli I don't know what went wrong but it looks like this patchset never actually
reached the virtualization@lists.linux-foundation.org mailing list.
See e.g. https://lore.kernel.org/virtualization/ad10d3ea-24c1-7f18-630d-be9f2bf0b036@redhat.com/
I tried bouncing it which maybe will fix it, we'll see.
> v3 -> v4:
> make some functions static in the file
>
> Eli Cohen (6):
> vdpa/mlx5: Remove redundant header file inclusion
> vdpa/mlx5: function prototype modifications in preparation to control
> VQ
> vdpa/mlx5: Decouple virtqueue callback from struct mlx5_vdpa_virtqueue
> vdpa/mlx5: Ensure valid indices are provided
> vdpa/mlx5: Add support for control VQ and MAC setting
> vdpa/mlx5: Add multiqueue support
>
> drivers/vdpa/mlx5/core/mlx5_vdpa.h | 26 +-
> drivers/vdpa/mlx5/core/mr.c | 81 +++--
> drivers/vdpa/mlx5/core/resources.c | 35 ++
> drivers/vdpa/mlx5/net/mlx5_vnet.c | 517 +++++++++++++++++++++++++----
> 4 files changed, 575 insertions(+), 84 deletions(-)
>
> --
> 2.31.1
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization
prev parent reply other threads:[~2021-08-31 21:15 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20210823052123.14909-1-elic@nvidia.com>
[not found] ` <20210823052123.14909-2-elic@nvidia.com>
2021-08-24 9:08 ` [PATCH v4 1/6] vdpa/mlx5: Remove redundant header file inclusion Jason Wang
[not found] ` <20210824105238.GA146647@mtl-vdi-166.wap.labs.mlnx>
2021-08-26 4:02 ` Jason Wang
[not found] ` <20210823052123.14909-3-elic@nvidia.com>
2021-08-24 9:08 ` [PATCH v4 2/6] vdpa/mlx5: function prototype modifications in preparation to control VQ Jason Wang
[not found] ` <20210823052123.14909-4-elic@nvidia.com>
2021-08-24 9:09 ` [PATCH v4 3/6] vdpa/mlx5: Decouple virtqueue callback from struct mlx5_vdpa_virtqueue Jason Wang
[not found] ` <20210823052123.14909-5-elic@nvidia.com>
2021-08-24 9:09 ` [PATCH v4 4/6] vdpa/mlx5: Ensure valid indices are provided Jason Wang
[not found] ` <20210823052123.14909-6-elic@nvidia.com>
2021-08-24 9:14 ` [PATCH v4 5/6] vdpa/mlx5: Add support for control VQ and MAC setting Jason Wang
[not found] ` <CAJaqyWdqSsmD6Z+2BqFMujJD-2zuYTqrhb-dpBjXG5+e6ViGVA@mail.gmail.com>
2021-08-26 8:04 ` Jason Wang
[not found] ` <20210823052123.14909-7-elic@nvidia.com>
2021-08-24 9:15 ` [PATCH v4 6/6] vdpa/mlx5: Add multiqueue support Jason Wang
2021-08-31 21:14 ` Michael S. Tsirkin [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=20210831171332-mutt-send-email-mst@kernel.org \
--to=mst@redhat.com \
--cc=elic@nvidia.com \
--cc=eperezma@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.