Re: [PATCH net-next V2 01/11] net: Kconfig NET_DEVMEM selects GENERIC_ALLOCATOR
From: Mina Almasry <hidden>
Date: 2025-05-22 23:07:19
Also in:
bpf, linux-rdma, lkml
From: Mina Almasry <hidden>
Date: 2025-05-22 23:07:19
Also in:
bpf, linux-rdma, lkml
On Thu, May 22, 2025 at 2:43 PM Tariq Toukan [off-list ref] wrote:
From: Saeed Mahameed <saeedm@nvidia.com> GENERIC_ALLOCATOR is a non-prompt kconfig, meaning users can't enable it selectively. All kconfig users of GENERIC_ALLOCATOR select it, except of NET_DEVMEM which only depends on it, there is no easy way to turn GENERIC_ALLOCATOR on unless we select other unnecessary configs that will select it. Instead of depending on it, select it when NET_DEVMEM is enabled. Signed-off-by: Saeed Mahameed <saeedm@nvidia.com> Reviewed-by: Dragos Tatulea <dtatulea@nvidia.com> Signed-off-by: Cosmin Ratiu <redacted> Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Reviewed-by: Mina Almasry <redacted> -- Thanks, Mina