hv_netvsc: Add a comment clarifying batching logicThe batching logic in netvsc_send is non-trivial, due toa combination of the Linux API and the underlying hypervisorinterface. Add a comment expl
hv_netvsc: Add a comment clarifying batching logicThe batching logic in netvsc_send is non-trivial, due toa combination of the Linux API and the underlying hypervisorinterface. Add a comment explaining why the code is written thisway.Signed-off-by: Shachar Raindel <shacharr@microsoft.com>Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>Reviewed-by: Dexuan Cui <decui@microsoft.com>Signed-off-by: David S. Miller <davem@davemloft.net>
show more ...
docs: networking: reorganize driver documentation againOrganize driver documentation by device type. Most documentshave fairly verbose yet uninformative names, so let usersfirst select a well def
docs: networking: reorganize driver documentation againOrganize driver documentation by device type. Most documentshave fairly verbose yet uninformative names, so let usersfirst select a well defined device type, and then search fora particular driver.While at it rename the section from Vendor drivers toHardware drivers. This seems more accurate, besides peoplesometimes refer to out-of-tree drivers as vendor drivers.Signed-off-by: Jakub Kicinski <kuba@kernel.org>Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>Acked-by: Shannon Nelson <snelson@pensando.io>Signed-off-by: David S. Miller <davem@davemloft.net>