[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120228193237.2d56f2b8@nehalam.linuxnetplumber.net>
Date: Tue, 28 Feb 2012 19:32:37 -0800
From: Stephen Hemminger <shemminger@...tta.com>
To: "Luis R. Rodriguez" <rodrigue@....qualcomm.com>
Cc: <davem@...emloft.net>, <netdev@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <mcgrof@...jolero.org>,
<qca-linux-team@...lcomm.com>, <nic-devel@...lcomm.com>,
<kgiori@....qualcomm.com>, <chris.snook@...il.com>,
<mathieu@....qualcomm.com>, <bryanh@...cinc.com>
Subject: Re: [PATCH] net: add QCA alx Ethernet driver
On Tue, 28 Feb 2012 17:50:09 -0800
"Luis R. Rodriguez" <rodrigue@....qualcomm.com> wrote:
> From: Luis R. Rodriguez <mcgrof@...jolero.org>
>
> The next patch adds the new QCA alx Ethernet driver that
> supercedes the atl1c Ethernet driver. For details please
> read the commit log of the patch. Given the size you can
> download the patch from:
>
> http://bombadil.infradead.org/~mcgrof/2012/02/28/add-alx-next-20120228.patch
> sha1sum: 8a8f7b6f1cbe737e70ec3b3eda483a6925fd9bd6
Evolution is better. The new driver has lots of new callbacks to handle
the fact it is dealing with two different chipsets. Not only that your callbacks
are built at runtime which leads to security concerns.
There is a reason the two Marvell based drivers (skge and sky2) are
different drivers. Having to do extra per-chip callbacks is a clear sign
the driver should be split in two.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists