From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/2] net/thunderx: add 83xx SoC support Date: Fri, 11 Nov 2016 00:44:58 +0100 Message-ID: <32180292.v4xNSnFxle@xps13> References: <1478586686-14109-1-git-send-email-jerin.jacob@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, bruce.richardson@intel.com To: Jerin Jacob Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id BDBF3D500 for ; Fri, 11 Nov 2016 00:45:01 +0100 (CET) Received: by mail-wm0-f43.google.com with SMTP id g23so70646234wme.1 for ; Thu, 10 Nov 2016 15:45:01 -0800 (PST) In-Reply-To: <1478586686-14109-1-git-send-email-jerin.jacob@caviumnetworks.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-11-08 12:01, Jerin Jacob: > CN83xx is 24 core version of ThunderX ARMv8 SoC with integrated > octeon style packet and crypto accelerators. > > The standard NIC block used in 88xx/81xx also included in 83xx. > This patchset adds support for existing standard NIC block on 83xx by > adding new HW capability flag to select the difference in runtime. > > Jerin Jacob (2): > net/thunderx: disable l3 alignment pad feature > net/thunderx: add cn83xx support Applied, thanks