All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH iwl-next 0/2] ethtool: Add link mode maps for forced speeds
@ 2023-09-15 14:55 ` Pawel Chmielewski
  0 siblings, 0 replies; 11+ messages in thread
From: Pawel Chmielewski @ 2023-09-15 14:55 UTC (permalink / raw)
  To: intel-wired-lan; +Cc: Pawel Chmielewski, netdev, aelior, manishc, andrew

The following patch set was initially a part of [1]. As the purpose of
the original series was to add the support of the new hardware to the
intel ice driver, the refactoring of advertised link modes mapping was
extracted to a new set.
The patch set adds a common mechanism for mapping Ethtool forced speeds
with Ethtool supported link modes, which can be used in drivers code.

[1] https://lore.kernel.org/netdev/20230823180633.2450617-1-pawel.chmielewski@intel.com


Paul Greenwalt (1):
  ethtool: Add forced speed to supported link modes maps

Pawel Chmielewski (1):
  ice: Refactor finding advertised link speed

 drivers/net/ethernet/intel/ice/ice.h          |   1 +
 drivers/net/ethernet/intel/ice/ice_ethtool.c  | 201 ++++++++++++------
 drivers/net/ethernet/intel/ice/ice_main.c     |   2 +
 .../net/ethernet/qlogic/qede/qede_ethtool.c   |  24 +--
 include/linux/ethtool.h                       |  20 ++
 net/ethtool/ioctl.c                           |  15 ++
 6 files changed, 178 insertions(+), 85 deletions(-)

-- 
2.37.3

_______________________________________________
Intel-wired-lan mailing list
Intel-wired-lan@osuosl.org
https://lists.osuosl.org/mailman/listinfo/intel-wired-lan

^ permalink raw reply	[flat|nested] 11+ messages in thread
* Re: [Intel-wired-lan] [PATCH iwl-next 1/2] ethtool: Add forced speed to supported link modes maps
@ 2023-09-15 15:23 kernel test robot
  0 siblings, 0 replies; 11+ messages in thread
From: kernel test robot @ 2023-09-15 15:23 UTC (permalink / raw)
  To: oe-kbuild; +Cc: lkp

:::::: 
:::::: Manual check reason: "checkpatch"
:::::: 

BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
In-Reply-To: <20230915145522.586365-2-pawel.chmielewski@intel.com>
References: <20230915145522.586365-2-pawel.chmielewski@intel.com>
TO: Pawel Chmielewski <pawel.chmielewski@intel.com>
TO: intel-wired-lan@lists.osuosl.org
CC: netdev@vger.kernel.org
CC: aelior@marvell.com
CC: Paul Greenwalt <paul.greenwalt@intel.com>
CC: manishc@marvell.com
CC: andrew@lunn.ch

Hi Pawel,

kernel test robot noticed the following build warnings:

[auto build test WARNING on tnguy-next-queue/dev-queue]

url:    https://github.com/intel-lab-lkp/linux/commits/Pawel-Chmielewski/ethtool-Add-forced-speed-to-supported-link-modes-maps/20230915-230015
base:   https://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue.git dev-queue
patch link:    https://lore.kernel.org/r/20230915145522.586365-2-pawel.chmielewski%40intel.com
patch subject: [Intel-wired-lan] [PATCH iwl-next 1/2] ethtool: Add forced speed to supported link modes maps
:::::: branch date: 17 minutes ago
:::::: commit date: 17 minutes ago
reproduce: (https://download.01.org/0day-ci/archive/20230915/202309152316.iTE6LtsJ-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/r/202309152316.iTE6LtsJ-lkp@intel.com/

# many are suggestions rather than must-fix

CHECK: Alignment should match open parenthesis
#123: net/ethtool/ioctl.c:3393:
+void ethtool_forced_speed_maps_init(struct ethtool_forced_speed_map *maps,
+				   u32 size)

WARNING: adding a line without newline at end of file
#135: net/ethtool/ioctl.c:3405:
+EXPORT_SYMBOL(ethtool_forced_speed_maps_init);

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-09-21 12:12 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-15 14:55 [Intel-wired-lan] [PATCH iwl-next 0/2] ethtool: Add link mode maps for forced speeds Pawel Chmielewski
2023-09-15 14:55 ` Pawel Chmielewski
2023-09-15 14:55 ` [Intel-wired-lan] [PATCH iwl-next 1/2] ethtool: Add forced speed to supported link modes maps Pawel Chmielewski
2023-09-15 14:55   ` Pawel Chmielewski
2023-09-18 12:06   ` [Intel-wired-lan] " Przemek Kitszel
2023-09-18 12:06     ` Przemek Kitszel
2023-09-21 12:12   ` Simon Horman
2023-09-21 12:12     ` Simon Horman
2023-09-15 14:55 ` [Intel-wired-lan] [PATCH iwl-next 2/2] ice: Refactor finding advertised link speed Pawel Chmielewski
2023-09-15 14:55   ` Pawel Chmielewski
  -- strict thread matches above, loose matches on Subject: below --
2023-09-15 15:23 [Intel-wired-lan] [PATCH iwl-next 1/2] ethtool: Add forced speed to supported link modes maps 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.