DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ferruh Yigit <ferruh.yigit@intel.com>
To: Thomas Monjalon <thomas@monjalon.net>
Cc: dev@dpdk.org, Ferruh Yigit <ferruh.yigit@intel.com>
Subject: [dpdk-dev] [pull-request] next-net 17.05 RC3
Date: Fri, 28 Apr 2017 13:53:12 +0100	[thread overview]
Message-ID: <20170428125312.6600-1-ferruh.yigit@intel.com> (raw)

The following changes since commit f051679dc577d93d177e6eddefaba28a69d9955f:

  devtools: list stable commits without fixline (2017-04-28 12:05:03 +0200)

are available in the git repository at:

  http://dpdk.org/git/next/dpdk-next-net 

for you to fetch changes up to e8b1ae3f3e9bccd2b328c863dec3c0a98129b814:

  net/avp: fix interrupt migration check (2017-04-28 13:46:19 +0100)

----------------------------------------------------------------
Ajit Khaparde (1):
      net/bnxt: add new device ids

Alejandro Lucero (1):
      net/nfp: fix releasing muti-segment mbufs

Andrew Rybchenko (2):
      net/sfc: correct estimation of max DMA descriptors required
      net/sfc: fix LSC interrupt support for UIO cases

Beilei Xing (1):
      net/i40e: fix testpmd setup error when bulk is disabled

Ferruh Yigit (1):
      net/avp: fix interrupt migration check

Harish Patil (6):
      net/qede: fix default MAC address handling
      net/qede: fix fastpath rings reset phase
      net/qede: fix LRO handling
      net/qede: fix possible uninitialized pointer
      net/qede: use new stripped VLAN mbuf flags
      net/qede: remove IPV4/IPV6 as valid ntuple flows

Jingjing Wu (1):
      net/i40e: fix array bounds

John Daley (2):
      doc: enic SR-IOV configurations
      doc: fix enic NIC guide syntax and copyright

Laurent Hardy (1):
      net/ixgbe: ensure link status is updated

Matt Peters (1):
      net/i40e: mbuf alloc failed counter not incremented

Nélio Laranjeiro (1):
      net/mlx5: fix ipv6 flow pattern item

Rasesh Mody (5):
      net/qede: fix FW version string for VF
      net/qede/base: fix code flow and remove unused code
      net/qede/base: fix macro ecore MFW set field
      net/qede/base: fix find zero bit macro
      net/qede: fix CFLAGS for base files

Shahaf Shuler (1):
      doc: update mlx4 and mlx5 release notes

Wei Dai (5):
      net/ixgbe/base: acquire PHY semaphore before device reset
      net/ixgbe/base: add support for 2.5G KX physical layer
      net/ixgbe/base: add MAC X550em/X557 LED on/off support
      net/ixgbe/base: update base driver version to 2017.03.29
      net/ixgbe: align register setting when RSC is disabled

Wei Wang (1):
      net/bonding: fix updating the slave link status

Wei Zhao (3):
      net/ixgbe: remove a useless item type check
      net/ixgbe: fix type check for flow type
      net/ixgbe: fix ntuple filter support for SCTP

 doc/guides/nics/bnxt.rst               |   4 +-
 doc/guides/nics/enic.rst               | 128 ++++++++++++--
 doc/guides/nics/features/enic.ini      |   1 +
 doc/guides/rel_notes/release_17_05.rst |  18 +-
 drivers/net/avp/avp_ethdev.c           |   2 +-
 drivers/net/bnxt/bnxt_ethdev.c         |   4 +
 drivers/net/bonding/rte_eth_bond_pmd.c |   4 +-
 drivers/net/i40e/i40e_rxtx.c           |  31 ++--
 drivers/net/ixgbe/base/README          |   2 +-
 drivers/net/ixgbe/base/ixgbe_82598.c   |   4 +-
 drivers/net/ixgbe/base/ixgbe_82598.h   |   2 +-
 drivers/net/ixgbe/base/ixgbe_82599.c   |   4 +-
 drivers/net/ixgbe/base/ixgbe_82599.h   |   2 +-
 drivers/net/ixgbe/base/ixgbe_api.c     |   2 +-
 drivers/net/ixgbe/base/ixgbe_api.h     |   2 +-
 drivers/net/ixgbe/base/ixgbe_phy.c     |   4 +-
 drivers/net/ixgbe/base/ixgbe_phy.h     |   2 +-
 drivers/net/ixgbe/base/ixgbe_type.h    |  37 +++--
 drivers/net/ixgbe/base/ixgbe_x540.c    |  12 +-
 drivers/net/ixgbe/base/ixgbe_x540.h    |   2 +-
 drivers/net/ixgbe/base/ixgbe_x550.c    |  33 +++-
 drivers/net/ixgbe/base/ixgbe_x550.h    |   2 +-
 drivers/net/ixgbe/ixgbe_ethdev.c       |  14 ++
 drivers/net/ixgbe/ixgbe_ethdev.h       |   1 +
 drivers/net/ixgbe/ixgbe_fdir.c         |   6 +-
 drivers/net/ixgbe/ixgbe_flow.c         |  53 +++---
 drivers/net/ixgbe/ixgbe_rxtx.c         |  29 ++--
 drivers/net/mlx5/mlx5_flow.c           |   6 +
 drivers/net/nfp/nfp_net.c              |  21 ++-
 drivers/net/qede/Makefile              |  32 ++--
 drivers/net/qede/base/bcm_osal.c       |   4 +-
 drivers/net/qede/base/ecore.h          |   6 +-
 drivers/net/qede/base/ecore_cxt.c      |  90 ----------
 drivers/net/qede/base/ecore_cxt.h      |   4 -
 drivers/net/qede/base/ecore_cxt_api.h  |  11 --
 drivers/net/qede/base/ecore_int_api.h  |   4 +-
 drivers/net/qede/base/ecore_iov_api.h  |  11 --
 drivers/net/qede/base/ecore_sriov.c    |  24 ---
 drivers/net/qede/base/mcp_public.h     |   6 +-
 drivers/net/qede/qede_ethdev.c         | 151 ++++++++---------
 drivers/net/qede/qede_ethdev.h         |  33 ++--
 drivers/net/qede/qede_fdir.c           | 106 +++++-------
 drivers/net/qede/qede_if.h             |   4 +
 drivers/net/qede/qede_main.c           |  31 ++--
 drivers/net/qede/qede_rxtx.c           | 293 +++++++++++++++++----------------
 drivers/net/qede/qede_rxtx.h           |  11 +-
 drivers/net/sfc/sfc_ef10_tx.c          |  62 +++++--
 drivers/net/sfc/sfc_intr.c             |   2 +
 48 files changed, 679 insertions(+), 638 deletions(-)

             reply	other threads:[~2017-04-28 12:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-28 12:53 Ferruh Yigit [this message]
2017-05-01  9:26 ` 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=20170428125312.6600-1-ferruh.yigit@intel.com \
    --to=ferruh.yigit@intel.com \
    --cc=dev@dpdk.org \
    --cc=thomas@monjalon.net \
    /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).