From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail5.wrs.com (mail5.windriver.com [192.103.53.11]) by dpdk.org (Postfix) with ESMTP id 80C692BFF for ; Wed, 1 Mar 2017 14:25:57 +0100 (CET) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail5.wrs.com (8.15.2/8.15.2) with ESMTPS id v21DPr6r025842 (version=TLSv1 cipher=AES128-SHA bits=128 verify=OK); Wed, 1 Mar 2017 05:25:53 -0800 Received: from ALA-MBC.corp.ad.wrs.com ([fe80::fcbe:9b7:1141:89a1]) by ALA-HCB.corp.ad.wrs.com ([147.11.189.41]) with mapi id 14.03.0294.000; Wed, 1 Mar 2017 05:25:52 -0800 From: "Legacy, Allain" To: Jerin Jacob CC: "YIGIT, FERRUH" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 02/15] net/avp: public header files Thread-Index: AQHSkbjOror/xAS13USEC5wWdJyTJKF/+vYA Date: Wed, 1 Mar 2017 13:25:51 +0000 Message-ID: <70A7408C6E1BFB41B192A929744D85238A75945F@ALA-MBC.corp.ad.wrs.com> References: <1487985795-136044-1-git-send-email-allain.legacy@windriver.com> <1488136143-116389-1-git-send-email-allain.legacy@windriver.com> <1488136143-116389-3-git-send-email-allain.legacy@windriver.com> <20170228114922.GA29607@localhost.localdomain> In-Reply-To: <20170228114922.GA29607@localhost.localdomain> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [128.224.140.166] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 02/15] net/avp: public header files X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2017 13:25:57 -0000 > > +#ifndef RTE_AVP_ALIGNMENT > > +#define RTE_AVP_ALIGNMENT 64 >=20 > I think we use RTE_CACHE_LINE_SIZE here? PPC and ThunderX1 targets are > cache line size of 128B We need this to stay aligned with our host compile environment so we are go= ing to retain this as a local value instead of relying on the RTE define.