All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Yodel Eldar <yodel.eldar@yodel.dev>
Cc: qemu-devel@nongnu.org, "Stefano Garzarella" <sgarzare@redhat.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Marc-André Lureau" <marcandre.lureau@redhat.com>,
	"Thomas Huth" <thuth@redhat.com>,
	"Cédric Le Goater" <clg@redhat.com>
Subject: Re: [PATCH v4 0/3] vhost-user-bridge housekeeping and test
Date: Tue, 17 Feb 2026 10:03:08 -0500	[thread overview]
Message-ID: <20260217100300-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <749d684e-d4a4-43ea-af55-bd901ac7b97f@yodel.dev>

On Tue, Feb 17, 2026 at 08:56:12AM -0600, Yodel Eldar wrote:
> Hi,
> 
> On 09/02/2026 10:08, Yodel Eldar wrote:
> > Hi,
> > 
> > On 29/01/2026 07:30, Yodel Eldar wrote:
> 
> ...skipping...
> 
> > > Changes since v3:
> > > --------------------
> > > - Fix is_readable_executable_file() check of vubr for skipping test
> > > 
> > > Link to v3:
> > > -----------
> > > https://lore.kernel.org/qemu-devel/20260120215021.30711-1-
> > > yodel.eldar@yodel.dev/
> 
> ...skipping...
> 
> > > 
> > > Changes since RFCv2:
> > > --------------------
> > > - Promoted to PATCH
> > > - Collect R-b's (thanks to Marc-André and Thomas)
> > > - Add test to .../x86_64/meson.build thorough suite (Marc-André)
> > > - Add encoding= args to open() (Thomas)
> > > - Add pylint disable=unbalanced-tuple-unpacking on find_free_ports()
> > > - Minor commit message rewording
> > > 
> > > Changes since RFCv1:
> > > --------------------
> > > - Remove external host dependency (Marc-André)
> > > - Use user netdev tftp feature (Thomas)
> > > - Use check_http_download (Thomas)
> > > - Remove wget
> > > - Inherit from LinuxKernelTest instead of QemuSystemTest
> > > - Use hardcoded UUIDs in files on the guest and host for data transfer
> > > - Use a Popen context manager to terminate and wait on vubr
> > > - Add test to MAINTAINERS under the vhost section (Michael)
> > > - New patch to move from tests/ to contrib/vhost-user-bridge/ and add
> > >    docs section
> > > - New patch to add RX debug logging in vhost-user-bridge.c
> > > 
> > > Links
> > > -----
> > > RFCv2:
> > > https://lore.kernel.org/qemu-devel/20260112230127.99125-1-
> > > yodel.eldar@yodel.dev/
> > > RFCv1:
> > > https://lore.kernel.org/qemu-devel/20251230002604.113632-1-
> > > yodel.eldar@yodel.dev/
> > > 
> > > Yodel Eldar (3):
> > >    tests/vhost-user-bridge: Move to contrib/vhost-user-bridge/
> > >    tests/functional/x86_64: Add vhost-user-bridge test
> > >    contrib/vhost-user-bridge: Add UDP receive hexdump
> > > 
> > >   MAINTAINERS                                   |   1 +
> > >   contrib/vhost-user-bridge/meson.build         |   4 +
> > >   .../vhost-user-bridge}/vhost-user-bridge.c    |   7 +
> > >   .../devices/virtio/vhost-user-contrib.rst     |  39 +++++
> > >   meson.build                                   |   1 +
> > >   tests/functional/x86_64/meson.build           |   1 +
> > >   .../x86_64/test_vhost_user_bridge.py          | 147 ++++++++++++++++++
> > >   tests/meson.build                             |   6 -
> > >   8 files changed, 200 insertions(+), 6 deletions(-)
> > >   create mode 100644 contrib/vhost-user-bridge/meson.build
> > >   rename {tests => contrib/vhost-user-bridge}/vhost-user-bridge.c (98%)
> > >   create mode 100755 tests/functional/x86_64/test_vhost_user_bridge.py
> > > 
> > 
> > Ping?
> > 
> > Note: All patches have been reviewed.
> > 
> > Link to v4:
> > https://lore.kernel.org/qemu-devel/20260129133049.119829-1-
> > yodel.eldar@yodel.dev/
> > 
> 
> Ping?
> 
> > Thanks,
> > Yodel
> > 

i will queue this shortly.



  reply	other threads:[~2026-02-17 15:04 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-29 13:30 [PATCH v4 0/3] vhost-user-bridge housekeeping and test Yodel Eldar
2026-01-29 13:30 ` [PATCH v4 1/3] tests/vhost-user-bridge: Move to contrib/vhost-user-bridge/ Yodel Eldar
2026-01-29 13:30 ` [PATCH v4 2/3] tests/functional/x86_64: Add vhost-user-bridge test Yodel Eldar
2026-01-29 13:30 ` [PATCH v4 3/3] contrib/vhost-user-bridge: Add UDP receive hexdump Yodel Eldar
2026-02-09 16:08 ` [PATCH v4 0/3] vhost-user-bridge housekeeping and test Yodel Eldar
2026-02-17 14:56   ` Yodel Eldar
2026-02-17 15:03     ` Michael S. Tsirkin [this message]
2026-02-20 22:03       ` Yodel Eldar

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=20260217100300-mutt-send-email-mst@kernel.org \
    --to=mst@redhat.com \
    --cc=clg@redhat.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=sgarzare@redhat.com \
    --cc=thuth@redhat.com \
    --cc=yodel.eldar@yodel.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 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.