[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20131020201908.GC24935@mcmilk.de>
Date: Sun, 20 Oct 2013 22:19:08 +0200
From: Tino Reichardt <list-linux-netdev@...ilk.de>
To: netdev@...r.kernel.org
Subject: Re: [PATCHSET net-next v3 00/07] Support for byte queue limits on
various drivers
* Tino Reichardt <milky-kernel@...ilk.de> wrote:
> Hello again,
>
> this patchset is intended for net-next/linux-3.13.
>
> It adds support for byte queue limits on various network drivers.
>
> Since not all of them are fully tested by now, I added an bql_disable
> module parameter, which can be used to disable the BQL code.
>
> "if (likely(bql_disable == false))" was replaced by
> "if (unlikely(bql_disable))" ...
Please ignore Patchset v3... "unlikely(bql_disable)" is of cause not
correct :(
Please use "[PATCHSET net-next v3 00/07]" instead.
Sorry for all the noise here ;)
--
Best regards, TR
--
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