From: Jason Wang <jasowang@redhat.com>
To: mst@redhat.com, jasowang@redhat.com
Cc: sgarzare@redhat.com, eperezma@redhat.com,
virtualization@lists.linux-foundation.org,
linux-kernel@vger.kernel.org
Subject: [PATCH V3 0/4] Vendor stats support in vdpasim_net
Date: Fri, 23 Dec 2022 13:55:44 +0800 [thread overview]
Message-ID: <20221223055548.27810-1-jasowang@redhat.com> (raw)
Hi All:
This series implements vendor stats in vdpasim_net. Please review.
Thanks
Changes since V2:
- rebase to Michale's tree (linux-next branch)
- remove unnecessary blank lines
- twaek the error code handling
Changes since V1:
- typo fixes
- move the duplicated get_vendor_vq_stats() in
vdpasim_batch_config_ops to vdpa_sim_config_ops
- use -EOPNOTSUPP instead of -EINVAL in vdpasim_get_vq_stats
- introdce a dedicated variable to record the successful cvq request
and track the number of requests correctly
Jason Wang (4):
vdpa_sim: switch to use __vdpa_alloc_device()
vdpasim: customize allocation size
vdpa_sim: support vendor statistics
vdpa_sim_net: vendor satistics
drivers/vdpa/vdpa_sim/vdpa_sim.c | 30 +++-
drivers/vdpa/vdpa_sim/vdpa_sim.h | 4 +
drivers/vdpa/vdpa_sim/vdpa_sim_blk.c | 1 +
drivers/vdpa/vdpa_sim/vdpa_sim_net.c | 218 ++++++++++++++++++++++++++-
4 files changed, 243 insertions(+), 10 deletions(-)
--
2.25.1
next reply other threads:[~2022-12-23 5:56 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-23 5:55 Jason Wang [this message]
2022-12-23 5:55 ` [PATCH V3 1/4] vdpa_sim: switch to use __vdpa_alloc_device() Jason Wang
2022-12-23 5:55 ` [PATCH V3 2/4] vdpasim: customize allocation size Jason Wang
2022-12-23 5:55 ` [PATCH V3 3/4] vdpa_sim: support vendor statistics Jason Wang
2022-12-23 8:34 ` Stefano Garzarella
2022-12-23 5:55 ` [PATCH V3 4/4] vdpa_sim_net: vendor satistics Jason Wang
2022-12-23 8:37 ` Stefano Garzarella
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=20221223055548.27810-1-jasowang@redhat.com \
--to=jasowang@redhat.com \
--cc=eperezma@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mst@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox