From: kernel test robot <lkp@intel.com>
To: Erni Sri Satya Vennela <ernis@linux.microsoft.com>
Cc: oe-kbuild-all@lists.linux.dev
Subject: Re: [PATCH net-next v3 2/4] net: mana: Add support for net_shaper_ops
Date: Fri, 20 Jun 2025 09:03:27 +0800 [thread overview]
Message-ID: <202506200821.PCKoFC9H-lkp@intel.com> (raw)
In-Reply-To: <1750144656-2021-3-git-send-email-ernis@linux.microsoft.com>
Hi Erni,
kernel test robot noticed the following build errors:
[auto build test ERROR on net-next/main]
url: https://github.com/intel-lab-lkp/linux/commits/Erni-Sri-Satya-Vennela/net-mana-Fix-potential-deadlocks-in-mana-napi-ops/20250617-152001
base: net-next/main
patch link: https://lore.kernel.org/r/1750144656-2021-3-git-send-email-ernis%40linux.microsoft.com
patch subject: [PATCH net-next v3 2/4] net: mana: Add support for net_shaper_ops
config: x86_64-randconfig-104-20250620 (https://download.01.org/0day-ci/archive/20250620/202506200821.PCKoFC9H-lkp@intel.com/config)
compiler: clang version 20.1.2 (https://github.com/llvm/llvm-project 58df0ef89dd64126512e4ee27b4ac3fd8ddf6247)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250620/202506200821.PCKoFC9H-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/202506200821.PCKoFC9H-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/net/ethernet/microsoft/mana/mana_en.c:804:3: error: field designator 'net_shaper_ops' does not refer to any field in type 'const struct net_device_ops'
804 | .net_shaper_ops = &mana_shaper_ops,
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
vim +804 drivers/net/ethernet/microsoft/mana/mana_en.c
793
794 static const struct net_device_ops mana_devops = {
795 .ndo_open = mana_open,
796 .ndo_stop = mana_close,
797 .ndo_select_queue = mana_select_queue,
798 .ndo_start_xmit = mana_start_xmit,
799 .ndo_validate_addr = eth_validate_addr,
800 .ndo_get_stats64 = mana_get_stats64,
801 .ndo_bpf = mana_bpf,
802 .ndo_xdp_xmit = mana_xdp_xmit,
803 .ndo_change_mtu = mana_change_mtu,
> 804 .net_shaper_ops = &mana_shaper_ops,
805 };
806
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2025-06-20 1:04 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-17 7:17 [PATCH net-next v3 0/4] Support bandwidth clamping in mana using net shapers Erni Sri Satya Vennela
2025-06-17 7:17 ` [PATCH net-next v3 1/4] net: mana: Fix potential deadlocks in mana napi ops Erni Sri Satya Vennela
2025-06-17 7:17 ` [PATCH net-next v3 2/4] net: mana: Add support for net_shaper_ops Erni Sri Satya Vennela
2025-06-20 1:03 ` kernel test robot [this message]
2025-06-17 7:17 ` [PATCH net-next v3 3/4] net: mana: Add speed support in mana_get_link_ksettings Erni Sri Satya Vennela
2025-06-17 15:54 ` [EXTERNAL] " Long Li
2025-06-17 7:17 ` [PATCH net-next v3 4/4] net: mana: Handle unsupported HWC commands Erni Sri Satya Vennela
2025-06-19 13:30 ` [PATCH net-next v3 0/4] Support bandwidth clamping in mana using net shapers patchwork-bot+netdevbpf
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=202506200821.PCKoFC9H-lkp@intel.com \
--to=lkp@intel.com \
--cc=ernis@linux.microsoft.com \
--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.