Hi Srujana, I love your patch! Yet something to improve: [auto build test ERROR on cryptodev/master] [also build test ERROR on crypto/master sparc-next/master linus/master v5.8-rc6 next-20200724] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch] url: https://github.com/0day-ci/linux/commits/Srujana-Challa/Add-Support-for-Marvell-OcteonTX2-Cryptographic/20200724-211100 base: https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master config: ia64-allmodconfig (attached as .config) compiler: ia64-linux-gcc (GCC) 9.3.0 reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=ia64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): In file included from drivers/crypto/marvell/octeontx2/otx2_cptpf_ucode.h:12, from drivers/crypto/marvell/octeontx2/otx2_cptpf.h:8, from drivers/crypto/marvell/octeontx2/otx2_cpt_mbox_common.h:8, from drivers/crypto/marvell/octeontx2/otx2_cptpf_main.c:5: >> drivers/crypto/marvell/octeontx2/otx2_cpt_common.h:14:10: fatal error: rvu.h: No such file or directory 14 | #include "rvu.h" | ^~~~~~~ compilation terminated. -- In file included from drivers/crypto/marvell/octeontx2/otx2_cptvf_reqmgr.c:4: >> drivers/crypto/marvell/octeontx2/otx2_cptvf.h:8:10: fatal error: mbox.h: No such file or directory 8 | #include "mbox.h" | ^~~~~~~~ compilation terminated. vim +14 drivers/crypto/marvell/octeontx2/otx2_cpt_common.h 9b59f386596e8e Srujana Challa 2020-07-24 7 9b59f386596e8e Srujana Challa 2020-07-24 8 #include 9b59f386596e8e Srujana Challa 2020-07-24 9 #include 9b59f386596e8e Srujana Challa 2020-07-24 10 #include 9b59f386596e8e Srujana Challa 2020-07-24 11 #include 9b59f386596e8e Srujana Challa 2020-07-24 12 #include 9b59f386596e8e Srujana Challa 2020-07-24 13 #include "otx2_cpt_hw_types.h" 9b59f386596e8e Srujana Challa 2020-07-24 @14 #include "rvu.h" 9b59f386596e8e Srujana Challa 2020-07-24 15 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org