> -----Original Message----- > From: linux-crypto-owner@xxxxxxxxxxxxxxx <linux-crypto- > owner@xxxxxxxxxxxxxxx> On Behalf Of David Miller > Sent: Saturday, July 25, 2020 8:45 AM > To: Srujana Challa <schalla@xxxxxxxxxxx> > Cc: herbert@xxxxxxxxxxxxxxxxxxx; netdev@xxxxxxxxxxxxxxx; linux- > crypto@xxxxxxxxxxxxxxx; Suheil Chandran <schandran@xxxxxxxxxxx>; Narayana > Prasad Raju Athreya <pathreya@xxxxxxxxxxx>; Sunil Kovvuri Goutham > <sgoutham@xxxxxxxxxxx> > Subject: Re: [PATCH 2/4] drivers: crypto: add support for OCTEONTX2 CPT engine > > From: Srujana Challa <schalla@xxxxxxxxxxx> > Date: Fri, 24 Jul 2020 18:38:02 +0530 > > > diff --git a/drivers/crypto/marvell/octeontx2/otx2_cpt_common.h > b/drivers/crypto/marvell/octeontx2/otx2_cpt_common.h > > new file mode 100644 > > index 0000000..00cd534 > > --- /dev/null > > +++ b/drivers/crypto/marvell/octeontx2/otx2_cpt_common.h > > @@ -0,0 +1,53 @@ > > +/* SPDX-License-Identifier: GPL-2.0-only > > + * Copyright (C) 2020 Marvell. > > + */ > > + > > +#ifndef __OTX2_CPT_COMMON_H > > +#define __OTX2_CPT_COMMON_H > > + > > +#include <linux/pci.h> > > +#include <linux/types.h> > > +#include <linux/module.h> > > +#include <linux/delay.h> > > +#include <linux/crypto.h> > > +#include "otx2_cpt_hw_types.h" > > +#include "rvu.h" > > How can this build? "rvu.h" is in the "af/" subdirectory. On our test setup, the build is always successful, as we are adding "af/" subdirectory in ccflags list ([PATCH 4/4] crypto: marvell: enable OcteonTX2 cpt options for build).