From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by dpdk.org (Postfix) with ESMTP id C4194595B for ; Thu, 13 Nov 2014 11:14:55 +0100 (CET) Received: by mail-wi0-f174.google.com with SMTP id d1so7761246wiv.7 for ; Thu, 13 Nov 2014 02:24:54 -0800 (PST) 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=zemPhZmN/NBsJQ4REBgLr1jXM4dWz/jJn6wDZnKTEK4=; b=jIBIXPLK4QFm3rparjjIVzU/ho9TjnVD3R7QHRFdpNW0prd36JjUSeyx14ynO331T7 CNrrJlWrMYkKpJYq/U7Y6sUZ8iJvX4vg7U/nHitaK6Q9AB/70kTQFJWAjs1NhH/g0IH8 bFCC5eCVyuILPuqGP7SUcnHmSuK6hi4aEqF8XEMw+ZlN2jmyteHtYFdmf1zayFCgbo88 Y7sI3clNtdHmGY0Jj2Ixht52BPjK7eXIJlZDxUF9zpzvXD0J3UAz7W1l3xCxH/e4hhDu caficN7QBzVhOxrfAUuethvBAWrcGYk2e2YykhN8ITcT7CbBFj3JVQUGb3OG6u+PMBdx b2DA== X-Gm-Message-State: ALoCoQlyzCDVxhtABHyy7TX7hMEddfOJjCMU0K8Dnr5VnsZow1nDFKnuQ5NaUAIjqLaFMHcPPTn4 X-Received: by 10.180.10.105 with SMTP id h9mr2450467wib.36.1415874293894; Thu, 13 Nov 2014 02:24:53 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id w5sm25123648wif.18.2014.11.13.02.24.52 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 13 Nov 2014 02:24:53 -0800 (PST) From: Thomas Monjalon To: Chao Zhu Date: Thu, 13 Nov 2014 11:24:35 +0100 Message-ID: <235979634.ZQM3me8EPh@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.17.2-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: <1411724186-8036-1-git-send-email-bjzhuc@cn.ibm.com> References: <1411724186-8036-1-git-send-email-bjzhuc@cn.ibm.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 00/12] Patches for DPDK to support Power architecture 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: Thu, 13 Nov 2014 10:14:56 -0000 Hi Chao, 2014-09-26 05:36, Chao Zhu: > The set of patches add IBM Power architecture to the DPDK. It adds the required support to the > EAL library. This set of patches doesn't support full function on Power processors. Many functions > are turned off in configuratidon. More patches will be added continuesly. > > Chao Zhu (12): > Add compiling definations for IBM Power architecture > Add atomic operations for IBM Power architecture > Add byte order operations for IBM Power architecture > Add CPU cycle operations for IBM Power architecture > Add prefetch operation for IBM Power architecture > Add spinlock operation for IBM Power architecture > Add vector memcpy for IBM Power architecture > Add CPU flag checking for IBM Power architecture > Remove iopl operation for IBM Power architecture > Add cache size define for IBM Power Architecture > Add huge page sizes for IBM Power architecture > Add memory support for IBM Power Architecture Could you share the status of the rework of these patches? Maybe that some parts could enter in 1.8 as a preview. -- Thomas