From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e28smtp09.in.ibm.com (e28smtp09.in.ibm.com [125.16.236.9]) by dpdk.org (Postfix) with ESMTP id 424542956 for ; Wed, 30 Mar 2016 17:35:48 +0200 (CEST) Received: from localhost by e28smtp09.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 30 Mar 2016 21:05:46 +0530 Received: from d28relay02.in.ibm.com (9.184.220.59) by e28smtp09.in.ibm.com (192.168.1.139) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Wed, 30 Mar 2016 21:05:44 +0530 X-IBM-Helo: d28relay02.in.ibm.com X-IBM-MailFrom: chaozhu@linux.vnet.ibm.com X-IBM-RcptTo: dev@dpdk.org Received: from d28av01.in.ibm.com (d28av01.in.ibm.com [9.184.220.63]) by d28relay02.in.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u2UFZ0ID19792156 for ; Wed, 30 Mar 2016 21:05:00 +0530 Received: from d28av01.in.ibm.com (localhost [127.0.0.1]) by d28av01.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u2UL4CU3004491 for ; Thu, 31 Mar 2016 02:34:12 +0530 Received: from os_controller.crl.ibm.com ([9.186.57.26]) by d28av01.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id u2UL4AWo003476 for ; Thu, 31 Mar 2016 02:34:11 +0530 From: Chao Zhu To: dev@dpdk.org Date: Wed, 30 Mar 2016 23:39:15 +0800 Message-Id: <1459352357-852-1-git-send-email-chaozhu@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.1 X-TM-AS-MML: disable x-cbid: 16033015-0041-0000-0000-00000B814998 Subject: [dpdk-dev] [PATCH v2 0/2] Fix parameters and prefetch function on IBM POWER8 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, 30 Mar 2016 15:35:48 -0000 This patch set fixes CPU/memory parameters and correct wrong prefetch settings for IBM POWER8. Changes in v2: 1. Move the parameter configuration to POWER specific configuration file 2. Remove the memeory channel number constraint instead of adding additional configuration flag. Chao Zhu (2): Fix CPU and memory parameters on IBM POWER8 Fix prefetch instruction on IBM POWER8 config/defconfig_ppc_64-power8-linuxapp-gcc | 2 ++ lib/librte_eal/common/eal_common_options.c | 3 +-- .../common/include/arch/ppc_64/rte_prefetch.h | 6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-)