Re: [PATCH bpf-next 4/8] bpf: offload: report device information about offloaded maps

2018-01-18 Thread Alexei Starovoitov
On Wed, Jan 17, 2018 at 07:13:28PM -0800, Jakub Kicinski wrote: > Tell user space about device on which the map was created. > Unfortunate reality of user ABI makes sharing this code > with program offload difficult but the information is the > same. > > Signed-off-by: Jakub Kicinski Acked-by: A

[PATCH bpf-next 4/8] bpf: offload: report device information about offloaded maps

2018-01-17 Thread Jakub Kicinski
Tell user space about device on which the map was created. Unfortunate reality of user ABI makes sharing this code with program offload difficult but the information is the same. Signed-off-by: Jakub Kicinski --- include/linux/bpf.h| 2 ++ include/uapi/linux/bpf.h | 3 +++ ke