All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wenzhuo Lu <wenzhuo.lu@intel.com>
To: dev@dpdk.org
Subject: [PATCH 00/17] Update ixgbe base code
Date: Fri, 20 Nov 2015 15:17:41 +0800	[thread overview]
Message-ID: <1448003879-29960-1-git-send-email-wenzhuo.lu@intel.com> (raw)

Short summary:
*update README
*avoid needless PHY access on copper phys
*do not wait for signature rule addition
*use mvals values instead of defines
*add Single-port Sage Pond device ID
*remove driver config of KX4 PHY
*add Flow Control Ethertype to ETQF filter list
*add KR mode support
*add flow director drop queue
*check mac type for iosf and phy
*configure x550 MDIO clock speed
*fill at least min credits to a TC credit refills
*support new thermal alarm
*add new iXFI configuration helper function
*prevent KR PHY reset in init
*new defines for FW
*add new device X550T1

Note:
Release note is not updated for the target of this patch is R2.3.
Send these patchs in case someone may hit related issues on new
platforms.

Wenzhuo Lu (17):
  ixgbe/base: update README
  ixgbe/base: avoid needless PHY access on copper phys
  ixgbe/base: do not wait for signature rule addition
  ixgbe/base: use mvals values instead of defines
  ixgbe/base: add Single-port Sage Pond device ID
  ixgbe/base: remove driver config of KX4 PHY
  ixgbe/base: add Flow Control Ethertype to ETQF filter list
  ixgbe/base: add KR mode support
  ixgbe/base: add flow director drop queue
  ixgbe/base: check mac type for iosf and phy
  ixgbe/base: configure x550 MDIO clock speed
  ixgbe/base: fill at least min credits to a TC credit refills
  ixgbe/base: support new thermal alarm
  ixgbe/base: add new iXFI configuration helper function
  ixgbe/base: prevent KR PHY reset in init
  ixgbe/base: new defines for FW
  ixgbe: add new device X550T1

 drivers/net/ixgbe/base/README                   |   4 +-
 drivers/net/ixgbe/base/ixgbe_82599.c            |  61 ++-
 drivers/net/ixgbe/base/ixgbe_api.c              |   1 +
 drivers/net/ixgbe/base/ixgbe_api.h              |   9 +-
 drivers/net/ixgbe/base/ixgbe_common.c           |  64 ++-
 drivers/net/ixgbe/base/ixgbe_dcb.c              |   9 +-
 drivers/net/ixgbe/base/ixgbe_phy.c              |  78 ++--
 drivers/net/ixgbe/base/ixgbe_phy.h              |  11 +-
 drivers/net/ixgbe/base/ixgbe_type.h             |  60 ++-
 drivers/net/ixgbe/base/ixgbe_x540.c             |  41 +-
 drivers/net/ixgbe/base/ixgbe_x550.c             | 552 +++++++++++-------------
 drivers/net/ixgbe/base/ixgbe_x550.h             |   3 +-
 lib/librte_eal/common/include/rte_pci_dev_ids.h |   2 +
 13 files changed, 470 insertions(+), 425 deletions(-)

-- 
1.9.3

             reply	other threads:[~2015-11-20  7:18 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-20  7:17 Wenzhuo Lu [this message]
2015-11-20  7:17 ` [PATCH 01/17] ixgbe/base: update README Wenzhuo Lu
2015-11-20  7:17 ` [PATCH 02/17] ixgbe/base: avoid needless PHY access on copper phys Wenzhuo Lu
2015-11-20  7:17 ` [PATCH 03/17] ixgbe/base: do not wait for signature rule addition Wenzhuo Lu
2015-11-20  7:17 ` [PATCH 04/17] ixgbe/base: use mvals values instead of defines Wenzhuo Lu
2015-11-20  7:17 ` [PATCH 05/17] ixgbe/base: add Single-port Sage Pond device ID Wenzhuo Lu
2015-11-20  7:17 ` [PATCH 06/17] ixgbe/base: remove driver config of KX4 PHY Wenzhuo Lu
2015-11-20  7:17 ` [PATCH 07/17] ixgbe/base: add Flow Control Ethertype to ETQF filter list Wenzhuo Lu
2015-11-20  7:17 ` [PATCH 08/17] ixgbe/base: add KR mode support Wenzhuo Lu
2015-11-20  7:17 ` [PATCH 09/17] ixgbe/base: add flow director drop queue Wenzhuo Lu
2015-11-20  7:17 ` [PATCH 10/17] ixgbe/base: check mac type for iosf and phy Wenzhuo Lu
2015-11-20  7:17 ` [PATCH 11/17] ixgbe/base: configure x550 MDIO clock speed Wenzhuo Lu
2015-11-20  7:17 ` [PATCH 12/17] ixgbe/base: fill at least min credits to a TC credit refills Wenzhuo Lu
2015-11-20  7:17 ` [PATCH 13/17] ixgbe/base: support new thermal alarm Wenzhuo Lu
2015-11-20  7:17 ` [PATCH 14/17] ixgbe/base: add new iXFI configuration helper function Wenzhuo Lu
2015-11-20  7:17 ` [PATCH 15/17] ixgbe/base: prevent KR PHY reset in init Wenzhuo Lu
2015-11-20  7:17 ` [PATCH 16/17] ixgbe/base: new defines for FW Wenzhuo Lu
2015-11-20  7:17 ` [PATCH 17/17] ixgbe: add new device X550T1 Wenzhuo Lu
2015-11-20 16:41   ` Stephen Hemminger
2016-01-14  8:48 ` [PATCH 00/17] Update ixgbe base code Thomas Monjalon

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=1448003879-29960-1-git-send-email-wenzhuo.lu@intel.com \
    --to=wenzhuo.lu@intel.com \
    --cc=dev@dpdk.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.