Re: [PATCH] IB/rxe: fix kconfig dependency warning for RDMA_RXE

2020-09-15 Thread Necip F . Yıldıran
Steps to reproduce this for v5.9-rc4 on x86 machine (using make.cross [1] to cross compile for arm64): 1. make.cross ARCH=arm64 allnoconfig 2. make.cross ARCH=arm64 menuconfig a. Enable NET b. Enable INET c. Enable PCI d. Enable INFINIBAND e. Enable RDMA_RXE 3. make.cross ARCH=arm64 oldde

Re: [PATCH] IB/rxe: fix kconfig dependency warning for RDMA_RXE

2020-09-15 Thread Jason Gunthorpe
On Tue, Sep 15, 2020 at 01:16:00PM +0300, Necip Fazil Yildiran wrote: > When RDMA_RXE is enabled and CRYPTO is disabled, it results in the > following Kbuild warning: > > WARNING: unmet direct dependencies detected for CRYPTO_CRC32 > Depends on [n]: CRYPTO [=n] > Selected by [y]: > - RDMA_RX

Re: [PATCH] IB/rxe: fix kconfig dependency warning for RDMA_RXE

2020-09-15 Thread Leon Romanovsky
On Tue, Sep 15, 2020 at 01:16:00PM +0300, Necip Fazil Yildiran wrote: > When RDMA_RXE is enabled and CRYPTO is disabled, it results in the > following Kbuild warning: > > WARNING: unmet direct dependencies detected for CRYPTO_CRC32 > Depends on [n]: CRYPTO [=n] > Selected by [y]: > - RDMA_RXE

[PATCH] IB/rxe: fix kconfig dependency warning for RDMA_RXE

2020-09-15 Thread Necip Fazil Yildiran
When RDMA_RXE is enabled and CRYPTO is disabled, it results in the following Kbuild warning: WARNING: unmet direct dependencies detected for CRYPTO_CRC32 Depends on [n]: CRYPTO [=n] Selected by [y]: - RDMA_RXE [=y] && (INFINIBAND_USER_ACCESS [=y] || !INFINIBAND_USER_ACCESS [=y]) && INET [=y