From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48])
 by dpdk.org (Postfix) with ESMTP id 06F1595DD
 for <dev@dpdk.org>; Thu, 31 Mar 2016 21:34:46 +0200 (CEST)
Received: by mail-wm0-f48.google.com with SMTP id f198so14674631wme.0
 for <dev@dpdk.org>; Thu, 31 Mar 2016 12:34:46 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:organization:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=aUkcOraCqCoPnOdMZMlSpWyyRK6tMDI/zjRFUIIgo7k=;
 b=s8h3H3lFA9rWMME5XHaG6y9ZXHMegAPpnocH57C5Ok+taTNWdiB0uUql8EidcEhIzi
 Xto/5DRdtfz9UkVA7DJVEmzTxhTbnkViMZC8uGL26HMAvgdagkBuYnhE4CgZnJ3Ui6PQ
 opSxFF6TtzYOPx0IR0WL6QSi8jv0cXaoVt+gFe7ALa9Wyopo4Ss/X2CgkENFC8KN7bbW
 ecaRt3KFOtYDdmExMDSigjwSDCweeR6cFelqD6ieVRE3nFpoadW214351obSM5SfiDaK
 uYH9TWIBUldntxwT966YBH5lJyQdfyl1pG6SBMowy36fzFVK0EnrkxRZYBKt3BG3uUOP
 k70g==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding;
 bh=aUkcOraCqCoPnOdMZMlSpWyyRK6tMDI/zjRFUIIgo7k=;
 b=Z0avUm6JotQcFgMHLj+hmQVD/VSfHwCmFnNmGZgWuwNsvYHqw0qacc8pdSfPxAgJLC
 9anaJ+nKtAR3FnAtZeBwJ7rGsWlKBIZXt5w9QLheyxHeu3s6v/ujwnwzQcoVPfAwFTYK
 t2jMB9dYo8nfkwqu7iaEbPLiWUI4cRppmw7ohel+WLGSqbU+gbgcWlQqRPS21QNhRdpd
 RwGt+Jdd+Nu0e0NO8WLoXVGxqM9KzUzoLbtmkaybZFUVdrEbs/8cMWZyIcYKwpxf6FDU
 IeFqYs18rylavfaIzXtkAvzbOr5Hwmu903aduEYi0rrXI5NwFDAkS/MGRXoYIjBWZDkc
 MrOg==
X-Gm-Message-State: AD7BkJIrvs+w+azdJTvpsJXpS4CGQNCMohzk9LsiSDsHXQoIxW+Cpk07d6d6DRWpnnTw23lP
X-Received: by 10.194.89.2 with SMTP id bk2mr5013309wjb.39.1459452885853;
 Thu, 31 Mar 2016 12:34:45 -0700 (PDT)
Received: from xps13.localnet (91.111.75.86.rev.sfr.net. [86.75.111.91])
 by smtp.gmail.com with ESMTPSA id jf6sm10489721wjb.2.2016.03.31.12.34.44
 (version=TLSv1/SSLv3 cipher=OTHER);
 Thu, 31 Mar 2016 12:34:45 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Michael Qiu <michael.qiu@intel.com>, Fiona Trahe <fiona.trahe@intel.com>
Cc: dev@dpdk.org
Date: Thu, 31 Mar 2016 21:32:51 +0200
Message-ID: <3882486.kaoStySIaB@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1458890426-20688-1-git-send-email-michael.qiu@intel.com>
References: <1458890426-20688-1-git-send-email-michael.qiu@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH 0/2] Compile fixes in SUSE11 SP3 i686 platform
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 31 Mar 2016 19:34:46 -0000

2016-03-25 15:20, Michael Qiu:
> In SUSE11 SP3 i686 platform with gcc version 4.5.1, there is
> some compile issues. This patch set is try to fix them.
> 
> Michael Qiu (2):
>   lib/librte_lpm: Fix anonymous union initialization issue
>   drivers/crypto: Fix anonymous union initialization in crypto

v2 of each patch applied, thanks