> From: LKML haiyangz <[email protected]> On Behalf Of Haiyang Zhang > Sent: Friday, March 12, 2021 3:45 PM > To: [email protected]; [email protected] > Cc: Haiyang Zhang <[email protected]>; KY Srinivasan > <[email protected]>; Stephen Hemminger <[email protected]>; > [email protected]; vkuznets <[email protected]>; [email protected]; > [email protected]; Shachar Raindel <[email protected]> > Subject: [PATCH net-next] hv_netvsc: Add a comment clarifying batching logic > > From: Shachar Raindel <[email protected]> > > The batching logic in netvsc_send is non-trivial, due to > a combination of the Linux API and the underlying hypervisor > interface. Add a comment explaining why the code is written this > way. > > Signed-off-by: Shachar Raindel <[email protected]> > Signed-off-by: Haiyang Zhang <[email protected]> > ---
Reviewed-by: Dexuan Cui <[email protected]>

