Re: [dpdk-dev] [PATCH v2] net/e1000: update UPDATE_VF_STAT to handle rollover

2020-01-31 Thread Ye Xiaolong
On 01/29, Ferruh Yigit wrote: >On 1/26/2020 5:25 PM, David Harton wrote: >> Modified UPDATE_VF_STAT to properly handle rollover conditions. >> >> Fixes: d82170d27918 ("igb: add VF support") >> Cc: intel.com >> >> Signed-off-by: David Harton >> --- >> drivers/net/e1000/igb_ethdev.c | 14

Re: [dpdk-dev] [PATCH v2] net/e1000: update UPDATE_VF_STAT to handle rollover

2020-01-29 Thread David Harton (dharton)
> -Original Message- > From: Ferruh Yigit > Sent: Wednesday, January 29, 2020 5:10 AM > To: David Harton (dharton) ; dev@dpdk.org > Cc: wenzhuo...@intel.com; konstantin.anan...@intel.com; > xiaolong...@intel.com; intel@cisco.com > Subject: Re: [dpdk-dev] [PATCH

Re: [dpdk-dev] [PATCH v2] net/e1000: update UPDATE_VF_STAT to handle rollover

2020-01-29 Thread Ferruh Yigit
On 1/26/2020 5:25 PM, David Harton wrote: > Modified UPDATE_VF_STAT to properly handle rollover conditions. > > Fixes: d82170d27918 ("igb: add VF support") > Cc: intel.com > > Signed-off-by: David Harton > --- > drivers/net/e1000/igb_ethdev.c | 14 +- > 1 file changed, 9 insertions(

Re: [dpdk-dev] [PATCH v2] net/e1000: update UPDATE_VF_STAT to handle rollover

2020-01-28 Thread Ye Xiaolong
On 01/26, David Harton wrote: >Modified UPDATE_VF_STAT to properly handle rollover conditions. > >Fixes: d82170d27918 ("igb: add VF support") >Cc: intel.com > >Signed-off-by: David Harton >--- > drivers/net/e1000/igb_ethdev.c | 14 +- > 1 file changed, 9 insertions(+), 5 deletions(-) >

[dpdk-dev] [PATCH v2] net/e1000: update UPDATE_VF_STAT to handle rollover

2020-01-26 Thread David Harton
Modified UPDATE_VF_STAT to properly handle rollover conditions. Fixes: d82170d27918 ("igb: add VF support") Cc: intel.com Signed-off-by: David Harton --- drivers/net/e1000/igb_ethdev.c | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/drivers/net/e1000/igb_ethde