On Fri, 2 Aug 2019 at 09:19, Andrii Nakryiko wrote:
>
> On Thu, Aug 1, 2019 at 12:34 AM Björn Töpel wrote:
> >
[...]
> >
> > Old application, dynamically linked to new libbpf.so will crash,
> > right? Old application passes old version of xsk_umem_config, and new
> > library accesses (non-existin
On Thu, Aug 1, 2019 at 12:34 AM Björn Töpel wrote:
>
> On Thu, 1 Aug 2019 at 08:59, Andrii Nakryiko
> wrote:
> >
> > On Wed, Jul 31, 2019 at 8:21 AM Björn Töpel wrote:
> > >
> > > On Tue, 30 Jul 2019 at 19:43, Kevin Laatz wrote:
> > > >
> > > > This patch adds a 'flags' field to the umem_confi
On Thu, 1 Aug 2019 at 08:59, Andrii Nakryiko wrote:
>
> On Wed, Jul 31, 2019 at 8:21 AM Björn Töpel wrote:
> >
> > On Tue, 30 Jul 2019 at 19:43, Kevin Laatz wrote:
> > >
> > > This patch adds a 'flags' field to the umem_config and umem_reg structs.
> > > This will allow for more options to be ad
On Wed, Jul 31, 2019 at 8:21 AM Björn Töpel wrote:
>
> On Tue, 30 Jul 2019 at 19:43, Kevin Laatz wrote:
> >
> > This patch adds a 'flags' field to the umem_config and umem_reg structs.
> > This will allow for more options to be added for configuring umems.
> >
> > The first use for the flags fiel
On Tue, 30 Jul 2019 at 19:43, Kevin Laatz wrote:
>
> This patch adds a 'flags' field to the umem_config and umem_reg structs.
> This will allow for more options to be added for configuring umems.
>
> The first use for the flags field is to add a flag for unaligned chunks
> mode. These flags can ei
On Tue, 30 Jul 2019 at 19:43, Kevin Laatz wrote:
>
> This patch adds a 'flags' field to the umem_config and umem_reg structs.
> This will allow for more options to be added for configuring umems.
>
> The first use for the flags field is to add a flag for unaligned chunks
> mode. These flags can ei
This patch adds a 'flags' field to the umem_config and umem_reg structs.
This will allow for more options to be added for configuring umems.
The first use for the flags field is to add a flag for unaligned chunks
mode. These flags can either be user-provided or filled with a default.
Signed-off-b