From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/1] arm: set CONFIG_RTE_ARCH_STRICT_ALIGN=y for armv7 target Date: Mon, 29 Feb 2016 16:14:58 +0100 Message-ID: <3275341.GIMLeBGLEg@xps13> References: <1449602993-6047-1-git-send-email-viktorin@rehivetech.com> <1449674177-10624-1-git-send-email-viktorin@rehivetech.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jan Viktorin Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 58F656CD1 for ; Mon, 29 Feb 2016 16:16:33 +0100 (CET) Received: by mail-wm0-f48.google.com with SMTP id p65so73159357wmp.1 for ; Mon, 29 Feb 2016 07:16:33 -0800 (PST) In-Reply-To: <1449674177-10624-1-git-send-email-viktorin@rehivetech.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-12-09 16:16, Jan Viktorin: > This patch reduces number of warnings from 53 to 40. It removes the usual false > positives utilizing unaligned_uint*_t data types. > > Signed-off-by: Jan Viktorin Applied, thanks Jan, what is the problem with the other ARM alignment warnings? Can they be fixed?