Re: [PATCH v5 bpf-next 0/4] capture integers in BTF type info for map defs

2019-07-09 Thread Andrii Nakryiko
On Tue, Jul 9, 2019 at 1:27 PM Edward Cree wrote: > > On 05/07/2019 22:15, Daniel Borkmann wrote: > > On 07/05/2019 05:50 PM, Andrii Nakryiko wrote: > >> This patch set implements an update to how BTF-defined maps are specified. > >> The > >> change is in how integer attributes, e.g., type, max_e

Re: [PATCH v5 bpf-next 0/4] capture integers in BTF type info for map defs

2019-07-09 Thread Edward Cree
On 05/07/2019 22:15, Daniel Borkmann wrote: > On 07/05/2019 05:50 PM, Andrii Nakryiko wrote: >> This patch set implements an update to how BTF-defined maps are specified. >> The >> change is in how integer attributes, e.g., type, max_entries, map_flags, are >> specified: now they are captured as p

Re: [PATCH v5 bpf-next 0/4] capture integers in BTF type info for map defs

2019-07-05 Thread Andrii Nakryiko
On Fri, Jul 5, 2019 at 2:15 PM Daniel Borkmann wrote: > > On 07/05/2019 05:50 PM, Andrii Nakryiko wrote: > > This patch set implements an update to how BTF-defined maps are specified. > > The > > change is in how integer attributes, e.g., type, max_entries, map_flags, are > > specified: now they

Re: [PATCH v5 bpf-next 0/4] capture integers in BTF type info for map defs

2019-07-05 Thread Daniel Borkmann
On 07/05/2019 05:50 PM, Andrii Nakryiko wrote: > This patch set implements an update to how BTF-defined maps are specified. The > change is in how integer attributes, e.g., type, max_entries, map_flags, are > specified: now they are captured as part of map definition struct's BTF type > information