Re: [PATCH net-next v2 0/4] libnl: enhance API to ease 64bit alignment for attribute

2016-04-21 Thread David Miller
From: Nicolas Dichtel Date: Fri, 22 Apr 2016 00:00:09 +0200 > Le 21/04/2016 20:28, David Miller a écrit : >> >> Applied to net-next. >> >> I did a quick scan and the following jumped out at me as cases we need >> to fix up as well: > Did you grep something or just catch this by code review? It w

Re: [PATCH net-next v2 0/4] libnl: enhance API to ease 64bit alignment for attribute

2016-04-21 Thread Nicolas Dichtel
Le 21/04/2016 20:28, David Miller a écrit : From: Nicolas Dichtel Date: Thu, 21 Apr 2016 18:58:23 +0200 Here is a proposal to add more helpers in the libnetlink to manage 64-bit alignment issues. Note that this series was only tested on x86 by tweeking CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS an

Re: [PATCH net-next v2 0/4] libnl: enhance API to ease 64bit alignment for attribute

2016-04-21 Thread David Miller
From: Nicolas Dichtel Date: Thu, 21 Apr 2016 18:58:23 +0200 > Here is a proposal to add more helpers in the libnetlink to manage 64-bit > alignment issues. > Note that this series was only tested on x86 by tweeking > CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS and adding some traces. > > The first pa

[PATCH net-next v2 0/4] libnl: enhance API to ease 64bit alignment for attribute

2016-04-21 Thread Nicolas Dichtel
Here is a proposal to add more helpers in the libnetlink to manage 64-bit alignment issues. Note that this series was only tested on x86 by tweeking CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS and adding some traces. The first patch adds helpers for 64bit alignment and other patches use them. We coul