From: Jon Maloy <jmaloy@redhat.com>
To: passt-dev@passt.top, sbrivio@redhat.com, lvivier@redhat.com,
dgibson@redhat.com, jmaloy@redhat.com
Subject: [PATCH v5 0/2] tcp: unify IPv4 and IPv6 tap queues
Date: Mon, 28 Oct 2024 22:13:58 -0400 [thread overview]
Message-ID: <20241029021400.784052-1-jmaloy@redhat.com> (raw)
This should save us some memory and code.
---
v2: - Setting pointers to pre-set IP and MAC headers on the fly
instead of copying them.
- Merged patch #2 and #3 from v1
v3: - Changes based on feedback from team
v4: - Rebased
v5: - Changes based on feedback from team and rebased
Jon Maloy (2):
tcp: set ip and eth headers in l2 tap queues on the fly
tcp: unify l2 TCPv4 and TCPv6 queues and structures
tcp.c | 6 +-
tcp_buf.c | 272 ++++++++++++++++++------------------------------------
tcp_buf.h | 3 +-
3 files changed, 91 insertions(+), 190 deletions(-)
--
2.45.2
next reply other threads:[~2024-10-29 2:14 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-29 2:13 Jon Maloy [this message]
2024-10-29 2:13 ` [PATCH v5 1/2] tcp: set ip and eth headers in l2 tap queues on the fly Jon Maloy
2024-10-29 4:11 ` David Gibson
2024-10-29 2:14 ` [PATCH v5 2/2] tcp: unify l2 TCPv4 and TCPv6 queues and structures Jon Maloy
2024-10-29 4:11 ` [PATCH v5 0/2] tcp: unify IPv4 and IPv6 tap queues David Gibson
2024-10-29 13:57 ` Stefano Brivio
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=20241029021400.784052-1-jmaloy@redhat.com \
--to=jmaloy@redhat.com \
--cc=dgibson@redhat.com \
--cc=lvivier@redhat.com \
--cc=passt-dev@passt.top \
--cc=sbrivio@redhat.com \
/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).