[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200304115420.2824655b@kicinski-fedora-PC1C0HJN>
Date: Wed, 4 Mar 2020 11:54:20 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Shannon Nelson <snelson@...sando.io>
Cc: davem@...emloft.net, netdev@...r.kernel.org
Subject: Re: [PATCH v2 net-next 2/8] ionic: remove pragma packed
On Tue, 3 Mar 2020 20:20:07 -0800 Shannon Nelson wrote:
> Replace the misguided "#pragma packed" with tags on each
> struct/union definition that actually needs it. This is safer
> and more efficient on the various compilers and architectures.
>
> Signed-off-by: Shannon Nelson <snelson@...sando.io>
Ah, I think I missed this pragma in original review :S
nit: I think __packed is preferred
Powered by blists - more mailing lists