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 7D937532C for ; Wed, 21 Sep 2016 12:02:00 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP; 21 Sep 2016 03:02:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,373,1470726000"; d="scan'208";a="12078342" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.210.133]) by orsmga004.jf.intel.com with SMTP; 21 Sep 2016 03:01:57 -0700 Received: by (sSMTP sendmail emulation); Wed, 21 Sep 2016 11:01:57 +0025 Date: Wed, 21 Sep 2016 11:01:57 +0100 From: Bruce Richardson To: Jerin Jacob Cc: dev@dpdk.org Message-ID: <20160921100156.GB14828@bricha3-MOBL3> References: <1469109707-23213-1-git-send-email-jerin.jacob@caviumnetworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1469109707-23213-1-git-send-email-jerin.jacob@caviumnetworks.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH 0/3] net/thunderx: add 81xx SoC 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, 21 Sep 2016 10:02:00 -0000 On Thu, Jul 21, 2016 at 07:31:44PM +0530, Jerin Jacob wrote: > CN81xx is four core version of ThunderX SoC. > > Added the support by adding new HW capability flag to select > the difference in runtime. > > Jerin Jacob (3): > net/thunderx: remove generic passx references from the driver > net/thunderx: introduce cqe_rx2 HW capability flag > net/thunderx: add 81xx SoC support > Applied to dpdk-next-net/rel_16_11 /Bruce