Re: [dpdk-dev] [PATCH] net/ixgbevf: update VF_STAT macros to handle rollover

2020-01-26 Thread Stephen Hemminger
On Tue, 10 Dec 2019 21:38:36 -0500 David Harton wrote: > Added rollover logic to UPDATE_VF_STAT and UPDATE_VF_STAT_36BIT macros. > > Signed-off-by: David Harton > --- > drivers/net/ixgbe/ixgbe_ethdev.c | 12 ++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > > diff --git a/driv

Re: [dpdk-dev] [PATCH] net/ixgbevf: update VF_STAT macros to handle rollover

2020-01-26 Thread Ye Xiaolong
On 12/10, David Harton wrote: >Added rollover logic to UPDATE_VF_STAT and UPDATE_VF_STAT_36BIT macros. > >Signed-off-by: David Harton >--- > drivers/net/ixgbe/ixgbe_ethdev.c | 12 ++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > >diff --git a/drivers/net/ixgbe/ixgbe_ethdev.c >b/dr

[dpdk-dev] [PATCH] net/ixgbevf: update VF_STAT macros to handle rollover

2019-12-10 Thread David Harton
Added rollover logic to UPDATE_VF_STAT and UPDATE_VF_STAT_36BIT macros. Signed-off-by: David Harton --- drivers/net/ixgbe/ixgbe_ethdev.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/drivers/net/ixgbe/ixgbe_ethdev.c b/drivers/net/ixgbe/ixgbe_ethdev.c index 492