Re: [PATCH net-next 1/3] netvsc: optimize calculation of number of slots

2017-05-30 Thread Stephen Hemminger
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

Re: [PATCH net-next 1/3] netvsc: optimize calculation of number of slots

2017-05-29 Thread David Miller
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,

[PATCH net-next 1/3] netvsc: optimize calculation of number of slots

2017-05-29 Thread Stephen Hemminger
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