Re: [PATCH net-next] rxrpc: Simplify the allocation of slab caches

From: Jiri Pirko
Date: Thu Feb 01 2024 - 07:47:43 EST


Thu, Feb 01, 2024 at 11:09:24AM CET, chentao@xxxxxxxxxx wrote:
>Use the new KMEM_CACHE() macro instead of direct kmem_cache_create
>to simplify the creation of SLAB caches.
>
>Signed-off-by: Kunwu Chan <chentao@xxxxxxxxxx>

Reviewed-by: Jiri Pirko <jiri@xxxxxxxxxx>

btw, why don't you bulk these changes into patchsets of 15 patches? Or,
given the low complexicity of the patch, just merge multiple patches
that are changing similar locations togeter.