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 C72BE8E6F for ; Mon, 19 Oct 2015 21:18:00 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP; 19 Oct 2015 12:18:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,703,1437462000"; d="scan'208";a="584011182" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by FMSMGA003.fm.intel.com with ESMTP; 19 Oct 2015 12:17:58 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.116]) by IRSMSX109.ger.corp.intel.com ([169.254.13.139]) with mapi id 14.03.0248.002; Mon, 19 Oct 2015 20:17:57 +0100 From: "Mcnamara, John" To: Alejandro.Lucero , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3 0/4] support for netronome nfp-6xxx card Thread-Index: AQHRB//eBYVZ5R1DE0acsezeebJccZ5zMkEw Date: Mon, 19 Oct 2015 19:17:57 +0000 Message-ID: References: <1444992324-5504-1-git-send-email-alejandro.lucero@netronome.com> In-Reply-To: <1444992324-5504-1-git-send-email-alejandro.lucero@netronome.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 0/4] support for netronome nfp-6xxx card 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, 19 Oct 2015 19:18:01 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Alejandro.Lucero > Sent: Friday, October 16, 2015 11:45 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v3 0/4] support for netronome nfp-6xxx card >=20 > From: "Alejandro.Lucero" >=20 > This patchset adds a new PMD for Netronome NFP-6xxx card along with a new > UIO driver, documentation and minor changes to configuration scripts. I haven't reviewed the PMD itself but the majority of the changes are confi= ned to drivers/net/nfp under the Maintainership of the submitter. There is = also a new uio module called nfp_uio. The patches apply cleanly and build with gcc and clang, the documentation i= s good and builds cleanly, there are additions to tools/dpdk_nic_bind.py an= d tools/setup.sh which work correctly in minimal testing. CCing other maintainers in the relevant trees but if there are no other obj= ections: Series Acked-by: John McNamara