From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v6 03/10] eal: add __rte_packed /__rte_aligned macros Date: Fri, 13 Nov 2015 16:35:28 +0100 Message-ID: <10502190.2hFvHITPkX@xps13> References: <1447101259-18972-1-git-send-email-declan.doherty@intel.com> <1447176763-19303-1-git-send-email-declan.doherty@intel.com> <1447176763-19303-4-git-send-email-declan.doherty@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Declan Doherty Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id AABA09584 for ; Fri, 13 Nov 2015 16:36:41 +0100 (CET) Received: by wmdw130 with SMTP id w130so33884129wmd.0 for ; Fri, 13 Nov 2015 07:36:41 -0800 (PST) In-Reply-To: <1447176763-19303-4-git-send-email-declan.doherty@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-11-10 17:32, Declan Doherty: > Adding a new marco for specifing __aligned__ attribute, and updating the 2 typos spotted on this line ;) I wonder why the "marco" typo is so common.