From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id AFBDB47CD for ; Fri, 25 Mar 2016 08:21:01 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 25 Mar 2016 00:21:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,389,1455004800"; d="scan'208";a="918521725" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga001.jf.intel.com with ESMTP; 25 Mar 2016 00:21:01 -0700 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id u2P7KwMc021418; Fri, 25 Mar 2016 15:20:58 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id u2P7Ks8h020725; Fri, 25 Mar 2016 15:20:56 +0800 Received: (from dayuqiu@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id u2P7KslL020721; Fri, 25 Mar 2016 15:20:54 +0800 From: Michael Qiu To: dev@dpdk.org Cc: Michael Qiu Date: Fri, 25 Mar 2016 15:20:24 +0800 Message-Id: <1458890426-20688-1-git-send-email-michael.qiu@intel.com> X-Mailer: git-send-email 1.7.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2016 07:21:02 -0000 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 drivers/crypto/null/null_crypto_pmd_ops.c | 16 ++++++++-------- lib/librte_lpm/rte_lpm.c | 14 +++++++------- 2 files changed, 15 insertions(+), 15 deletions(-) -- 1.9.3