[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20071008102919.1cbc7983@freepuppy.rosehill>
Date: Mon, 8 Oct 2007 10:29:19 -0700
From: Stephen Hemminger <shemminger@...ux-foundation.org>
To: "Eliezer Tamir" <eliezert@...adcom.com>
Cc: "davem@...emloft.net" <davem@...emloft.net>,
"jeff@...zik.org" <jeff@...zik.org>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"Michael Chan" <mchan@...adcom.com>, eilong@...adcom.com,
vladz@...adcom.com, gertner@...adcom.com
Subject: Re: [BNX2X RESUBMIT][PATCH 0/8] New driver for Broadcom 10Gb
Ethernet, take two.
On Mon, 08 Oct 2007 14:34:45 +0200
"Eliezer Tamir" <eliezert@...adcom.com> wrote:
> [resubmitting, this time without line breaks, sorry]
>
> This is an initial version of the BNX2X, the Linux driver for the
> BCM5771X 10Gb Ethernet controller family.
>
> Although the chip is very different from the 5706-8 family we based the
> driver code on the BNX2 driver.
>
> Since the hardware is supposed to be generally available soon I have
> posted an initial version and after hearing all the comments I am
> reposting with changes to address them.
>
> Some planned feature are still under development, but we want to get
> whatever we have out now so people can start using the HW.
>
> Main changes from first version.
>
> * Fixed most issues raised by Michael Buesch. (Thanks Michael!)
> * Some slow path bug fixes.
> * Yitchak Gertner re-grouped the code in a more logical manner.
> * A lot of work was done to get the generated code to comply with coding
> style requirements.
>
> Known issues/TODO.
> * Move slowpath event handling from tasklet to workqueue context. This
> will allow replacing the busy waits in the link management code with sleeps.
>
> Please consider applying to 2.6.24
>
> Thanks
> Eliezer
Looks good. Some minor stuff:
* You can use network device stats in network device structure and
no longer need the copy in bp
* The MACRO's for 64 bit stats look like they could be done with
u64 and/or turned into inline's.
* RCS/CVS tags for date and version # are kind of ugly. They git system
doesn't use them, perhaps you just want to track your internal version
control information, but what happens when changes come from outside?
--
Stephen Hemminger <shemminger@...ux-foundation.org>
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists