From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ob0-f180.google.com (mail-ob0-f180.google.com [209.85.214.180]) by dpdk.org (Postfix) with ESMTP id 81C258065 for ; Mon, 24 Nov 2014 15:54:32 +0100 (CET) Received: by mail-ob0-f180.google.com with SMTP id wp4so7148320obc.39 for ; Mon, 24 Nov 2014 07:05:20 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=5tZ6aK51X0n0THRaFPrFYPq9TVgguKCH1ReqY47RE20=; b=aoznjhgdKgHc0od3g53EH7dxwpmLRoBu/Md1vf4jJ7p3spBefTkGLM5y8UdlfYkHbj 0vk2PXpuMVzZuPXmSBSmPEqXu6liQAt1fmBivGVM06f5pxbBF/jF6iMR0KsE7gYDZcXP YA3tEil7/bsmXThBXDGpAKdkSJ2JXrHN8K3qb1EqJQO8JiLVv8T4AZvfXAM2ZVrMbjO8 SvOc9MuWw754KDMLmqNgZpaQ1Q2iH+dtSN468QATVNUiE2O3mKY6BfF/FXeJgODE7KuT uiF0eetBdS0zVQ/fmCRiOkpcoJAEZoRKkRjpX6JNetqjm3g6HQDd0JTY8rvZ25vUOhFa cQyA== X-Gm-Message-State: ALoCoQkVu2VMn90N1mG0NfuYEeKh89cvFsBFEUgfuRSZHYmwgaW3gCYN7SzK+4v2x7sHKxl4lMVp MIME-Version: 1.0 X-Received: by 10.182.76.2 with SMTP id g2mr12497995obw.8.1416841520245; Mon, 24 Nov 2014 07:05:20 -0800 (PST) Received: by 10.202.60.197 with HTTP; Mon, 24 Nov 2014 07:05:20 -0800 (PST) In-Reply-To: <1416792142-23132-1-git-send-email-chaozhu@linux.vnet.ibm.com> References: <1416792142-23132-1-git-send-email-chaozhu@linux.vnet.ibm.com> Date: Mon, 24 Nov 2014 16:05:20 +0100 Message-ID: From: David Marchand To: Chao Zhu Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v3 00/14] 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: Mon, 24 Nov 2014 14:54:32 -0000 Hello Chao, On Mon, Nov 24, 2014 at 2:22 AM, Chao Zhu wrote: > 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 DPDK function on > Power processors. So a > separate common configuration file is used for Power to turn off some > un-migrated functions. To > compile on PPC64 architecture, GCC version >= 4.8 must be used. This v3 > patch updates eal_memory.c > to fix the memory zone allocation and also solves the compiling problems > of test-pmd. > Please run a little checkpath on this patchset. There are some issues. Thanks. -- David Marchand