On Tue, May 29, 2018 at 12:55 PM, Daniel Borkmann <[email protected]> wrote: > On 05/29/2018 07:27 PM, Jesper Dangaard Brouer wrote: >> On Mon, 28 May 2018 02:43:37 +0200 >> Daniel Borkmann <[email protected]> wrote: >> >>> Its trivial and straight forward to expose it for scripts that can >>> then use it along with bpftool in order to inspect an individual >>> application's used maps and progs. Right now we dump some basic >>> information in the fdinfo file but with the help of the map/prog >>> id full introspection becomes possible now. >>> >>> Signed-off-by: Daniel Borkmann <[email protected]> >>> Acked-by: Alexei Starovoitov <[email protected]>
Acked-by: Song Liu <[email protected]> >> >> AFAICR iproute uses this proc fdinfo, for pinned maps. Have you tested >> if this change is handled gracefully by tc ? > > Yep, it works just fine, I also tested it before submission.
