commit | 52775b33bb5072fbc07b02c0cf4fe8da1f7ee7cd | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <jakub.kicinski@netronome.com> | Wed Jan 17 19:13:28 2018 -0800 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Thu Jan 18 22:54:25 2018 +0100 |
tree | 86ead032dc8cbdf4488b9719b9ef41e25e8bb189 | |
parent | 7a0ef6939548b9eb74bf464daf55ad68a23602a2 [diff] |
bpf: offload: report device information about offloaded maps 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 <jakub.kicinski@netronome.com> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>