From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 6C02B1B257 for ; Sat, 4 Nov 2017 00:56:17 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Nov 2017 16:56:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,339,1505804400"; d="scan'208";a="917434235" Received: from sivswdev02.ir.intel.com ([10.237.217.46]) by FMSMGA003.fm.intel.com with ESMTP; 03 Nov 2017 16:56:15 -0700 From: Ferruh Yigit To: Thomas Monjalon Cc: dev@dpdk.org, Ferruh Yigit Date: Fri, 3 Nov 2017 23:56:11 +0000 Message-Id: <20171103235611.25444-1-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.12.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [pull-request] next-net 17.11 RC3 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2017 23:56:19 -0000 The following changes since commit 6fb00f8baefa03b9cfd1b2dfc1787258b8459601: bus/pci: fix VFIO device reset (2017-10-31 19:23:36 +0100) are available in the git repository at: http://dpdk.org/git/next/dpdk-next-net for you to fetch changes up to c531000113f5f111ac21d1a0b91073a34d0470b0: net/failsafe: fix VLAN stripping configuration (2017-11-03 23:22:51 +0000) ---------------------------------------------------------------- Adrien Mazarguil (5): net/mlx4: fix Rx after updating number of queues net/mlx4: fix queue index check on flow rules net/mlx4: fix missing include net/mlx4: fix function prototypes net/mlx4: share memory region resources Ajit Khaparde (4): net/bnxt: do not set hash type unnecessarily net/bnxt: fix FDIR filter code net/bnxt: fix HWRM command failures during VF unload net/bnxt: fix VLAN spoof configuration Akhil Goyal (1): net/dpaa2: set queues after reconfiguration Alejandro Lucero (1): net/nfp: avoid unplug if multiport Beilei Xing (1): doc: add i40e limitation of VF VLAN strip function Chas Williams (1): net/vmxnet3: fix memory leak when releasing queues Daniel Mrzyglod (1): net/bonding: fix setting default aggregator mode to stable Jerin Jacob (1): doc: update release note for octeontx support Jianbo Liu (1): net/i40e: fix received packets number for NEON Rx John Daley (1): net/enic: fix TSO for packets greater than 9208 bytes Matan Azrad (7): net/mlx4: remove error flows from Tx fast path net/mlx4: fix ring wraparound compiler hint net/mlx4: merge Tx path functions net/mlx4: remove duplicate handling in Tx burst net/mlx4: separate Tx segment cases net/mlx4: fix HW memory optimizations careless net/mlx4: mitigate Tx path memory barriers NĂ©lio Laranjeiro (6): net/mlx5: fix flow director matching rules net/mlx5: fix parser inner value net/mlx5: fix flows when VXLAN tunnel is 0 net/mlx5: fix FDIR flow removal net/mlx5: fix FDIR TCPv6 filter net/mlx5: fix segfault due to array overflow Ophir Munk (2): net/mlx4: associate MR to MP in a short function net/failsafe: fix VLAN stripping configuration Ori Kam (2): net/mlx5: fix adding counter when dev not started net/mlx5: fix counter set destroy order Qi Zhang (1): net/i40e: fix mirror for new FW Radu Nicolau (1): net/ixgbe: fix IPsec Rx with SSE on Shahaf Shuler (1): net/mlx5: fix RSS action for tunneled packets Thomas Monjalon (1): net/mlx5: fix some typos Tomasz Duszynski (1): net/mrvl: reset errno before library call Wei Dai (2): net/i40e: fix VFIO interrupt mapping in VF net/i40e: fix Rx queue interrupt mapping in VF Wei Zhao (1): net/ixgbe: fix filter parser error in L2 tunnel Wenzhuo Lu (2): doc: add how to set VF MAC address on ixgbe doc: more clarification for i40e 16 byte desc doc/guides/nics/i40e.rst | 28 ++- doc/guides/nics/ixgbe.rst | 11 + doc/guides/nics/mlx5.rst | 2 + doc/guides/rel_notes/release_17_11.rst | 11 + drivers/net/bnxt/bnxt_ethdev.c | 4 +- drivers/net/bnxt/bnxt_rxq.c | 2 +- drivers/net/bnxt/rte_pmd_bnxt.c | 3 - drivers/net/bonding/rte_eth_bond_pmd.c | 21 +- drivers/net/dpaa2/dpaa2_ethdev.c | 4 +- drivers/net/enic/enic_rxtx.c | 25 ++- drivers/net/failsafe/failsafe_ops.c | 118 ---------- drivers/net/i40e/i40e_ethdev.c | 2 +- drivers/net/i40e/i40e_ethdev_vf.c | 18 +- drivers/net/i40e/i40e_rxtx_vec_neon.c | 19 +- drivers/net/ixgbe/ixgbe_flow.c | 29 ++- drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c | 80 +++---- drivers/net/mlx4/mlx4.h | 20 +- drivers/net/mlx4/mlx4_flow.c | 31 ++- drivers/net/mlx4/mlx4_mr.c | 132 ++++++++++- drivers/net/mlx4/mlx4_prm.h | 20 +- drivers/net/mlx4/mlx4_rxq.c | 14 +- drivers/net/mlx4/mlx4_rxtx.c | 397 ++++++++++++++++----------------- drivers/net/mlx4/mlx4_rxtx.h | 35 ++- drivers/net/mlx4/mlx4_txq.c | 2 +- drivers/net/mlx4/mlx4_utils.h | 1 + drivers/net/mlx5/mlx5_flow.c | 82 ++++--- drivers/net/mlx5/mlx5_rxtx_vec_neon.h | 2 +- drivers/net/mlx5/mlx5_rxtx_vec_sse.h | 2 +- drivers/net/mlx5/mlx5_socket.c | 2 +- drivers/net/mlx5/mlx5_vlan.c | 8 +- drivers/net/mrvl/mrvl_qos.c | 1 + drivers/net/nfp/nfp_net.c | 2 +- drivers/net/vmxnet3/vmxnet3_rxtx.c | 5 + 33 files changed, 656 insertions(+), 477 deletions(-)