From: Tom Seewald
Date: Sat, 6 Jun 2020 01:04:21 -0500
>> This doesn't apply to the net GIT tree.
> Apologies, this fix is for net-next. Let me know if I should resend.
Right now net == net-next, and no new changes are going into net-next.
Looks like this has already been fixed in net, sorry for the noise.
> This doesn't apply to the net GIT tree.
Apologies, this fix is for net-next. Let me know if I should resend.
Thanks
From: Tom Seewald
Date: Thu, 4 Jun 2020 20:36:32 -0500
> The only user of cxgb4_uld_in_use() is cxgb4_set_ktls_feature() which is
> only available when CONFIG_CHELSIO_TLS_DEVICE=y. To avoid this compiler
> warning when CONFIG_CHELSIO_TLS_DEVICE=n, place cxgb4_uld_in_use() behind
> the same ifdef
The only user of cxgb4_uld_in_use() is cxgb4_set_ktls_feature() which is
only available when CONFIG_CHELSIO_TLS_DEVICE=y. To avoid this compiler
warning when CONFIG_CHELSIO_TLS_DEVICE=n, place cxgb4_uld_in_use() behind
the same ifdef.
Signed-off-by: Tom Seewald
---
drivers/net/ethernet/chelsio/c