linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] net: lan966x: Fix builds for lan966x driver
@ 2021-12-02  8:15 Horatiu Vultur
  2021-12-02 12:30 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Horatiu Vultur @ 2021-12-02  8:15 UTC (permalink / raw)
  To: UNGLinuxDriver, davem, kuba, rdunlap, netdev, linux-kernel
  Cc: Horatiu Vultur, kernel test robot

The lan966x is using the function 'packing' to create/extract the
information for the IFH, that is used to be added in front of the frames
when they are injected/extracted.
Therefore update the Kconfig to select config option 'PACKING' whenever
lan966x driver is enabled.

Fixes: db8bcaad539314 ("net: lan966x: add the basic lan966x driver")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
---
 drivers/net/ethernet/microchip/lan966x/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/ethernet/microchip/lan966x/Kconfig b/drivers/net/ethernet/microchip/lan966x/Kconfig
index 83ac4266b417..2860a8c9923d 100644
--- a/drivers/net/ethernet/microchip/lan966x/Kconfig
+++ b/drivers/net/ethernet/microchip/lan966x/Kconfig
@@ -3,5 +3,6 @@ config LAN966X_SWITCH
 	depends on HAS_IOMEM
 	depends on OF
 	select PHYLINK
+	select PACKING
 	help
 	  This driver supports the Lan966x network switch device.
-- 
2.33.0


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

* Re: [PATCH net-next] net: lan966x: Fix builds for lan966x driver
  2021-12-02  8:15 [PATCH net-next] net: lan966x: Fix builds for lan966x driver Horatiu Vultur
@ 2021-12-02 12:30 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-12-02 12:30 UTC (permalink / raw)
  To: Horatiu Vultur
  Cc: UNGLinuxDriver, davem, kuba, rdunlap, netdev, linux-kernel, lkp

Hello:

This patch was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Thu, 2 Dec 2021 09:15:11 +0100 you wrote:
> The lan966x is using the function 'packing' to create/extract the
> information for the IFH, that is used to be added in front of the frames
> when they are injected/extracted.
> Therefore update the Kconfig to select config option 'PACKING' whenever
> lan966x driver is enabled.
> 
> Fixes: db8bcaad539314 ("net: lan966x: add the basic lan966x driver")
> Reported-by: kernel test robot <lkp@intel.com>
> Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
> 
> [...]

Here is the summary with links:
  - [net-next] net: lan966x: Fix builds for lan966x driver
    https://git.kernel.org/netdev/net-next/c/cc9cf69eea48

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2021-12-02 12:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-02  8:15 [PATCH net-next] net: lan966x: Fix builds for lan966x driver Horatiu Vultur
2021-12-02 12:30 ` patchwork-bot+netdevbpf

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).