On Thu, Jan 13, 2022 at 3:58 PM Lorenzo Bianconi <lorenzo@xxxxxxxxxx> wrote: > > > > Btw "xdp_cpumap" should be cleaned up. > > xdp_cpumap is an attach type. It's not prog type. > > Probably it should be "xdp/cpumap" to align with "cgroup/bind[46]" ? > > so for xdp "mb" or xdp "frags" it will be xdp/cpumap.mb (xdp/devmap.mb) or > xdp/cpumap.frags (xdp/devmap.frags), right? xdp.frags/cpumap xdp.frags/devmap The current de-facto standard for SEC("") in libbpf: prog_type.prog_flags/attach_place "attach_place" is either function_name for fentry/, tp/, lsm/, etc. or attach_type/hook/target for cgroup/bind4, cgroup_skb/egress. lsm.s/socket_bind -> prog_type = LSM, flags = SLEEPABLE lsm/socket_bind -> prog_type = LSM, non sleepable.