On Mon, 29 May 2017 20:42:04 -0400 (EDT)
David Miller wrote:
> Stephen, please provide proper header "[PATCH net-next 0/3] " postings
> with your patch series, so we know at a high level what this patch
> series is doing, how it is doing it, and why it is doing it that
> way.
Sure, these were ju
Stephen, please provide proper header "[PATCH net-next 0/3] " postings
with your patch series, so we know at a high level what this patch
series is doing, how it is doing it, and why it is doing it that
way.
I've been quite liberal with your patch postings in the past, hoping
you would catch on,
Speed up transmit check for fragmented packets by using existing
macros to compute number of pages, and eliminate loop since
each skb fragment is only one page.
Signed-off-by: Stephen Hemminger
---
drivers/net/hyperv/netvsc_drv.c | 43 ++---
1 file changed, 10