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

2020-05-18 Thread Zhao1, Wei
Hi, jiaqi > -Original Message- > From: dev On Behalf Of Guinan Sun > Sent: Friday, May 8, 2020 12:46 PM > To: dev@dpdk.org > Cc: Sun, GuinanX ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH v2 2/2] net/e1000: fix defects of macro in VF > > The defects in the m

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

2020-05-07 Thread Guinan Sun
The defects in the macros UPDATE_VF_STAT and UPDATE_VF_STAT_36BIT exist. If latest is less than last, we will get wrong result. The patch fixes the defect. Fixes: d15fcf76c8b7 ("e1000: move to drivers/net/") Cc: sta...@dpdk.org Signed-off-by: Guinan Sun --- v2 changes: * Aligned line-continuatio