On Friday, March 03/01/19, 2019 at 23:17:47 -0800, David Miller wrote:
> From: Arjun Vynipadath <ar...@chelsio.com>
> Date: Fri, 1 Mar 2019 15:40:24 +0530
>
> > - FULL_INIT_DONE = (1 << 0),
> ...
> > + CXGB4_FULL_INIT_DONE = (1 << 0),
>
> Looks like you missed some of this conversion.
>
> Oh wait, you make changes to cxgb* and don't enable all the related
> drivers that use these headers when you build test?!?!
My bad.
My kernel config file got changed somehow, in which
CONFIG_CRYPTO_DEV_CHELSIO_TLS
is not enabled.