commit | f90251c8a6d06ed8b072a2a0f13c4b8a6d0cb222 | [log] [tgz] |
---|---|---|
author | Haiyang Zhang <haiyangz@microsoft.com> | Fri Aug 15 19:18:19 2014 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 22 12:23:09 2014 -0700 |
tree | 26e9356163f8f68f438e823cd99f7fafbbe60b21 | |
parent | c9d26423e56ce1ab4d786f92aebecf859d419293 [diff] |
hyperv: Increase the buffer length for netvsc_channel_cb() 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. Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Reviewed-by: Dexuan Cui <decui@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>