From: David Marchand <david.marchand@redhat.com>
To: dev@dpdk.org
Subject: [PATCH 0/3] net/vhost pmd fixes for Rx interrupts
Date: Thu, 9 Mar 2023 13:37:49 +0100 [thread overview]
Message-ID: <20230309123752.2237828-1-david.marchand@redhat.com> (raw)
This series fixes Rx interrupts for net/vhost when a virtio driver is
not connected at the time net/vhost starts.
These fixes are a bit late for 23.03, probably a bit scary (wrt the
amount of touched code) and I do not mind deferring them to the next
release.
The last patch may solve bugzilla 1135. However, since I did not manage
to reproduce this test report logs, I preferred to skip mentionning it
in the commitlog for now.
--
David Marchand
David Marchand (3):
net/vhost: add missing newline in logs
net/vhost: fix leak in interrupt handle setup
net/vhost: fix Rx interrupt
drivers/net/vhost/rte_eth_vhost.c | 355 +++++++++++++-----------------
1 file changed, 153 insertions(+), 202 deletions(-)
--
2.39.2
next reply other threads:[~2023-03-09 12:38 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-09 12:37 David Marchand [this message]
2023-03-09 12:37 ` [PATCH 1/3] net/vhost: add missing newline in logs David Marchand
2023-03-10 3:16 ` Xia, Chenbo
2023-03-09 12:37 ` [PATCH 2/3] net/vhost: fix leak in interrupt handle setup David Marchand
2023-03-10 3:16 ` Xia, Chenbo
2023-03-09 12:37 ` [PATCH 3/3] net/vhost: fix Rx interrupt David Marchand
2023-03-10 7:35 ` Xia, Chenbo
2023-03-13 2:39 ` Yuan, DukaiX
2023-03-14 8:59 ` David Marchand
2023-03-14 11:07 ` Maxime Coquelin
2023-03-16 14:47 ` [PATCH 0/3] net/vhost pmd fixes for Rx interrupts Maxime Coquelin
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=20230309123752.2237828-1-david.marchand@redhat.com \
--to=david.marchand@redhat.com \
--cc=dev@dpdk.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;
as well as URLs for NNTP newsgroup(s).