When listed all maps, bpftool currently shows (null) for xskmap.
Added xskmap type in map_type_name[] to show correct type.
Signed-off-by: Prashant Bhole <redacted>
---
tools/bpf/bpftool/map.c | 1 +
1 file changed, 1 insertion(+)
From: Jakub Kicinski <hidden> Date: 2018-08-31 12:52:04
On Fri, 31 Aug 2018 15:32:42 +0900, Prashant Bhole wrote:
When listed all maps, bpftool currently shows (null) for xskmap.
Added xskmap type in map_type_name[] to show correct type.
Signed-off-by: Prashant Bhole <redacted>
Acked-by: Jakub Kicinski <redacted>
Thank you! I feel tempted to suggest considering the bpf tree, but
perhaps that's a stretch..
From: Daniel Borkmann <daniel@iogearbox.net> Date: 2018-09-03 00:56:38
On 08/31/2018 10:45 AM, Jakub Kicinski wrote:
On Fri, 31 Aug 2018 15:32:42 +0900, Prashant Bhole wrote:
quoted
When listed all maps, bpftool currently shows (null) for xskmap.
Added xskmap type in map_type_name[] to show correct type.
Signed-off-by: Prashant Bhole <redacted>
Acked-by: Jakub Kicinski <redacted>
Thank you! I feel tempted to suggest considering the bpf tree, but
perhaps that's a stretch..