Re: [PATCH v3] selftests/net: Refactor xfrm_fill_key() to use array of structs

From: Steffen Klassert
Date: Thu Aug 18 2022 - 07:13:25 EST


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@xxxxxxxxx>

Applied to ipsec-next, thanks!