Re: [PATCH net-next] hyperv: Increase the buffer length for netvsc_channel_cb()

2014-08-05 Thread David Miller
From: Haiyang Zhang thomas1...@gmail.com Date: Fri, 1 Aug 2014 15:55:30 + When the buffer is too small for a packet from VMBus, a bigger buffer will be allocated in netvsc_channel_cb() and retry reading the packet from VMBus. Increasing this buffer size will reduce the retry overhead.

RE: [PATCH net-next] hyperv: Increase the buffer length for netvsc_channel_cb()

2014-08-05 Thread Haiyang Zhang
...@linuxdriverproject.org Subject: Re: [PATCH net-next] hyperv: Increase the buffer length for netvsc_channel_cb() From: Haiyang Zhang thomas1...@gmail.com Date: Fri, 1 Aug 2014 15:55:30 + When the buffer is too small for a packet from VMBus, a bigger buffer will be allocated

Re: [PATCH net-next] hyperv: Increase the buffer length for netvsc_channel_cb()

2014-08-04 Thread David Miller
From: Haiyang Zhang haiya...@microsoft.com Date: Mon, 4 Aug 2014 12:33:45 -0700 When the buffer is too small for a packet from VMBus, a bigger buffer will be allocated in netvsc_channel_cb() and retry reading the packet from VMBus. Increasing this buffer size will reduce the retry overhead.