From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id A5C1190FD for ; Mon, 31 Jul 2017 20:23:25 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Jul 2017 11:23:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,304,1498546800"; d="scan'208";a="1201183165" Received: from sivswdev02.ir.intel.com ([10.237.217.46]) by fmsmga002.fm.intel.com with ESMTP; 31 Jul 2017 11:23:03 -0700 From: Ferruh Yigit To: Thomas Monjalon Cc: dev@dpdk.org, Ferruh Yigit Date: Mon, 31 Jul 2017 19:22:54 +0100 Message-Id: <20170731182254.19080-1-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.8.4 Subject: [dpdk-dev] [pull-request] next-net 17.08 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: Mon, 31 Jul 2017 18:23:26 -0000 The following changes since commit 41ab4ff5e5d9bb6c0ba43dce1eecbf62d322e19c: net/i40e: fix TM hierarchy commit check (2017-07-31 19:16:23 +0200) are available in the git repository at: http://dpdk.org/git/next/dpdk-next-net for you to fetch changes up to 766cc8607384ab26d60a1889a59e5afeb004013c: net/ixgbe: add support of 2.5G and 5G on X550 (2017-07-31 19:13:13 +0100) ---------------------------------------------------------------- Ajit Khaparde (11): net/bnxt: fix log levels for non error conditions net/bnxt: fix to avoid a segfault net/bnxt: fix vnic cleanup net/bnxt: fix set link config net/bnxt: reset VF stats during initialization net/bnxt: fix VLAN antispoof configuration code net/bnxt: check invalid L2 filter id net/bnxt: fix to free a filter before reusing it net/bnxt: fix setting VLAN anti spoof with same value net/bnxt: fix setting multiple conflicting bits net/bnxt: fix arguments to callback process Daniel Mrzyglod (2): test/bonding: fix namespace of the RSS tests doc: add testpmd bonding mode 4 aggregators mode David Hunt (1): net/i40e: fix sync phy type by adding retry Gowrishankar Muthukrishnan (2): net/mlx5: fix inconsistent link status query net/bonding: enable bonding PMD in ppc64le Harish Patil (2): net/qede: fix incorrect queue id for 100G net/qede: fix inner L3/L4 chksum offload for tunnel frames Herbert Guan (2): test/bonding: fix memory corruption issues for link bonding test/bonding: fix the parameter issue of test case Jeff Guo (1): net/i40e: fix link down and negotiation issue Kuba Kozak (2): net/igb: fix out of bounds access net/i40e: fix dereferencing null pointer Leonid Myravjev (1): net/ixgbe: remove subdev ids from PCI device id table Matan Azrad (2): net/mlx4: fix flow creation before start net/mlx4: fix probe failure report Qi Zhang (2): net/ixgbe: fix SCTP port support limitation net/ixgbe: fix mirror rule index overflow Rasesh Mody (4): net/qede/base: fix recovery from previous ungraceful exit net/qede/base: fix for adapter specific stats net/qede: fix chip details print net/qede: update PMD version 2.5.2.1 Tomasz Kulasek (4): net/bonding: fix segfault when primary slave set net/bonding: fix link status interrupt when down test: fix virtual device name not set test/bonding: fix bonded device name Wei Dai (1): net/ixgbe: add support of 2.5G and 5G on X550 Wei Zhao (2): net/ixgbe: fix NIC 82599ES flow API port check error net/ixgbe: support ipv4-other type filter Xiaoyun Li (1): net/i40e: fix PF notify issue when VF is not up Yongseok Koh (4): net/mlx5: poll completion queue once per a call net/mlx5: fix counting consumed Tx descriptors net/mlx5: fix missing packet type calculation net/mlx5: fix L4 packet type support config/defconfig_ppc_64-power8-linuxapp-gcc | 1 - doc/guides/nics/i40e.rst | 10 - doc/guides/testpmd_app_ug/testpmd_funcs.rst | 8 + drivers/net/bnxt/bnxt.h | 7 + drivers/net/bnxt/bnxt_cpr.c | 2 +- drivers/net/bnxt/bnxt_hwrm.c | 81 ++++++- drivers/net/bnxt/bnxt_hwrm.h | 3 + drivers/net/bnxt/hsi_struct_def_dpdk.h | 81 ++++++- drivers/net/bnxt/rte_pmd_bnxt.c | 198 ++++++++++------- drivers/net/bonding/rte_eth_bond_api.c | 5 +- drivers/net/bonding/rte_eth_bond_pmd.c | 3 + drivers/net/e1000/igb_flow.c | 6 +- drivers/net/i40e/i40e_ethdev.c | 46 ++-- drivers/net/i40e/i40e_flow.c | 6 +- drivers/net/i40e/i40e_pf.c | 29 +-- drivers/net/ixgbe/ixgbe_ethdev.c | 39 +++- drivers/net/ixgbe/ixgbe_ethdev.h | 8 + drivers/net/ixgbe/ixgbe_flow.c | 73 +++++-- drivers/net/mlx4/mlx4.c | 13 +- drivers/net/mlx4/mlx4_flow.c | 4 +- drivers/net/mlx5/mlx5.c | 2 + drivers/net/mlx5/mlx5_ethdev.c | 38 +++- drivers/net/mlx5/mlx5_rxtx.c | 178 +++++++++++----- drivers/net/mlx5/mlx5_rxtx.h | 35 ++- drivers/net/mlx5/mlx5_rxtx_vec_sse.c | 20 +- drivers/net/qede/base/bcm_osal.c | 7 +- drivers/net/qede/base/ecore_dev.c | 121 ++++++----- drivers/net/qede/base/ecore_dev_api.h | 52 +++-- drivers/net/qede/base/ecore_int.c | 144 +++++++------ drivers/net/qede/base/ecore_int.h | 3 + drivers/net/qede/base/ecore_l2.c | 188 ++++++++++------- drivers/net/qede/base/ecore_mcp.c | 45 ++++ drivers/net/qede/base/ecore_mcp.h | 11 + drivers/net/qede/base/ecore_mcp_api.h | 11 + drivers/net/qede/base/mcp_public.h | 58 ++++- drivers/net/qede/qede_ethdev.c | 317 ++++++++++++++++++---------- drivers/net/qede/qede_ethdev.h | 2 +- drivers/net/qede/qede_rxtx.c | 35 ++- test/test/test_link_bonding.c | 70 ++---- test/test/test_link_bonding_rssconf.c | 2 +- test/test/virtual_pmd.c | 1 + 41 files changed, 1313 insertions(+), 650 deletions(-)