[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1B6CC3D5ACAB014C8BFB6CB1CBD62CADD2835E9860@HQ-EXCH-7.corp.brocade.com>
Date: Mon, 2 Nov 2009 23:54:40 -0800
From: Debashis Dutt <ddutt@...cade.COM>
To: Eric Dumazet <eric.dumazet@...il.com>,
Rasesh Mody <rmody@...cade.com>
CC: "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"Adapter Linux Open SRC Team"
<adapter_linux_open_src_team@...cade.COM>
Subject: RE: Subject: [PATCH 1/6] bna: Brocade 10Gb Ethernet device driver
Hi Eric,
Thanks for your feedback. We are working on addressing these issues.
--Debashis
-----Original Message-----
From: Eric Dumazet [mailto:eric.dumazet@...il.com]
Sent: Sunday, November 01, 2009 1:02 AM
To: Rasesh Mody
Cc: netdev@...r.kernel.org; Adapter Linux Open SRC Team
Subject: Re: Subject: [PATCH 1/6] bna: Brocade 10Gb Ethernet device driver
Rasesh Mody a écrit :
> From: Rasesh Mody <rmody@...cade.com>
>
> This is patch 1/6 which contains linux driver source for
> Brocade's BR1010/BR1020 10Gb CEE capable ethernet adapter.
> Re-based source against net-next-2.6 and re-submitting the
> patch with few fixes.
>
> We wish this patch to be considered for inclusion in net-next-2.6
bnad->netdev->last_rx = jiffies
and
netdev->trans_start = jiffies;
are not necessary, core network handles last_rx/trans_start itself
and more efficently nowadays.
void bnad_reset_stats(struct net_device *netdev) seems defined but not used.
--
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