From: Haiyang Zhang <[email protected]> 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. > > Signed-off-by: Haiyang Zhang <[email protected]> > Reviewed-by: Dexuan Cui <[email protected]> Now netvsc_device is significantly larger than a page, you should probably therefore allocate netvsc_device->cb_buffer indirectly instead of inlining it into the structure. _______________________________________________ devel mailing list [email protected] http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
