[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1412024590.30721.42.camel@edumazet-glaptop2.roam.corp.google.com>
Date: Mon, 29 Sep 2014 14:03:10 -0700
From: Eric Dumazet <eric.dumazet@...il.com>
To: Florian Westphal <fw@...len.de>
Cc: netdev@...r.kernel.org, Francois Romieu <romieu@...zoreil.com>,
Hayes Wang <hayeswang@...ltek.com>
Subject: Re: [PATCH next] r8169: add support for Byte Queue Limits
On Mon, 2014-09-29 at 22:56 +0200, Florian Westphal wrote:
> tested on RTL8168d/8111d.
One small nit :
> @@ -6691,6 +6695,7 @@ static void rtl8169_pcierr_interrupt(struct net_device *dev)
> static void rtl_tx(struct net_device *dev, struct rtl8169_private *tp)
> {
> unsigned int dirty_tx, tx_left;
> + unsigned bytes_compl = 0, pkts_compl = 0;
unsigned int bytes_compl = 0, pkts_compl = 0;
--
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