From: Stefano Brivio <sbrivio@redhat.com>
To: David Gibson <david@gibson.dropbear.id.au>
Cc: Laurent Vivier <lvivier@redhat.com>, passt-dev@passt.top
Subject: Re: [PATCH v5 2/8] tcp: move buffers management functions to their own file
Date: Wed, 12 Jun 2024 14:03:22 +0200 [thread overview]
Message-ID: <20240612140322.5ac3f8d9@elisabeth> (raw)
In-Reply-To: <Zmk8zuaTAY4T-43e@zatzit>
On Wed, 12 Jun 2024 16:14:38 +1000
David Gibson <david@gibson.dropbear.id.au> wrote:
> On Wed, Jun 05, 2024 at 05:21:23PM +0200, Laurent Vivier wrote:
> > Move all the TCP parts using internal buffers to tcp_buf.c
> > and keep generic TCP management functions in tcp.c.
> > Add tcp_internal.h to export needed functions from tcp.c and
> > tcp_buf.h from tcp_buf.c
> >
> > With this change we can use existing TCP functions with a
> > different kind of memory storage as for instance the shared
> > memory provided by the guest via vhost-user.
> >
> > Signed-off-by: Laurent Vivier <lvivier@redhat.com>
>
> Basically just code motion, so a kind of trivial
>
> Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
>
> Of course, this will conflict with basically any change in tcp.c.
> Stefano, I wonder if it's worth going ahead and merging this soon, so
> neither Laurent nor I needs to keep rebasing.
I think we're quite close to merge the whole series once Laurent
addresses pending comments... I'll try to be quick once it happens.
--
Stefano
next prev parent reply other threads:[~2024-06-12 12:04 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-05 15:21 [PATCH v5 0/8] Add vhost-user support to passt (part 2) Laurent Vivier
2024-06-05 15:21 ` [PATCH v5 1/8] tcp: extract buffer management from tcp_send_flag() Laurent Vivier
2024-06-11 5:31 ` David Gibson
2024-06-11 11:42 ` Laurent Vivier
2024-06-12 6:31 ` David Gibson
2024-06-11 22:09 ` Stefano Brivio
2024-06-12 6:32 ` David Gibson
2024-06-05 15:21 ` [PATCH v5 2/8] tcp: move buffers management functions to their own file Laurent Vivier
2024-06-11 22:09 ` Stefano Brivio
2024-06-12 6:14 ` David Gibson
2024-06-12 12:03 ` Stefano Brivio [this message]
2024-06-05 15:21 ` [PATCH v5 3/8] tap: refactor packets handling functions Laurent Vivier
2024-06-11 22:09 ` Stefano Brivio
2024-06-12 6:18 ` David Gibson
2024-06-12 6:34 ` Stefano Brivio
2024-06-12 6:37 ` David Gibson
2024-06-12 6:21 ` David Gibson
2024-06-05 15:21 ` [PATCH v5 4/8] udp: refactor UDP header update functions Laurent Vivier
2024-06-11 22:10 ` Stefano Brivio
2024-06-12 6:27 ` David Gibson
2024-06-05 15:21 ` [PATCH v5 5/8] udp: rename udp_sock_handler() to udp_buf_sock_handler() Laurent Vivier
2024-06-12 6:28 ` David Gibson
2024-06-05 15:21 ` [PATCH v5 6/8] vhost-user: compare mode MODE_PASTA and not MODE_PASST Laurent Vivier
2024-06-11 22:10 ` Stefano Brivio
2024-06-05 15:21 ` [PATCH v5 7/8] iov: remove iov_copy() Laurent Vivier
2024-06-05 15:21 ` [PATCH v5 8/8] tap: use in->buf_size rather than sizeof(pkt_buf) Laurent Vivier
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=20240612140322.5ac3f8d9@elisabeth \
--to=sbrivio@redhat.com \
--cc=david@gibson.dropbear.id.au \
--cc=lvivier@redhat.com \
--cc=passt-dev@passt.top \
/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.
Code repositories for project(s) associated with this public inbox
https://passt.top/passt
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 IMAP folder(s).