Re: [PATCH net-next v2 0/2] libbpf: support more map options

2017-10-03 Thread David Miller
From: Craig Gallek Date: Mon, 2 Oct 2017 12:41:27 -0400 > From: Craig Gallek > > The functional change to this series is the ability to use flags when > creating maps from object files loaded by libbpf. In order to do this, > the first patch updates the library to handle map definitions that

[PATCH net-next v2 0/2] libbpf: support more map options

2017-10-02 Thread Craig Gallek
From: Craig Gallek The functional change to this series is the ability to use flags when creating maps from object files loaded by libbpf. In order to do this, the first patch updates the library to handle map definitions that differ in size from libbpf's struct bpf_map_def. For object files wi