mbox series

[v2,0/2] fix defects of macro in VF

Message ID 20200508044618.70535-1-guinanx.sun@intel.com (mailing list archive)
Headers
Series fix defects of macro in VF |

Message

Guinan Sun May 8, 2020, 4:46 a.m. UTC
  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 defects of macro in VF

 drivers/net/e1000/igb_ethdev.c   | 18 +++++++++++++-----
 drivers/net/ixgbe/ixgbe_ethdev.c | 32 ++++++++++++++++++++++++--------
 2 files changed, 37 insertions(+), 13 deletions(-)
  

Comments

Zhao1, Wei May 8, 2020, 5:05 a.m. UTC | #1
Reviewed-by: Wei Zhao <wei.zhao1@intel.com>


> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Guinan Sun
> Sent: Friday, May 8, 2020 12:46 PM
> To: dev@dpdk.org
> Cc: Sun, GuinanX <guinanx.sun@intel.com>
> Subject: [dpdk-dev] [PATCH v2 0/2] fix defects of macro in VF
> 
> 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 defects of macro in VF
> 
>  drivers/net/e1000/igb_ethdev.c   | 18 +++++++++++++-----
>  drivers/net/ixgbe/ixgbe_ethdev.c | 32 ++++++++++++++++++++++++--------
>  2 files changed, 37 insertions(+), 13 deletions(-)
> 
> --
> 2.17.1