Re: [PATCH RESEND net-next v14 2/5] dim: make DIMLIB dependent on NET
From: Simon Horman <horms@kernel.org>
Date: 2024-06-20 12:12:23
Also in:
linux-doc, virtualization
From: Simon Horman <horms@kernel.org>
Date: 2024-06-20 12:12:23
Also in:
linux-doc, virtualization
On Tue, Jun 18, 2024 at 10:56:41AM +0800, Heng Qi wrote:
DIMLIB's capabilities are supplied by the dim, net_dim, and rdma_dim objects, and dim's interfaces solely act as a base for net_dim and rdma_dim and are not explicitly used anywhere else. rdma_dim is utilized by the infiniband driver, while net_dim is for network devices, excluding the soc/fsl driver. In this patch, net_dim relies on some NET's interfaces, thus DIMLIB needs to explicitly depend on the NET Kconfig. The soc/fsl driver uses the functions provided by net_dim, so it also needs to depend on NET. Signed-off-by: Heng Qi <redacted>
Reviewed-by: Simon Horman <horms@kernel.org>