Re: [PATCH net-next 0/8] Introduce bpf ID
From: David Miller <davem@davemloft.net>
Date: 2017-05-31 18:30:18
From: David Miller <davem@davemloft.net>
Date: 2017-05-31 18:30:18
From: Martin KaFai Lau <redacted> Date: Tue, 30 May 2017 17:08:29 -0700
This patch series: 1) Introduce ID for both bpf_prog and bpf_map. 2) Add bpf commands to iterate the prog IDs and map IDs of the system. 3) Add bpf commands to get a prog/map fd from an ID 4) Add bpf command to get prog/map info from a fd. The prog/map info is a jump start in this patchset and it is not meant to be a complete list. They can be extended in the future patches.
This needs a respin to address the kbuild bot build failures.