[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20220818111312.GH566407@gauss3.secunet.de>
Date: Thu, 18 Aug 2022 13:13:12 +0200
From: Steffen Klassert <steffen.klassert@...unet.com>
To: Gautam Menghani <gautammenghani201@...il.com>
CC: <herbert@...dor.apana.org.au>, <davem@...emloft.net>,
<edumazet@...gle.com>, <kuba@...nel.org>, <pabeni@...hat.com>,
<shuah@...nel.org>, <netdev@...r.kernel.org>,
<linux-kselftest@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<linux-kernel-mentees@...ts.linuxfoundation.org>
Subject: Re: [PATCH v3] selftests/net: Refactor xfrm_fill_key() to use array
of structs
On Sat, Aug 06, 2022 at 10:05:30PM +0530, Gautam Menghani wrote:
> A TODO in net/ipsec.c asks to refactor the code in xfrm_fill_key() to
> use set/map to avoid manually comparing each algorithm with the "name"
> parameter passed to the function as an argument. This patch refactors
> the code to create an array of structs where each struct contains the
> algorithm name and its corresponding key length.
>
> Signed-off-by: Gautam Menghani <gautammenghani201@...il.com>
Applied to ipsec-next, thanks!
Powered by blists - more mailing lists