netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Eric Dumazet <edumazet@google.com>
To: "David S . Miller" <davem@davemloft.net>,
	Jakub Kicinski <kuba@kernel.org>,
	 Paolo Abeni <pabeni@redhat.com>
Cc: netdev@vger.kernel.org, eric.dumazet@gmail.com,
	 Eric Dumazet <edumazet@google.com>
Subject: [PATCH net-next 0/3] tcp: tx path fully headless
Date: Fri,  9 Jun 2023 20:42:43 +0000	[thread overview]
Message-ID: <20230609204246.715667-1-edumazet@google.com> (raw)

This series completes transition of TCP stack tx path
to headless packets : All payload now reside in page frags,
never in skb->head.

Eric Dumazet (3):
  tcp: let tcp_send_syn_data() build headless packets
  tcp: remove some dead code
  tcp: remove size parameter from tcp_stream_alloc_skb()

 include/net/tcp.h     |  3 +-
 net/ipv4/tcp.c        |  8 ++---
 net/ipv4/tcp_output.c | 77 +++++++++++++++++++------------------------
 3 files changed, 40 insertions(+), 48 deletions(-)

-- 
2.41.0.162.gfafddb0af9-goog


             reply	other threads:[~2023-06-09 20:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-09 20:42 Eric Dumazet [this message]
2023-06-09 20:42 ` [PATCH net-next 1/3] tcp: let tcp_send_syn_data() build headless packets Eric Dumazet
2023-06-09 20:42 ` [PATCH net-next 2/3] tcp: remove some dead code Eric Dumazet
2023-06-09 20:42 ` [PATCH net-next 3/3] tcp: remove size parameter from tcp_stream_alloc_skb() Eric Dumazet
2023-06-12 11:00 ` [PATCH net-next 0/3] tcp: tx path fully headless patchwork-bot+netdevbpf

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=20230609204246.715667-1-edumazet@google.com \
    --to=edumazet@google.com \
    --cc=davem@davemloft.net \
    --cc=eric.dumazet@gmail.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@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.
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).