All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Ahern <dsahern@kernel.org>
To: Eric Dumazet <edumazet@google.com>,
	"David S . Miller" <davem@davemloft.net>,
	Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>
Cc: Simon Horman <horms@kernel.org>,
	Neal Cardwell <ncardwell@google.com>,
	Kuniyuki Iwashima <kuniyu@google.com>,
	netdev@vger.kernel.org, eric.dumazet@gmail.com
Subject: Re: [PATCH net-next] tcp: move tcp_v4_early_demux() to net/ipv4/ip_input.c
Date: Fri, 6 Mar 2026 09:16:55 -0700	[thread overview]
Message-ID: <19f56671-3507-434a-bfe8-a7c6d25ed19d@kernel.org> (raw)
In-Reply-To: <20260306131130.654991-1-edumazet@google.com>

On 3/6/26 6:11 AM, Eric Dumazet wrote:
> tcp_v4_early_demux() has a single caller : ip_rcv_finish_core().
> 
> Move it to net/ipv4/ip_input.c and mark it static, for possible
> compiler/linker optimizations.
> 
> Signed-off-by: Eric Dumazet <edumazet@google.com>
> ---
>  include/net/tcp.h   |  1 -
>  net/ipv4/ip_input.c | 39 +++++++++++++++++++++++++++++++++++++++
>  net/ipv4/tcp_ipv4.c | 38 --------------------------------------
>  3 files changed, 39 insertions(+), 39 deletions(-)
> 


Reviewed-by: David Ahern <dsahern@kernel.org>


  reply	other threads:[~2026-03-06 16:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-06 13:11 [PATCH net-next] tcp: move tcp_v4_early_demux() to net/ipv4/ip_input.c Eric Dumazet
2026-03-06 16:16 ` David Ahern [this message]
2026-03-08  3:09 ` Kuniyuki Iwashima
2026-03-10  2:00 ` 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=19f56671-3507-434a-bfe8-a7c6d25ed19d@kernel.org \
    --to=dsahern@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=eric.dumazet@gmail.com \
    --cc=horms@kernel.org \
    --cc=kuba@kernel.org \
    --cc=kuniyu@google.com \
    --cc=ncardwell@google.com \
    --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 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.