[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220919184703.5e0d2d44@kernel.org>
Date: Mon, 19 Sep 2022 18:47:03 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Gal Pressman <gal@...dia.com>
Cc: "David S. Miller" <davem@...emloft.net>, <netdev@...r.kernel.org>,
Saeed Mahameed <saeedm@...dia.com>,
Tariq Toukan <tariqt@...dia.com>
Subject: Re: [PATCH net-next 1/4] net/tls: Describe ciphers sizes by const
structs
On Wed, 14 Sep 2022 12:05:17 +0300 Gal Pressman wrote:
> +#define CIPHER_SIZE_DESC(cipher) [cipher] { \
I'll hopefully get to doing more meaningful reviews tomorrow,
but in the meantime please send a v2 fixing the compiler issues.
This macro makes gcc unhappy, should likely be [cipher] = { ?
Powered by blists - more mailing lists