From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by dpdk.org (Postfix) with ESMTP id 168CF569E for ; Mon, 13 Jul 2015 16:18:58 +0200 (CEST) Received: by wiga1 with SMTP id a1so70965953wig.0 for ; Mon, 13 Jul 2015 07:18:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=keGeBZqzn8uBis3ZqJNEyoRRrhEb3guDj7yww9HaTU4=; b=Ya6TlGHvN1FY+cOU065VmDsvCfMeYIsbvpXVlCRJH8ttM03wmV4UTwFdjRzwgCqpgr zUuwbAKZajGyqRC4lSb5UVb6zeBRLF8eg2eYczTTkHF3rcAxs6vrIsMfFYXERLqnhLbr dAZ4X3G2mv8OXXRftFD7hr2WikkHJMxRcpDegaFXbqxAj/1DZEnK7D51hR0OuTGIrK87 tUkHFW6OZIDOEJs/Xoqe+nyeJ+rtyIPOR/BM+sMu6zhwdeDW77wJC8I5nKI5w0eGXZ/x +ilXJnbwmGPGO0QvUBf23J2nvlQC5JpZfgvSp7ZFi6crUVuWgeHzO8aaSo8fiVvJKqvu +cwQ== X-Gm-Message-State: ALoCoQntCD4YFubr/tQQPqjANzN/bJrIMEXCiDSSyZPFvCjA8YEWbxxDi+NcGT3UZL65edXgZMpL X-Received: by 10.180.206.211 with SMTP id lq19mr24334837wic.81.1436797137998; Mon, 13 Jul 2015 07:18:57 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id ck7sm29459125wjc.43.2015.07.13.07.18.56 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 13 Jul 2015 07:18:56 -0700 (PDT) From: Thomas Monjalon To: Zhigang Lu Date: Mon, 13 Jul 2015 16:17:44 +0200 Message-ID: <2921302.Nm0X4fLPYf@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1436430321-3864-1-git-send-email-zlu@ezchip.com> References: <1436430321-3864-1-git-send-email-zlu@ezchip.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v5 00/11] Introducing the TILE-Gx platform 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, 13 Jul 2015 14:18:58 -0000 2015-07-09 16:25, Zhigang Lu: > This series adds support for the EZchip TILE-Gx family of SoCs. The > architecture port in itself is fairly straight forward due to its > reliance on generics for the most part. > > In addition to adding TILE-Gx architecture specific code, this series > includes a few cross-platform fixes for DPDK (cpuflags, SSE related, > etc.), as well as minor extensions to to accomodate a wider range of > hugepage sizes and configurable mempool element alignment boundaries. Applied, thanks and welcome in DPDK maintenance ;)