[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20171203.101108.1726710787279697662.davem@davemloft.net>
Date: Sun, 03 Dec 2017 10:11:08 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: stephen@...workplumber.org
Cc: kys@...rosoft.com, haiyangz@...rosoft.com, sthemmin@...rosoft.com,
devel@...uxdriverproject.org, netdev@...r.kernel.org
Subject: Re: [PATCH net-next 0/6] hv_netvsc: minor optimizations
From: Stephen Hemminger <stephen@...workplumber.org>
Date: Fri, 1 Dec 2017 11:01:43 -0800
> These are a set of local optimizations the Hyper-V networking driver.
> Also include a vmbus patch in this set, because it depends on the
> netvsc that last used that function.
Series applied.
For the ring percentage stuff, I would suggest sticking to power of 2
arithmetic (and thus approximations) even when the ring size is not a
power of 2. That way you won't even need multiplies.
Powered by blists - more mailing lists