From: Parav Pandit <parav@nvidia.com>
To: <virtio-comment@lists.linux.dev>, <mst@redhat.com>,
<cohuck@redhat.com>, <mvaralar@redhat.com>
Cc: <shahafs@nvidia.com>, Parav Pandit <parav@nvidia.com>
Subject: [PATCH v1 0/3] virtio-net: Define cvq configuration related device parts
Date: Sun, 20 Oct 2024 14:41:38 +0300 [thread overview]
Message-ID: <20241020114141.451478-1-parav@nvidia.com> (raw)
virtio net driver sends the control virtqueue commands for
device configuration. Such driver configuration is currently
not captured in the device parts.
This series adds several of such device parts which represents
the network device specific configuration.
It is done by utilizing the existing device parts structure.
A new generic selector format is added to enable device type
specific device parts.
This series also reuses the existing control virtqueue command
structures, fields, and values to define the network device parts.
Patch summary:
patch-1 fixes a duplicate part name
patch-2 adds device type specific raw selector
patch-3 defines several cvq command related device parts
Fixes: https://github.com/oasis-tcs/virtio-spec/issues/209
---
changelog:
v0->v1:
- fixed comments from Matias
- fixed spelling of selectors
- rewrote description of selector without writing the actual
part_type range along with description that it is device type
specific
Parav Pandit (3):
device-parts: editorial: Replace duplicated part type
device-parts: Add device type specific raw selector
virtio-net: Define cvq configuration related device parts
device-parts.tex | 7 ++-
device-types/net/description.tex | 90 ++++++++++++++++++++++++++++++++
2 files changed, 96 insertions(+), 1 deletion(-)
--
2.34.1
next reply other threads:[~2024-10-20 11:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-20 11:41 Parav Pandit [this message]
2024-10-20 11:41 ` [PATCH v1 1/3] device-parts: editorial: Replace duplicated part type Parav Pandit
2024-10-20 11:41 ` [PATCH v1 2/3] device-parts: Add device type specific raw selector Parav Pandit
2024-10-21 18:12 ` Matias Ezequiel Vara Larsen
2024-10-20 11:41 ` [PATCH v1 3/3] virtio-net: Define cvq configuration related device parts Parav Pandit
2024-11-03 5:15 ` [PATCH v1 0/3] " Parav Pandit
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=20241020114141.451478-1-parav@nvidia.com \
--to=parav@nvidia.com \
--cc=cohuck@redhat.com \
--cc=mst@redhat.com \
--cc=mvaralar@redhat.com \
--cc=shahafs@nvidia.com \
--cc=virtio-comment@lists.linux.dev \
/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