netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH bpf-next v3 0/3] bpf: Small nf_conn cleanups
@ 2022-09-20 14:15 Daniel Xu
  2022-09-20 14:15 ` [PATCH bpf-next v3 1/3] bpf: Remove unused btf_struct_access stub Daniel Xu
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Daniel Xu @ 2022-09-20 14:15 UTC (permalink / raw)
  To: bpf, ast, daniel, andrii, memxor, martin.lau
  Cc: Daniel Xu, pablo, fw, toke, netfilter-devel, netdev, linux-kernel

This patchset cleans up a few small things:

* Delete unused stub
* Rename variable to be more descriptive
* Fix some `extern` declaration warnings

Past discussion:
- v2: https://lore.kernel.org/bpf/cover.1663616584.git.dxu@dxuuu.xyz/

Changes since v2:
- Remove unused #include's
- Move #include <linux/filter.h> to .c

Daniel Xu (3):
  bpf: Remove unused btf_struct_access stub
  bpf: Rename nfct_bsa to nfct_btf_struct_access
  bpf: Move nf_conn extern declarations to filter.h

 include/linux/filter.h                   |  6 ++++++
 include/net/netfilter/nf_conntrack_bpf.h | 18 ------------------
 net/core/filter.c                        | 18 +++++++++---------
 net/netfilter/nf_conntrack_bpf.c         |  5 +++--
 4 files changed, 18 insertions(+), 29 deletions(-)

-- 
2.37.1


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

end of thread, other threads:[~2022-09-20 21:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-20 14:15 [PATCH bpf-next v3 0/3] bpf: Small nf_conn cleanups Daniel Xu
2022-09-20 14:15 ` [PATCH bpf-next v3 1/3] bpf: Remove unused btf_struct_access stub Daniel Xu
2022-09-20 14:15 ` [PATCH bpf-next v3 2/3] bpf: Rename nfct_bsa to nfct_btf_struct_access Daniel Xu
2022-09-20 14:15 ` [PATCH bpf-next v3 3/3] bpf: Move nf_conn extern declarations to filter.h Daniel Xu
2022-09-20 21:52   ` Martin KaFai Lau
2022-09-20 21:50 ` [PATCH bpf-next v3 0/3] bpf: Small nf_conn cleanups patchwork-bot+netdevbpf

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).