From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 972364A63 for ; Mon, 26 Oct 2015 05:54:18 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP; 25 Oct 2015 21:54:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,199,1444719600"; d="scan'208";a="819321995" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga001.fm.intel.com with ESMTP; 25 Oct 2015 21:54:04 -0700 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id t9Q4s2ag031726; Mon, 26 Oct 2015 12:54:02 +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 t9Q4rw05030408; Mon, 26 Oct 2015 12:54:00 +0800 Received: (from dayuqiu@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id t9Q4rwoW030404; Mon, 26 Oct 2015 12:53:58 +0800 From: Michael Qiu To: dev@dpdk.org Date: Mon, 26 Oct 2015 12:53:54 +0800 Message-Id: <1445835236-30374-1-git-send-email-michael.qiu@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1443148283-6818-1-git-send-email-michael.qiu@intel.com> References: <1443148283-6818-1-git-send-email-michael.qiu@intel.com> Subject: [dpdk-dev] [PATCH v2 0/2] Intel new NIC Boulder Rapid support 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: Mon, 26 Oct 2015 04:54:19 -0000 Boulder Rapid is a new 100G NIC of Intel fm10k family, this patch set enable it in DPDK. change log: V2 --> v1 update the release notes Michael Qiu (2): fm10k: add Intel Boulder Rapid NIC support doc: release note update for Boulder Rapid Support doc/guides/rel_notes/release_2_2.rst | 3 +++ drivers/net/fm10k/base/fm10k_osdep.h | 4 ++++ lib/librte_eal/common/include/rte_pci_dev_ids.h | 2 ++ 3 files changed, 9 insertions(+) -- 1.9.3