Re: [PATCH bpf-next v2] tools: bpftool: add map create command

2018-10-15 Thread Alexei Starovoitov
On Mon, Oct 15, 2018 at 04:30:36PM -0700, Jakub Kicinski wrote: > Add a way of creating maps from user space. The command takes > as parameters most of the attributes of the map creation system > call command. After map is created its pinned to bpffs. This makes > it possible to easily and dynam

[PATCH bpf-next v2] tools: bpftool: add map create command

2018-10-15 Thread Jakub Kicinski
Add a way of creating maps from user space. The command takes as parameters most of the attributes of the map creation system call command. After map is created its pinned to bpffs. This makes it possible to easily and dynamically (without rebuilding programs) test various corner cases related t