Re: [PATCH 3/3] Intel IXP4xx network drivers
From: Krzysztof Halasa
Date: Mon May 07 2007 - 13:13:03 EST
Michael-Luke Jones <mlj28@xxxxxxxxx> writes:
> Code placement:
> Queue Manager & NPE code => arch/arm/mach-ixp4xx
> WAN driver code => drivers/net/wan
> Eth code => drivers/net/arm
Why would you want such placement?
Potential problems: header files would have to be moved to
include/asm-arm = headers pollution.
All 4 drivers are, in fact, network (related) drivers.
drivers/net/arm would probably make (some) sense if it was
a single (or not so single) Ethernet driver.
> Kconfig:
> I'm not convinced about 'config IXP4XX_NETDEVICES'. I'd lose it
> together with the drivers/net/ixp4xx directory
It wouldn't make sense without the directory, no doubt.
> Ethernet & HSS code should probably select NPE and QMGR (rather than
> depend)
Actually, that's exactly what this patch do.
> but these options should still be exposed in arch/arm/mach-
> ixp4xx/Kconfig
Why exactly? They are network devices, who would expect them there?
How about the dependency mess (NET_ETHERNET etc.) that would be
created?
--
Krzysztof Halasa
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/