mbox series

[00/21] update ixgbe base code

Message ID 20200612032410.20864-1-guinanx.sun@intel.com (mailing list archive)
Headers
Series update ixgbe base code |

Message

Guinan Sun June 12, 2020, 3:23 a.m. UTC
  update ixgbe base code.

Guinan Sun (21):
  net/ixgbe/base: clear VFMBMEM and toggle VF's Tx queues
  net/ixgbe/base: change in the condition for response HI
  net/ixgbe/base: hange flow for "Apply Update" command
  net/ixgbe/base: x550em 10G NIC driver issue
  net/ixgbe/base: added API for NVM update
  net/ixgbe/base: resolve infinite recursion on PCIe link down
  net/ixgbe/base: added register definitions for NVM update
  net/ixgbe/base: cleanup spelling mistakes in comments
  net/ixgbe/base: remove whitespace in function comments
  net/ixgbe/base: move increments after evaluations
  net/ixgbe/base: modify loop accounting for retries
  net/ixgbe/base: create dedicated func to restart auto nego
  net/ixgbe/base: modify Klocwork hits for DDK 7.0
  net/ixgbe/base: add defines for min rollback revision fields
  net/ixgbe/base: remove unnecessary log message FC autonego
  net/ixgbe/base: initialize data field in struct buffer
  net/ixgbe/base: improve log about autonego being disabled
  net/ixgbe/base: ipv6 Mask for purpose FDIR VLAN Port Feature
  net/ixgbe/base: remove default advertising for 2.5G and 5G
  net/ixgbe/base: check Host Interface Return Status
  net/ixgbe/base: update version

 drivers/net/ixgbe/base/README            |    2 +-
 drivers/net/ixgbe/base/ixgbe_82598.c     |  238 ++---
 drivers/net/ixgbe/base/ixgbe_82599.c     |  397 ++++----
 drivers/net/ixgbe/base/ixgbe_api.c       |  892 ++++++++---------
 drivers/net/ixgbe/base/ixgbe_api.h       |    1 +
 drivers/net/ixgbe/base/ixgbe_common.c    | 1102 ++++++++++++----------
 drivers/net/ixgbe/base/ixgbe_common.h    |    3 +-
 drivers/net/ixgbe/base/ixgbe_dcb.c       |    6 +-
 drivers/net/ixgbe/base/ixgbe_dcb_82598.c |    2 +-
 drivers/net/ixgbe/base/ixgbe_dcb_82599.c |    2 +-
 drivers/net/ixgbe/base/ixgbe_hv_vf.c     |   20 +-
 drivers/net/ixgbe/base/ixgbe_mbx.c       |  285 +++---
 drivers/net/ixgbe/base/ixgbe_mbx.h       |    1 +
 drivers/net/ixgbe/base/ixgbe_phy.c       |  488 +++++-----
 drivers/net/ixgbe/base/ixgbe_phy.h       |    1 +
 drivers/net/ixgbe/base/ixgbe_type.h      |   67 ++
 drivers/net/ixgbe/base/ixgbe_vf.c        |  166 ++--
 drivers/net/ixgbe/base/ixgbe_x540.c      |  190 ++--
 drivers/net/ixgbe/base/ixgbe_x550.c      |  505 +++++-----
 19 files changed, 2282 insertions(+), 2086 deletions(-)
  

Comments

Zhao1, Wei June 15, 2020, 5:47 a.m. UTC | #1
Hi, Guinan

> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Guinan Sun
> Sent: Friday, June 12, 2020 11:24 AM
> To: dev@dpdk.org
> Cc: Sun, GuinanX <guinanx.sun@intel.com>
> Subject: [dpdk-dev] [PATCH 00/21] update ixgbe base code
> 
> update ixgbe base code.
> 
> Guinan Sun (21):
>   net/ixgbe/base: clear VFMBMEM and toggle VF's Tx queues
>   net/ixgbe/base: change in the condition for response HI
>   net/ixgbe/base: hange flow for "Apply Update" command
>   net/ixgbe/base: x550em 10G NIC driver issue
>   net/ixgbe/base: added API for NVM update
>   net/ixgbe/base: resolve infinite recursion on PCIe link down
>   net/ixgbe/base: added register definitions for NVM update
>   net/ixgbe/base: cleanup spelling mistakes in comments
>   net/ixgbe/base: remove whitespace in function comments
>   net/ixgbe/base: move increments after evaluations
>   net/ixgbe/base: modify loop accounting for retries
>   net/ixgbe/base: create dedicated func to restart auto nego
>   net/ixgbe/base: modify Klocwork hits for DDK 7.0
>   net/ixgbe/base: add defines for min rollback revision fields
>   net/ixgbe/base: remove unnecessary log message FC autonego
>   net/ixgbe/base: initialize data field in struct buffer
>   net/ixgbe/base: improve log about autonego being disabled
>   net/ixgbe/base: ipv6 Mask for purpose FDIR VLAN Port Feature
>   net/ixgbe/base: remove default advertising for 2.5G and 5G
>   net/ixgbe/base: check Host Interface Return Status
>   net/ixgbe/base: update version
> 
>  drivers/net/ixgbe/base/README            |    2 +-
>  drivers/net/ixgbe/base/ixgbe_82598.c     |  238 ++---
>  drivers/net/ixgbe/base/ixgbe_82599.c     |  397 ++++----
>  drivers/net/ixgbe/base/ixgbe_api.c       |  892 ++++++++---------
>  drivers/net/ixgbe/base/ixgbe_api.h       |    1 +
>  drivers/net/ixgbe/base/ixgbe_common.c    | 1102 ++++++++++++----------
>  drivers/net/ixgbe/base/ixgbe_common.h    |    3 +-
>  drivers/net/ixgbe/base/ixgbe_dcb.c       |    6 +-
>  drivers/net/ixgbe/base/ixgbe_dcb_82598.c |    2 +-
>  drivers/net/ixgbe/base/ixgbe_dcb_82599.c |    2 +-
>  drivers/net/ixgbe/base/ixgbe_hv_vf.c     |   20 +-
>  drivers/net/ixgbe/base/ixgbe_mbx.c       |  285 +++---
>  drivers/net/ixgbe/base/ixgbe_mbx.h       |    1 +
>  drivers/net/ixgbe/base/ixgbe_phy.c       |  488 +++++-----
>  drivers/net/ixgbe/base/ixgbe_phy.h       |    1 +
>  drivers/net/ixgbe/base/ixgbe_type.h      |   67 ++
>  drivers/net/ixgbe/base/ixgbe_vf.c        |  166 ++--
>  drivers/net/ixgbe/base/ixgbe_x540.c      |  190 ++--
>  drivers/net/ixgbe/base/ixgbe_x550.c      |  505 +++++-----
>  19 files changed, 2282 insertions(+), 2086 deletions(-)
> 
> --
> 2.17.1


Please give out tested-by for these patch later.
  
Guinan Sun June 15, 2020, 5:59 a.m. UTC | #2
Hi zhaowei

> -----Original Message-----
> From: Zhao1, Wei
> Sent: Monday, June 15, 2020 1:47 PM
> To: Sun, GuinanX <guinanx.sun@intel.com>; dev@dpdk.org
> Cc: Sun, GuinanX <guinanx.sun@intel.com>
> Subject: RE: [dpdk-dev] [PATCH 00/21] update ixgbe base code
> 
> Hi, Guinan
> 
> > -----Original Message-----
> > From: dev <dev-bounces@dpdk.org> On Behalf Of Guinan Sun
> > Sent: Friday, June 12, 2020 11:24 AM
> > To: dev@dpdk.org
> > Cc: Sun, GuinanX <guinanx.sun@intel.com>
> > Subject: [dpdk-dev] [PATCH 00/21] update ixgbe base code
> >
> > update ixgbe base code.
> >
> > Guinan Sun (21):
> >   net/ixgbe/base: clear VFMBMEM and toggle VF's Tx queues
> >   net/ixgbe/base: change in the condition for response HI
> >   net/ixgbe/base: hange flow for "Apply Update" command
> >   net/ixgbe/base: x550em 10G NIC driver issue
> >   net/ixgbe/base: added API for NVM update
> >   net/ixgbe/base: resolve infinite recursion on PCIe link down
> >   net/ixgbe/base: added register definitions for NVM update
> >   net/ixgbe/base: cleanup spelling mistakes in comments
> >   net/ixgbe/base: remove whitespace in function comments
> >   net/ixgbe/base: move increments after evaluations
> >   net/ixgbe/base: modify loop accounting for retries
> >   net/ixgbe/base: create dedicated func to restart auto nego
> >   net/ixgbe/base: modify Klocwork hits for DDK 7.0
> >   net/ixgbe/base: add defines for min rollback revision fields
> >   net/ixgbe/base: remove unnecessary log message FC autonego
> >   net/ixgbe/base: initialize data field in struct buffer
> >   net/ixgbe/base: improve log about autonego being disabled
> >   net/ixgbe/base: ipv6 Mask for purpose FDIR VLAN Port Feature
> >   net/ixgbe/base: remove default advertising for 2.5G and 5G
> >   net/ixgbe/base: check Host Interface Return Status
> >   net/ixgbe/base: update version
> >
> >  drivers/net/ixgbe/base/README            |    2 +-
> >  drivers/net/ixgbe/base/ixgbe_82598.c     |  238 ++---
> >  drivers/net/ixgbe/base/ixgbe_82599.c     |  397 ++++----
> >  drivers/net/ixgbe/base/ixgbe_api.c       |  892 ++++++++---------
> >  drivers/net/ixgbe/base/ixgbe_api.h       |    1 +
> >  drivers/net/ixgbe/base/ixgbe_common.c    | 1102 ++++++++++++----------
> >  drivers/net/ixgbe/base/ixgbe_common.h    |    3 +-
> >  drivers/net/ixgbe/base/ixgbe_dcb.c       |    6 +-
> >  drivers/net/ixgbe/base/ixgbe_dcb_82598.c |    2 +-
> >  drivers/net/ixgbe/base/ixgbe_dcb_82599.c |    2 +-
> >  drivers/net/ixgbe/base/ixgbe_hv_vf.c     |   20 +-
> >  drivers/net/ixgbe/base/ixgbe_mbx.c       |  285 +++---
> >  drivers/net/ixgbe/base/ixgbe_mbx.h       |    1 +
> >  drivers/net/ixgbe/base/ixgbe_phy.c       |  488 +++++-----
> >  drivers/net/ixgbe/base/ixgbe_phy.h       |    1 +
> >  drivers/net/ixgbe/base/ixgbe_type.h      |   67 ++
> >  drivers/net/ixgbe/base/ixgbe_vf.c        |  166 ++--
> >  drivers/net/ixgbe/base/ixgbe_x540.c      |  190 ++--
> >  drivers/net/ixgbe/base/ixgbe_x550.c      |  505 +++++-----
> >  19 files changed, 2282 insertions(+), 2086 deletions(-)
> >
> > --
> > 2.17.1
> 
> 
> Please give out tested-by for these patch later.

It will be given after the regression test is completed.
>
  
Zhao1, Wei June 22, 2020, 2:42 a.m. UTC | #3
Reviewed-by: Wei Zhao <wei.zhao1@intel.com>


> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Guinan Sun
> Sent: Friday, June 12, 2020 11:24 AM
> To: dev@dpdk.org
> Cc: Sun, GuinanX <guinanx.sun@intel.com>
> Subject: [dpdk-dev] [PATCH 00/21] update ixgbe base code
> 
> update ixgbe base code.
> 
> Guinan Sun (21):
>   net/ixgbe/base: clear VFMBMEM and toggle VF's Tx queues
>   net/ixgbe/base: change in the condition for response HI
>   net/ixgbe/base: hange flow for "Apply Update" command
>   net/ixgbe/base: x550em 10G NIC driver issue
>   net/ixgbe/base: added API for NVM update
>   net/ixgbe/base: resolve infinite recursion on PCIe link down
>   net/ixgbe/base: added register definitions for NVM update
>   net/ixgbe/base: cleanup spelling mistakes in comments
>   net/ixgbe/base: remove whitespace in function comments
>   net/ixgbe/base: move increments after evaluations
>   net/ixgbe/base: modify loop accounting for retries
>   net/ixgbe/base: create dedicated func to restart auto nego
>   net/ixgbe/base: modify Klocwork hits for DDK 7.0
>   net/ixgbe/base: add defines for min rollback revision fields
>   net/ixgbe/base: remove unnecessary log message FC autonego
>   net/ixgbe/base: initialize data field in struct buffer
>   net/ixgbe/base: improve log about autonego being disabled
>   net/ixgbe/base: ipv6 Mask for purpose FDIR VLAN Port Feature
>   net/ixgbe/base: remove default advertising for 2.5G and 5G
>   net/ixgbe/base: check Host Interface Return Status
>   net/ixgbe/base: update version
> 
>  drivers/net/ixgbe/base/README            |    2 +-
>  drivers/net/ixgbe/base/ixgbe_82598.c     |  238 ++---
>  drivers/net/ixgbe/base/ixgbe_82599.c     |  397 ++++----
>  drivers/net/ixgbe/base/ixgbe_api.c       |  892 ++++++++---------
>  drivers/net/ixgbe/base/ixgbe_api.h       |    1 +
>  drivers/net/ixgbe/base/ixgbe_common.c    | 1102 ++++++++++++----------
>  drivers/net/ixgbe/base/ixgbe_common.h    |    3 +-
>  drivers/net/ixgbe/base/ixgbe_dcb.c       |    6 +-
>  drivers/net/ixgbe/base/ixgbe_dcb_82598.c |    2 +-
>  drivers/net/ixgbe/base/ixgbe_dcb_82599.c |    2 +-
>  drivers/net/ixgbe/base/ixgbe_hv_vf.c     |   20 +-
>  drivers/net/ixgbe/base/ixgbe_mbx.c       |  285 +++---
>  drivers/net/ixgbe/base/ixgbe_mbx.h       |    1 +
>  drivers/net/ixgbe/base/ixgbe_phy.c       |  488 +++++-----
>  drivers/net/ixgbe/base/ixgbe_phy.h       |    1 +
>  drivers/net/ixgbe/base/ixgbe_type.h      |   67 ++
>  drivers/net/ixgbe/base/ixgbe_vf.c        |  166 ++--
>  drivers/net/ixgbe/base/ixgbe_x540.c      |  190 ++--
>  drivers/net/ixgbe/base/ixgbe_x550.c      |  505 +++++-----
>  19 files changed, 2282 insertions(+), 2086 deletions(-)
> 
> --
> 2.17.1
  
Qi Zhang June 22, 2020, 3:50 a.m. UTC | #4
> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Zhao1, Wei
> Sent: Monday, June 22, 2020 10:42 AM
> To: Sun, GuinanX <guinanx.sun@intel.com>; dev@dpdk.org
> Cc: Sun, GuinanX <guinanx.sun@intel.com>
> Subject: Re: [dpdk-dev] [PATCH 00/21] update ixgbe base code
> 
> Reviewed-by: Wei Zhao <wei.zhao1@intel.com>
> 
> 
> > -----Original Message-----
> > From: dev <dev-bounces@dpdk.org> On Behalf Of Guinan Sun
> > Sent: Friday, June 12, 2020 11:24 AM
> > To: dev@dpdk.org
> > Cc: Sun, GuinanX <guinanx.sun@intel.com>
> > Subject: [dpdk-dev] [PATCH 00/21] update ixgbe base code
> >
> > update ixgbe base code.
> >
> > Guinan Sun (21):
> >   net/ixgbe/base: clear VFMBMEM and toggle VF's Tx queues
> >   net/ixgbe/base: change in the condition for response HI
> >   net/ixgbe/base: hange flow for "Apply Update" command
> >   net/ixgbe/base: x550em 10G NIC driver issue
> >   net/ixgbe/base: added API for NVM update
> >   net/ixgbe/base: resolve infinite recursion on PCIe link down
> >   net/ixgbe/base: added register definitions for NVM update
> >   net/ixgbe/base: cleanup spelling mistakes in comments
> >   net/ixgbe/base: remove whitespace in function comments
> >   net/ixgbe/base: move increments after evaluations
> >   net/ixgbe/base: modify loop accounting for retries
> >   net/ixgbe/base: create dedicated func to restart auto nego
> >   net/ixgbe/base: modify Klocwork hits for DDK 7.0
> >   net/ixgbe/base: add defines for min rollback revision fields
> >   net/ixgbe/base: remove unnecessary log message FC autonego
> >   net/ixgbe/base: initialize data field in struct buffer
> >   net/ixgbe/base: improve log about autonego being disabled
> >   net/ixgbe/base: ipv6 Mask for purpose FDIR VLAN Port Feature
> >   net/ixgbe/base: remove default advertising for 2.5G and 5G
> >   net/ixgbe/base: check Host Interface Return Status
> >   net/ixgbe/base: update version
> >
> >  drivers/net/ixgbe/base/README            |    2 +-
> >  drivers/net/ixgbe/base/ixgbe_82598.c     |  238 ++---
> >  drivers/net/ixgbe/base/ixgbe_82599.c     |  397 ++++----
> >  drivers/net/ixgbe/base/ixgbe_api.c       |  892 ++++++++---------
> >  drivers/net/ixgbe/base/ixgbe_api.h       |    1 +
> >  drivers/net/ixgbe/base/ixgbe_common.c    | 1102 ++++++++++++----------
> >  drivers/net/ixgbe/base/ixgbe_common.h    |    3 +-
> >  drivers/net/ixgbe/base/ixgbe_dcb.c       |    6 +-
> >  drivers/net/ixgbe/base/ixgbe_dcb_82598.c |    2 +-
> >  drivers/net/ixgbe/base/ixgbe_dcb_82599.c |    2 +-
> >  drivers/net/ixgbe/base/ixgbe_hv_vf.c     |   20 +-
> >  drivers/net/ixgbe/base/ixgbe_mbx.c       |  285 +++---
> >  drivers/net/ixgbe/base/ixgbe_mbx.h       |    1 +
> >  drivers/net/ixgbe/base/ixgbe_phy.c       |  488 +++++-----
> >  drivers/net/ixgbe/base/ixgbe_phy.h       |    1 +
> >  drivers/net/ixgbe/base/ixgbe_type.h      |   67 ++
> >  drivers/net/ixgbe/base/ixgbe_vf.c        |  166 ++--
> >  drivers/net/ixgbe/base/ixgbe_x540.c      |  190 ++--
> >  drivers/net/ixgbe/base/ixgbe_x550.c      |  505 +++++-----
> >  19 files changed, 2282 insertions(+), 2086 deletions(-)
> >
> > --
> > 2.17.1

Applied to dpdk-next-net-intel after remove some unnecessary commit log in patch 6, 12, 19, 20

Thanks
Qi