Re: [dpdk-dev] [PATCH v2 0/2] fix defects of macro in VF

2020-05-07 Thread Zhao1, Wei
Reviewed-by: Wei Zhao > -Original Message- > From: dev On Behalf Of Guinan Sun > Sent: Friday, May 8, 2020 12:46 PM > To: dev@dpdk.org > Cc: Sun, GuinanX > Subject: [dpdk-dev] [PATCH v2 0/2] fix defects of macro in VF > > The defects of UPDATE_VF_STAT and UP

[dpdk-dev] [PATCH v2 0/2] fix defects of macro in VF

2020-05-07 Thread Guinan Sun
The defects of UPDATE_VF_STAT and UPDATE_VF_STAT_36BIT exist. If latest is less than last, we will get wrong result. The issues exist only in ixgbe and e1000 NICs. --- v2 changes: * Aligned line-continuation character "\". Guinan Sun (2): net/ixgbe: fix defects of macro in VF net/e1000: fix de