oe-kbuild-all.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [alobakin:pr/17 29/32] drivers/net/ethernet/intel/iavf/iavf_xsk.c:6:10: fatal error: linux/net/intel/libie.h: No such file or directory
@ 2023-03-24 21:11 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-03-24 21:11 UTC (permalink / raw)
  To: Larysa Zaremba; +Cc: oe-kbuild-all, Alexander Lobakin

tree:   https://github.com/alobakin/linux pr/17
head:   966873bc3f1da2cbd3450c8920c2c60cf52e0069
commit: e9e2e3e34bb925af1f0b7e73bf3a737d2b063c9e [29/32] iavf: Implement AF_XDP RX processing
config: loongarch-randconfig-r006-20230322 (https://download.01.org/0day-ci/archive/20230325/202303250536.4brXi8YL-lkp@intel.com/config)
compiler: loongarch64-linux-gcc (GCC) 12.1.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
        # https://github.com/alobakin/linux/commit/e9e2e3e34bb925af1f0b7e73bf3a737d2b063c9e
        git remote add alobakin https://github.com/alobakin/linux
        git fetch --no-tags alobakin pr/17
        git checkout e9e2e3e34bb925af1f0b7e73bf3a737d2b063c9e
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=loongarch olddefconfig
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=loongarch SHELL=/bin/bash drivers/net/ethernet/intel/iavf/

If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202303250536.4brXi8YL-lkp@intel.com/

All errors (new ones prefixed by >>):

>> drivers/net/ethernet/intel/iavf/iavf_xsk.c:6:10: fatal error: linux/net/intel/libie.h: No such file or directory
       6 | #include <linux/net/intel/libie.h>
         |          ^~~~~~~~~~~~~~~~~~~~~~~~~
   compilation terminated.


vim +6 drivers/net/ethernet/intel/iavf/iavf_xsk.c

     3	
     4	#include <linux/bpf_trace.h>
     5	#include <linux/filter.h>
   > 6	#include <linux/net/intel/libie.h>
     7	#include <net/xdp_sock_drv.h>
     8	#include <net/xdp_sock.h>
     9	#include "iavf.h"
    10	#include "iavf_trace.h"
    11	#include "iavf_xsk.h"
    12	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-24 21:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-24 21:11 [alobakin:pr/17 29/32] drivers/net/ethernet/intel/iavf/iavf_xsk.c:6:10: fatal error: linux/net/intel/libie.h: No such file or directory kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).