From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 6593B11C5 for ; Mon, 23 Mar 2015 00:03:24 +0100 (CET) Received: by wgbcc7 with SMTP id cc7so132476220wgb.0 for ; Sun, 22 Mar 2015 16:03:24 -0700 (PDT) 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:content-type; bh=P9LIEDdLG0gnLg4wi7kKEDU6s6pSF9JZtCDLFiPJlLU=; b=ZOQfwddoAAllQH71IGT+MI3B090w7Uv9mWaNMSRYfcOsWVT2GMQ3G/XaaYo+rsJsik B6zIGIoYUqqAEziYcsKlovEPqvyVSNJUsoFV5IDBc35QtO9itcDar3wTRpl6DP4Hp9n1 cCEG7w+7OGrYpMsPExZssVUdOlsfQn/hydzva+PPJdeQ6GdM3faxsbHeNpr8Fbbyf7eC c2H57Un04xcTn4pVN/sZg7v/S0i6O/cLGyJIJ8eMdx/LZ6yRGM1HDsWTW5zENyMzbUyx +o4vsNJiNwiRkYHGmdVIeEGCaCXAueM7qRZGK/nqX3FPybjZ0++A0yC/N6K55N4JdFGr WqiA== X-Gm-Message-State: ALoCoQlnBd415GypMf7Egmqp38OmxwydXKxyTPfC6RAlO7ZwC4dhy2qcDODC7NTbAG5NZElwguf5 X-Received: by 10.180.87.66 with SMTP id v2mr13961223wiz.51.1427065404148; Sun, 22 Mar 2015 16:03:24 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id lb6sm16770532wjb.22.2015.03.22.16.03.22 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 22 Mar 2015 16:03:23 -0700 (PDT) From: Thomas Monjalon To: Yong Liu Date: Mon, 23 Mar 2015 00:02:39 +0100 Message-ID: <3711231.2etqeAyTjy@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1426735018-19411-1-git-send-email-yong.liu@intel.com> References: <1426735018-19411-1-git-send-email-yong.liu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/6] fix build warnings and errors in SUSE11 SP3 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: Sun, 22 Mar 2015 23:03:24 -0000 > From: Marvin Liu > > SUSE11 SP3 default gcc version is 4.3.4. Some options not supported in this > version. This patch set add gcc version check for those options and fix other > build warning in Suse11 SP3. > > Marvin Liu (6): > fix sse3 functions not found with gcc 4.3.4 > fix fm10k driver build error when gcc version elder than 4.4 > fix build error when initialized structure in enic driver > fix build error in app/test with gcc4.3 > fix build error in app/test with gcc4.3 > fix build error for implicit declaration of function pread Applied, thanks