[PATCH net-next 0/6] hv_netvsc: minor optimizations

David Miller davem at davemloft.net
Sun Dec 3 15:11:08 UTC 2017


From: Stephen Hemminger <stephen at networkplumber.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.




More information about the devel mailing list