From: patchwork-bot+netdevbpf@kernel.org
To: Pablo Neira Ayuso <pablo@netfilter.org>
Cc: netfilter-devel@vger.kernel.org, davem@davemloft.net,
netdev@vger.kernel.org, kuba@kernel.org
Subject: Re: [PATCH net-next 01/10] netfilter: flowtable: separate replace, destroy and stats to different workqueues
Date: Tue, 23 Mar 2021 00:30:11 +0000 [thread overview]
Message-ID: <161645941159.31154.378858008887571926.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210322235628.2204-2-pablo@netfilter.org>
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Tue, 23 Mar 2021 00:56:19 +0100 you wrote:
> From: Oz Shlomo <ozsh@nvidia.com>
>
> Currently the flow table offload replace, destroy and stats work items are
> executed on a single workqueue. As such, DESTROY and STATS commands may
> be backloged after a burst of REPLACE work items. This scenario can bloat
> up memory and may cause active connections to age.
>
> [...]
Here is the summary with links:
- [net-next,01/10] netfilter: flowtable: separate replace, destroy and stats to different workqueues
https://git.kernel.org/netdev/net-next/c/2ed37183abb7
- [net-next,02/10] netfilter: Fix fall-through warnings for Clang
https://git.kernel.org/netdev/net-next/c/c2168e6bd7ec
- [net-next,03/10] netfilter: conntrack: Remove unused variable declaration
https://git.kernel.org/netdev/net-next/c/d4a96be65423
- [net-next,04/10] netfilter: flowtable: consolidate skb_try_make_writable() call
https://git.kernel.org/netdev/net-next/c/2fc11745c3ff
- [net-next,05/10] netfilter: flowtable: move skb_try_make_writable() before NAT in IPv4
https://git.kernel.org/netdev/net-next/c/2babb46c8c82
- [net-next,06/10] netfilter: flowtable: move FLOW_OFFLOAD_DIR_MAX away from enumeration
https://git.kernel.org/netdev/net-next/c/4f08f173d08c
- [net-next,07/10] netfilter: flowtable: fast NAT functions never fail
https://git.kernel.org/netdev/net-next/c/f4401262b927
- [net-next,08/10] netfilter: flowtable: call dst_check() to fall back to classic forwarding
https://git.kernel.org/netdev/net-next/c/e5075c0badaa
- [net-next,09/10] netfilter: flowtable: refresh timeout after dst and writable checks
https://git.kernel.org/netdev/net-next/c/1b9cd7690a1e
- [net-next,10/10] netfilter: nftables: update table flags from the commit phase
https://git.kernel.org/netdev/net-next/c/0ce7cf4127f1
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2021-03-23 0:31 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-22 23:56 [PATCH net-next 00/10] Netfilter updates for net-next Pablo Neira Ayuso
2021-03-22 23:56 ` [PATCH net-next 01/10] netfilter: flowtable: separate replace, destroy and stats to different workqueues Pablo Neira Ayuso
2021-03-23 0:30 ` patchwork-bot+netdevbpf [this message]
2021-03-22 23:56 ` [PATCH net-next 02/10] netfilter: Fix fall-through warnings for Clang Pablo Neira Ayuso
2021-03-22 23:56 ` [PATCH net-next 03/10] netfilter: conntrack: Remove unused variable declaration Pablo Neira Ayuso
2021-03-22 23:56 ` [PATCH net-next 04/10] netfilter: flowtable: consolidate skb_try_make_writable() call Pablo Neira Ayuso
2021-03-22 23:56 ` [PATCH net-next 05/10] netfilter: flowtable: move skb_try_make_writable() before NAT in IPv4 Pablo Neira Ayuso
2021-03-22 23:56 ` [PATCH net-next 06/10] netfilter: flowtable: move FLOW_OFFLOAD_DIR_MAX away from enumeration Pablo Neira Ayuso
2021-03-22 23:56 ` [PATCH net-next 07/10] netfilter: flowtable: fast NAT functions never fail Pablo Neira Ayuso
2021-03-22 23:56 ` [PATCH net-next 08/10] netfilter: flowtable: call dst_check() to fall back to classic forwarding Pablo Neira Ayuso
2021-03-22 23:56 ` [PATCH net-next 09/10] netfilter: flowtable: refresh timeout after dst and writable checks Pablo Neira Ayuso
2021-03-22 23:56 ` [PATCH net-next 10/10] netfilter: nftables: update table flags from the commit phase Pablo Neira Ayuso
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=161645941159.31154.378858008887571926.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=netfilter-devel@vger.kernel.org \
--cc=pablo@netfilter.org \
/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.