From: Lorenzo Bianconi <lorenzo@kernel.org>
To: bpf@vger.kernel.org
Cc: netdev@vger.kernel.org, ast@kernel.org, daniel@iogearbox.net,
andrii@kernel.org, davem@davemloft.net, kuba@kernel.org,
pabeni@redhat.com, pablo@netfilter.org, fw@strlen.de,
netfilter-devel@vger.kernel.org, lorenzo.bianconi@redhat.com,
brouer@redhat.com, toke@redhat.com, memxor@gmail.com
Subject: [PATCH v2 bpf-next 0/2] net: netfilter: add kfunc helper to update ct timeout
Date: Thu, 12 May 2022 18:34:09 +0200 [thread overview]
Message-ID: <cover.1652372970.git.lorenzo@kernel.org> (raw)
Changes since v1:
- add bpf_ct_refresh_timeout kfunc selftest
Lorenzo Bianconi (2):
net: netfilter: add kfunc helper to update ct timeout
selftests/bpf: add selftest for bpf_ct_refresh_timeout kfunc
include/net/netfilter/nf_conntrack.h | 1 +
net/netfilter/nf_conntrack_bpf.c | 20 +++++++++++++++++
net/netfilter/nf_conntrack_core.c | 21 +++++++++++-------
.../testing/selftests/bpf/prog_tests/bpf_nf.c | 10 +++++++++
.../testing/selftests/bpf/progs/test_bpf_nf.c | 22 +++++++++++++++++++
5 files changed, 66 insertions(+), 8 deletions(-)
--
2.35.3
next reply other threads:[~2022-05-12 16:34 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-12 16:34 Lorenzo Bianconi [this message]
2022-05-12 16:34 ` [PATCH v2 bpf-next 1/2] net: netfilter: add kfunc helper to update ct timeout Lorenzo Bianconi
2022-05-12 16:34 ` [PATCH v2 bpf-next 2/2] selftests/bpf: add selftest for bpf_ct_refresh_timeout kfunc Lorenzo Bianconi
2022-05-14 0:21 ` Alexei Starovoitov
2022-05-14 10:40 ` Lorenzo Bianconi
2022-05-14 16:42 ` Alexei Starovoitov
2022-05-17 14:42 ` Lorenzo Bianconi
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=cover.1652372970.git.lorenzo@kernel.org \
--to=lorenzo@kernel.org \
--cc=andrii@kernel.org \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=brouer@redhat.com \
--cc=daniel@iogearbox.net \
--cc=davem@davemloft.net \
--cc=fw@strlen.de \
--cc=kuba@kernel.org \
--cc=lorenzo.bianconi@redhat.com \
--cc=memxor@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=netfilter-devel@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=pablo@netfilter.org \
--cc=toke@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).