On Fri, Jul 10, 2020 at 08:55 PM CEST, Andrii Nakryiko wrote: > On Fri, Jul 10, 2020 at 1:37 AM Jakub Sitnicki <ja...@cloudflare.com> wrote:
[...] >> I've been happily using the part of section name following "sk_lookup" >> prefix to name the programs just to make section names in ELF object >> unique: >> >> SEC("sk_lookup/lookup_pass") >> SEC("sk_lookup/lookup_drop") >> SEC("sk_lookup/redir_port") > > oh, right, which reminds me: how about adding / to sk_lookup in that > libbpf table, so that it's always sk_lookup/<something> for section > name? We did similar change to xdp_devmap recently, and it seems like > a good trend overall to have / separation between program type and > whatever extra name user wants to give? Will do. Thanks for pointing out it. I didn't pick up on it.