All of lore.kernel.org
 help / color / mirror / Atom feed
* [jpirko-mlxsw:petrm_qdisc 20/66] net/netfilter/nf_tables_offload.c:314:39: error: no member named 'indr' in 'struct flow_block_offload'
@ 2020-06-28 20:56 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2020-06-28 20:56 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 2203 bytes --]

tree:   https://github.com/jpirko/linux_mlxsw petrm_qdisc
head:   0226d72a6f682c4edd33a536f65f29d8c8a4eb8d
commit: 04e4c057c86934cb8284f4a6257505329497944a [20/66] net: sched: Pass qdisc reference in struct flow_block_offload
config: x86_64-randconfig-r023-20200628 (attached as .config)
compiler: clang version 11.0.0 (https://github.com/llvm/llvm-project 8cd117c24f48428e01f88cf18480e5af7eb20c0c)
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
        # install x86_64 cross compiling tool for clang build
        # apt-get install binutils-x86-64-linux-gnu
        git checkout 04e4c057c86934cb8284f4a6257505329497944a
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

>> net/netfilter/nf_tables_offload.c:314:39: error: no member named 'indr' in 'struct flow_block_offload'
           err = flow_indr_dev_setup_offload(bo.indr.sch, TC_SETUP_BLOCK, basechain, &bo,
                                             ~~ ^
   1 error generated.

vim +314 net/netfilter/nf_tables_offload.c

   303	
   304	static int nft_indr_block_offload_cmd(struct nft_base_chain *basechain,
   305					      struct net_device *dev,
   306					      enum flow_block_command cmd)
   307	{
   308		struct netlink_ext_ack extack = {};
   309		struct flow_block_offload bo;
   310		int err;
   311	
   312		nft_flow_block_offload_init(&bo, dev, cmd, basechain, &extack);
   313	
 > 314		err = flow_indr_dev_setup_offload(bo.indr.sch, TC_SETUP_BLOCK, basechain, &bo,
   315						  nft_indr_block_cleanup);
   316		if (err < 0)
   317			return err;
   318	
   319		if (list_empty(&bo.cb_list))
   320			return -EOPNOTSUPP;
   321	
   322		return nft_block_setup(basechain, &bo, cmd);
   323	}
   324	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 31354 bytes --]

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

only message in thread, other threads:[~2020-06-28 20:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-28 20:56 [jpirko-mlxsw:petrm_qdisc 20/66] net/netfilter/nf_tables_offload.c:314:39: error: no member named 'indr' in 'struct flow_block_offload' kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.