> -----Original Message----- > From: Long Li <lon...@linuxonhyperv.com> > Sent: Thursday, March 22, 2018 8:16 PM > To: KY Srinivasan <k...@microsoft.com>; Haiyang Zhang > <haiya...@microsoft.com>; Stephen Hemminger <sthem...@microsoft.com>; > James E . J . Bottomley <jbottom...@odin.com>; Martin K . Petersen > <martin.peter...@oracle.com>; de...@linuxdriverproject.org; linux- > s...@vger.kernel.org; linux-ker...@vger.kernel.org > Cc: Long Li <lon...@microsoft.com> > Subject: [PATCH 1/3] Vmbus: Add function to report available ring buffer to > write in total ring size percentage > > From: Long Li <lon...@microsoft.com> > > Netvsc has a similar function to calculate how much ring buffer in percentage > is available to write. This function is useful for storvsc and other vmbus > devices. > > Define a similar function in vmbus to be used by storvsc. > > Signed-off-by: Long Li <lon...@microsoft.com> > ---
Reviewed-by: Haiyang Zhang <haiya...@microsoft.com>