All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 bpf-next 0/2] net: netfilter: add kfunc helper to update ct timeout
@ 2022-05-12 16:34 Lorenzo Bianconi
  2022-05-12 16:34 ` [PATCH v2 bpf-next 1/2] " 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
  0 siblings, 2 replies; 7+ messages in thread
From: Lorenzo Bianconi @ 2022-05-12 16:34 UTC (permalink / raw)
  To: bpf
  Cc: netdev, ast, daniel, andrii, davem, kuba, pabeni, pablo, fw,
	netfilter-devel, lorenzo.bianconi, brouer, toke, memxor

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-05-17 14:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-12 16:34 [PATCH v2 bpf-next 0/2] net: netfilter: add kfunc helper to update ct timeout Lorenzo Bianconi
2022-05-12 16:34 ` [PATCH v2 bpf-next 1/2] " 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

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.