DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Zhang, Helin" <helin.zhang@intel.com>
To: "Lu, Wenzhuo" <wenzhuo.lu@intel.com>,
	"Yang, Qiming" <qiming.yang@intel.com>,
	"dev@dpdk.org" <dev@dpdk.org>
Cc: "Dai, Wei" <wei.dai@intel.com>
Subject: Re: [dpdk-dev] [PATCH 0/8] net/ixgbe: update base code
Date: Wed, 10 Jan 2018 13:34:39 +0000	[thread overview]
Message-ID: <F35DEAC7BCE34641BA9FAC6BCA4A12E71ACF26C9@SHSMSX103.ccr.corp.intel.com> (raw)
In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09093B70D606@shsmsx102.ccr.corp.intel.com>



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Lu, Wenzhuo
> Sent: Wednesday, January 10, 2018 4:43 PM
> To: Yang, Qiming; dev@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@dpdk.org
> > Cc: Lu, Wenzhuo <wenzhuo.lu@intel.com>; Dai, Wei <wei.dai@intel.com>;
> > Yang, Qiming <qiming.yang@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@intel.com>
Applied to dpdk-next-net-intel, with minor commit log changes, and
checkpatch issue fixes. Thanks!

/Helin

  reply	other threads:[~2018-01-10 13:34 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-10 16:04 Qiming Yang
2018-01-10  8:42 ` Lu, Wenzhuo
2018-01-10 13:34   ` Zhang, Helin [this message]
2018-01-10 16:04 ` [dpdk-dev] [PATCH 1/8] net/ixgbe/base: add common FW version functions Qiming Yang
2018-01-10 16:04 ` [dpdk-dev] [PATCH 2/8] net/ixgbe/base: increasing timeout Qiming Yang
2018-01-10 16:04 ` [dpdk-dev] [PATCH 3/8] net/ixgbe/base: x550 related bug fix Qiming Yang
2018-01-10 16:04 ` [dpdk-dev] [PATCH 4/8] net/ixgbe/base: changed method for flash read Qiming Yang
2018-01-10 16:04 ` [dpdk-dev] [PATCH 5/8] net/ixgbe/base: clear sync register during init Qiming Yang
2018-01-10 16:04 ` [dpdk-dev] [PATCH 6/8] net/ixgbe/base: update function comments Qiming Yang
2018-01-10 16:04 ` [dpdk-dev] [PATCH 7/8] net/ixgbe/base: added media type fiber fixed Qiming Yang
2018-01-10 16:04 ` [dpdk-dev] [PATCH 8/8] net/ixgbe/base: update README file Qiming Yang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=F35DEAC7BCE34641BA9FAC6BCA4A12E71ACF26C9@SHSMSX103.ccr.corp.intel.com \
    --to=helin.zhang@intel.com \
    --cc=dev@dpdk.org \
    --cc=qiming.yang@intel.com \
    --cc=wei.dai@intel.com \
    --cc=wenzhuo.lu@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).