Re: [PATCH v3 net-next 0/8] Introduce bpf ID

2017-06-06 Thread David Miller
From: Martin KaFai Lau Date: Mon, 5 Jun 2017 12:15:45 -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/ma

[PATCH v3 net-next 0/8] Introduce bpf ID

2017-06-05 Thread Martin KaFai Lau
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