Re: [PATCH net-next] neighbor: Improve neighbour struct layout

2018-12-15 Thread David Miller
From: David Ahern Date: Thu, 13 Dec 2018 08:16:50 -0800 > From: David Ahern > > Move arp_queue_len_bytes ahead of arp_queue to remove two 4-byte holes. > Ensure ha element is always 8-byte aligned. > > Signed-off-by: David Ahern Applied, thanks David. I'm doing a build check on this so it'l

[PATCH net-next] neighbor: Improve neighbour struct layout

2018-12-13 Thread David Ahern
From: David Ahern Move arp_queue_len_bytes ahead of arp_queue to remove two 4-byte holes. Ensure ha element is always 8-byte aligned. Signed-off-by: David Ahern --- include/net/neighbour.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/net/neighbour.h b/include