From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id B7A745A64 for ; Thu, 10 Sep 2015 06:38:46 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 09 Sep 2015 21:38:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,501,1437462000"; d="scan'208";a="801367566" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga002.jf.intel.com with ESMTP; 09 Sep 2015 21:38:44 -0700 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id t8A4cg2E006191; Thu, 10 Sep 2015 12:38:42 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id t8A4cdZL026509; Thu, 10 Sep 2015 12:38:41 +0800 Received: (from xiaowan1@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id t8A4cdq5026505; Thu, 10 Sep 2015 12:38:39 +0800 From: Wang Xiao W To: dev@dpdk.org Date: Thu, 10 Sep 2015 12:38:09 +0800 Message-Id: <1441859917-26475-1-git-send-email-xiao.w.wang@intel.com> X-Mailer: git-send-email 1.7.4.1 Cc: Wang Xiao W Subject: [dpdk-dev] [PATCH 00/28] fm10k: update shared code from ND team X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2015 04:38:47 -0000 This set of shared code update patches has been tested. Wang Xiao W (28): fm10k: add PF Tx Timestamp mode handler function fm10k: add no-op pointer for VF request_tx_timestamp_mode fm10k: Set PF queues to unlimited bandwidth fm10k: fix fm10k_mbx_write_copy header comment fm10k: Add support for ITR scaling based on PCIe link speed fm10k: reset head instead of calling update_max_size fm10k: mbx_update_max_size does not drop all fm10k: ensure VF restores itr_scale on stop_hw fm10k: ensure itr_scale is set even if we don't know speed fm10k: correct VF multicast update fm10k: Re-map all possible VF queues after a VFLR fm10k: pack TLV overlay structures correctly fm10k: 1558 DIR_NEGATIVE bit is actually DIR_POSITIVE fm10k: remove err_no reference fm10k: fix iov_msg_lport_state_pf re-enable bug fm10k: add macro definitions about valid ether addr fm10k: store actual count of DWORDS pulled/pushed from mbmem fm10k: fix iov_msg_mac_vlan_pf VID checks fm10k: Fix Solaris build issue fm10k: fix Tx FIFO clearing for phantom messages fm10k: create "correct" header for the remote end on connect fm10k: do not assume VF always has 1 queue fm10k: Add support for Boulder Rapids and Atwood Channel fm10k: remove report_timestamp PF<->VF message fm10k: remove request_tx_timestamp_mode call fm10k: add 1588 clock owner message support fm10k: TRIVIAL fix typo in DEBUGFUNC fm10k: add support for MASTER_CLK_OFFSET message drivers/net/fm10k/base/fm10k_api.c | 20 +++ drivers/net/fm10k/base/fm10k_api.h | 1 + drivers/net/fm10k/base/fm10k_mbx.c | 86 +++++++++--- drivers/net/fm10k/base/fm10k_mbx.h | 2 + drivers/net/fm10k/base/fm10k_osdep.h | 1 + drivers/net/fm10k/base/fm10k_pf.c | 260 ++++++++++++++++++++++++----------- drivers/net/fm10k/base/fm10k_pf.h | 40 +++++- drivers/net/fm10k/base/fm10k_type.h | 33 ++++- drivers/net/fm10k/base/fm10k_vf.c | 30 +++- drivers/net/fm10k/base/fm10k_vf.h | 3 +- 10 files changed, 368 insertions(+), 108 deletions(-) -- 1.9.3