[dpdk-dev] [PATCH 0/8] net/ixgbe: update base code

Zhang, Helin helin.zhang at intel.com
Wed Jan 10 14:34:39 CET 2018



> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Lu, Wenzhuo
> Sent: Wednesday, January 10, 2018 4:43 PM
> To: Yang, Qiming; dev at dpdk.org
> Cc: Dai, Wei
> Subject: Re: [dpdk-dev] [PATCH 0/8] net/ixgbe: update base code
> 
> Hi,
> 
> 
> > -----Original Message-----
> > From: Yang, Qiming
> > Sent: Thursday, January 11, 2018 12:05 AM
> > To: dev at dpdk.org
> > Cc: Lu, Wenzhuo <wenzhuo.lu at intel.com>; Dai, Wei <wei.dai at intel.com>;
> > Yang, Qiming <qiming.yang at intel.com>
> > Subject: [PATCH 0/8] net/ixgbe: update base code
> >
> > The patchset update ixgbe base code base on latest CID drop cid-
> > ixgbe.2018.01.02.tar.gz, couple issues are fixed, include:
> > SECRX_RDY polling frequency and semaphore timeout, PHY initialization
> > code not cleanup, uninitialized padding, PHY init fails, SW resource
> > bits sync and some compile issues for GCC7. And also changed method
> > for flash read, added x553 SGMII 10/100Mbps support and common FW
> version functions.
> > The patchset also covers couple code clean and function comments update.
> >
> > Qiming Yang (8):
> >   net/ixgbe/base: add common FW version functions
> >   net/ixgbe/base: increasing timeout
> >   net/ixgbe/base: x550 related bug fix
> >   net/ixgbe/base: changed method for flash read
> >   net/ixgbe/base: clear sync register during init
> >   net/ixgbe/base: update function comments
> >   net/ixgbe/base: added media type fiber fixed
> >   net/ixgbe/base: update README file
> >
> >  drivers/net/ixgbe/base/README            |   2 +-
> >  drivers/net/ixgbe/base/ixgbe_82598.c     |   3 +-
> >  drivers/net/ixgbe/base/ixgbe_82599.c     |  31 ++++--
> >  drivers/net/ixgbe/base/ixgbe_api.c       |  18 +++-
> >  drivers/net/ixgbe/base/ixgbe_common.c    | 179
> > ++++++++++++++++++++++++++++---
> >  drivers/net/ixgbe/base/ixgbe_common.h    |   6 ++
> >  drivers/net/ixgbe/base/ixgbe_dcb.c       |  10 +-
> >  drivers/net/ixgbe/base/ixgbe_dcb_82598.c |  22 +++-
> > drivers/net/ixgbe/base/ixgbe_dcb_82599.c |  25 ++++-
> >  drivers/net/ixgbe/base/ixgbe_hv_vf.c     |  17 +++
> >  drivers/net/ixgbe/base/ixgbe_mbx.c       |  26 +----
> >  drivers/net/ixgbe/base/ixgbe_phy.c       |  19 +++-
> >  drivers/net/ixgbe/base/ixgbe_type.h      |  61 +++++++++--
> >  drivers/net/ixgbe/base/ixgbe_vf.c        |   7 +-
> >  drivers/net/ixgbe/base/ixgbe_x540.c      |  27 +++--
> >  drivers/net/ixgbe/base/ixgbe_x550.c      | 150 +++++++++-----------------
> >  16 files changed, 418 insertions(+), 185 deletions(-)
> >
> > --
> > 2.9.4
> Series-Acked-by: Wenzhuo Lu <wenzhuo.lu at intel.com>
Applied to dpdk-next-net-intel, with minor commit log changes, and
checkpatch issue fixes. Thanks!

/Helin


More information about the dev mailing list