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 6495B374E for ; Wed, 28 Oct 2015 09:29:15 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 28 Oct 2015 01:29:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,209,1444719600"; d="scan'208";a="837321062" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga002.fm.intel.com with ESMTP; 28 Oct 2015 01:29:13 -0700 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 28 Oct 2015 01:29:13 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 28 Oct 2015 01:29:13 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.253]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.47]) with mapi id 14.03.0248.002; Wed, 28 Oct 2015 16:29:11 +0800 From: "He, Shaopeng" To: "Qiu, Michael" , "dev@dpdk.org" Thread-Topic: [PATCH v2 0/2] Intel new NIC Boulder Rapid support Thread-Index: AQHRD6qRa5v1o34A20mO3Lc8n1zHW56AlaBQ Date: Wed, 28 Oct 2015 08:29:11 +0000 Message-ID: References: <1443148283-6818-1-git-send-email-michael.qiu@intel.com> <1445835236-30374-1-git-send-email-michael.qiu@intel.com> In-Reply-To: <1445835236-30374-1-git-send-email-michael.qiu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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: Wed, 28 Oct 2015 08:29:15 -0000 > -----Original Message----- > From: Qiu, Michael > Sent: Monday, October 26, 2015 12:54 PM > To: dev@dpdk.org > Cc: He, Shaopeng; Chen, Jing D; Qiu, Michael > Subject: [PATCH v2 0/2] Intel new NIC Boulder Rapid support >=20 > Boulder Rapid is a new 100G NIC of Intel fm10k family, this patch set ena= ble it > in DPDK. >=20 > change log: > V2 --> v1 > update the release notes >=20 > Michael Qiu (2): > fm10k: add Intel Boulder Rapid NIC support > doc: release note update for Boulder Rapid Support >=20 > 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(+) >=20 > -- > 1.9.3 Acked-by : Shaopeng He