All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Jakub Kicinski <kuba@kernel.org>
Cc: oe-kbuild-all@lists.linux.dev, Martin KaFai Lau <martin.lau@kernel.org>
Subject: [bpf-next:master 3/4] drivers/net/ethernet/freescale/dpaa/dpaa_eth.h:46:29: error: field 'xdp_rxq' has incomplete type
Date: Fri, 4 Aug 2023 06:25:22 +0800	[thread overview]
Message-ID: <202308040620.ty8oYNOP-lkp@intel.com> (raw)

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git master
head:   648880e9331c68b2008430fd90f3648d1795399d
commit: 680ee0456a5712309db9ec2692e908ea1d6b1644 [3/4] net: invert the netdevice.h vs xdp.h dependency
config: arm64-defconfig (https://download.01.org/0day-ci/archive/20230804/202308040620.ty8oYNOP-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 12.3.0
reproduce: (https://download.01.org/0day-ci/archive/20230804/202308040620.ty8oYNOP-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202308040620.ty8oYNOP-lkp@intel.com/

All errors (new ones prefixed by >>):

   In file included from drivers/net/ethernet/freescale/dpaa/dpaa_ethtool.c:13:
>> drivers/net/ethernet/freescale/dpaa/dpaa_eth.h:46:29: error: field 'xdp_rxq' has incomplete type
      46 |         struct xdp_rxq_info xdp_rxq;
         |                             ^~~~~~~


vim +/xdp_rxq +46 drivers/net/ethernet/freescale/dpaa/dpaa_eth.h

9ad1a37493338c Madalin Bucur 2016-11-15  35  
9ad1a37493338c Madalin Bucur 2016-11-15  36  struct dpaa_fq {
9ad1a37493338c Madalin Bucur 2016-11-15  37  	struct qman_fq fq_base;
9ad1a37493338c Madalin Bucur 2016-11-15  38  	struct list_head list;
9ad1a37493338c Madalin Bucur 2016-11-15  39  	struct net_device *net_dev;
9ad1a37493338c Madalin Bucur 2016-11-15  40  	bool init;
9ad1a37493338c Madalin Bucur 2016-11-15  41  	u32 fqid;
9ad1a37493338c Madalin Bucur 2016-11-15  42  	u32 flags;
9ad1a37493338c Madalin Bucur 2016-11-15  43  	u16 channel;
9ad1a37493338c Madalin Bucur 2016-11-15  44  	u8 wq;
9ad1a37493338c Madalin Bucur 2016-11-15  45  	enum dpaa_fq_type fq_type;
d57e57d0cd04be Camelia Groza 2020-11-25 @46  	struct xdp_rxq_info xdp_rxq;
9ad1a37493338c Madalin Bucur 2016-11-15  47  };
9ad1a37493338c Madalin Bucur 2016-11-15  48  

:::::: The code at line 46 was first introduced by commit
:::::: d57e57d0cd04be5ee533a0e1e6d13ba9251114b7 dpaa_eth: add XDP_TX support

:::::: TO: Camelia Groza <camelia.groza@nxp.com>
:::::: CC: Jakub Kicinski <kuba@kernel.org>

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

                 reply	other threads:[~2023-08-03 22:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202308040620.ty8oYNOP-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kuba@kernel.org \
    --cc=martin.lau@kernel.org \
    --cc=oe-kbuild-all@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.