On Mon, Dec 04, 2023 at 01:56:21PM -0700, Daniel Xu wrote: > This commit moves the contents of xfrm_interface_bpf.c into a new file, > xfrm_bpf.c This is in preparation for adding more xfrm kfuncs. We'd like > to keep all the bpf integrations in a single file. > > Signed-off-by: Daniel Xu <dxu@xxxxxxxxx> > --- > net/xfrm/Makefile | 7 +------ > net/xfrm/{xfrm_interface_bpf.c => xfrm_bpf.c} | 12 ++++++++---- > 2 files changed, 9 insertions(+), 10 deletions(-) > rename net/xfrm/{xfrm_interface_bpf.c => xfrm_bpf.c} (88%) Adding Eyal to Cc, he added the xfrm_interface_bpf.c file. Acked-by: Steffen Klassert <steffen.klassert@xxxxxxxxxxx>