netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Menglong Dong <menglong8.dong@gmail.com>
Cc: pabeni@redhat.com, davem@davemloft.net, edumazet@google.com,
	kuba@kernel.org, horms@kernel.org, dsahern@kernel.org,
	pablo@netfilter.org, kadlec@netfilter.org, roopa@nvidia.com,
	razor@blackwall.org, gnault@redhat.com, bigeasy@linutronix.de,
	hawk@kernel.org, idosch@nvidia.com, dongml2@chinatelecom.cn,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	netfilter-devel@vger.kernel.org, coreteam@netfilter.org,
	bridge@lists.linux.dev, bpf@vger.kernel.org
Subject: Re: [PATCH net-next v5 0/9] net: ip: add drop reasons to input route
Date: Tue, 12 Nov 2024 10:50:31 +0000	[thread overview]
Message-ID: <173140863199.479628.7032457382507846655.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20241107125601.1076814-1-dongml2@chinatelecom.cn>

Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Thu,  7 Nov 2024 20:55:52 +0800 you wrote:
> In this series, we mainly add some skb drop reasons to the input path of
> ip routing, and we make the following functions return drop reasons:
> 
>   fib_validate_source()
>   ip_route_input_mc()
>   ip_mc_validate_source()
>   ip_route_input_slow()
>   ip_route_input_rcu()
>   ip_route_input_noref()
>   ip_route_input()
>   ip_mkroute_input()
>   __mkroute_input()
>   ip_route_use_hint()
> 
> [...]

Here is the summary with links:
  - [net-next,v5,1/9] net: ip: make fib_validate_source() support drop reasons
    https://git.kernel.org/netdev/net-next/c/37653a0b8a6f
  - [net-next,v5,2/9] net: ip: make ip_route_input_mc() return drop reason
    https://git.kernel.org/netdev/net-next/c/c6c670784b86
  - [net-next,v5,3/9] net: ip: make ip_mc_validate_source() return drop reason
    https://git.kernel.org/netdev/net-next/c/d46f827016d8
  - [net-next,v5,4/9] net: ip: make ip_route_input_slow() return drop reasons
    https://git.kernel.org/netdev/net-next/c/5b92112acd8e
  - [net-next,v5,5/9] net: ip: make ip_route_input_rcu() return drop reasons
    https://git.kernel.org/netdev/net-next/c/61b95c70f344
  - [net-next,v5,6/9] net: ip: make ip_route_input_noref() return drop reasons
    https://git.kernel.org/netdev/net-next/c/82d9983ebeb8
  - [net-next,v5,7/9] net: ip: make ip_route_input() return drop reasons
    https://git.kernel.org/netdev/net-next/c/50038bf38e65
  - [net-next,v5,8/9] net: ip: make ip_mkroute_input/__mkroute_input return drop reasons
    https://git.kernel.org/netdev/net-next/c/d9340d1e0277
  - [net-next,v5,9/9] net: ip: make ip_route_use_hint() return drop reasons
    https://git.kernel.org/netdev/net-next/c/479aed04e84a

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2024-11-12 10:50 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-07 12:55 [PATCH net-next v5 0/9] net: ip: add drop reasons to input route Menglong Dong
2024-11-07 12:55 ` [PATCH net-next v5 1/9] net: ip: make fib_validate_source() support drop reasons Menglong Dong
2024-11-07 12:55 ` [PATCH net-next v5 2/9] net: ip: make ip_route_input_mc() return drop reason Menglong Dong
2024-11-07 12:55 ` [PATCH net-next v5 3/9] net: ip: make ip_mc_validate_source() " Menglong Dong
2024-11-07 12:55 ` [PATCH net-next v5 4/9] net: ip: make ip_route_input_slow() return drop reasons Menglong Dong
2024-11-07 12:55 ` [PATCH net-next v5 5/9] net: ip: make ip_route_input_rcu() " Menglong Dong
2024-11-07 12:55 ` [PATCH net-next v5 6/9] net: ip: make ip_route_input_noref() " Menglong Dong
2024-11-07 12:55 ` [PATCH net-next v5 7/9] net: ip: make ip_route_input() " Menglong Dong
2024-11-07 12:56 ` [PATCH net-next v5 8/9] net: ip: make ip_mkroute_input/__mkroute_input " Menglong Dong
2024-11-07 12:56 ` [PATCH net-next v5 9/9] net: ip: make ip_route_use_hint() " Menglong Dong
2024-11-12 10:50 ` patchwork-bot+netdevbpf [this message]

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=173140863199.479628.7032457382507846655.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=bigeasy@linutronix.de \
    --cc=bpf@vger.kernel.org \
    --cc=bridge@lists.linux.dev \
    --cc=coreteam@netfilter.org \
    --cc=davem@davemloft.net \
    --cc=dongml2@chinatelecom.cn \
    --cc=dsahern@kernel.org \
    --cc=edumazet@google.com \
    --cc=gnault@redhat.com \
    --cc=hawk@kernel.org \
    --cc=horms@kernel.org \
    --cc=idosch@nvidia.com \
    --cc=kadlec@netfilter.org \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=menglong8.dong@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=pablo@netfilter.org \
    --cc=razor@blackwall.org \
    --cc=roopa@nvidia.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).