From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id AECA71DB1 for ; Mon, 7 Nov 2016 21:10:41 +0100 (CET) Received: by mail-wm0-f46.google.com with SMTP id f82so140947045wmf.1 for ; Mon, 07 Nov 2016 12:10:41 -0800 (PST) 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:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=AbwWvaNTW4tdXPNTT34QZbLcxWSPmRY+1hGvyfDla2U=; b=f2f4KRaWZZGIcINuZvhh43x///Iw4iaSHRjTN4cbs7+PIuwOCu3UjYGosG4BfjZIUC vClDEpRbJO1NncymPiIi8E78Q4zzcCn9QR2RKZG3y+h/fdokQrQfm+hF3gg77LOkJw5L rXv9dZeSBimqLYBy0OEG5oK9R/39p8okwStKQoXDgFVW6xsShFsfheNgVGrnjjRKYOJ2 0281BYbOOyuQeCTi93vTYBIHr6jxDL+z4Rh/J8nBSo/iS2qTyzgJE/a/pldlGC4ajJkN 7TIgxb5nWJ/vxlaGesWo5q1s5KehswNIKFZU0r7Pr22Ie23Kbfs85xme4/k3176I9cyl 0dzg== 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:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=AbwWvaNTW4tdXPNTT34QZbLcxWSPmRY+1hGvyfDla2U=; b=iRwj25aAT+POnkT+m0ive4qy5CQ/Ku0rw77PtEq5uREFEJoqlyaBBzrFJFOW87T4vG whWN+xjxTjLO/cvC++2mbXqkmLOoTUN0rkjU3/gfHgHR4BBXmVnwCR61deUBXGn2AAbp 1n2ugdrvJaxWCXW/4j5tOqeL+xXxWuTKVZkrcNa+DXIPmGRv8gsOTPW/PmOlmjN/Cw36 en6/TbV4Ay1oPCFMGG4AhXCab3WAHBLbYEO5nuOL6tcezKWW9mNrgc425ydn7semNj8N aCb85/sjL7vbcDmZBTM+YidKYsW0UhYOx+Ui1TMIt/5nF2v6u8xJtoJRaaV3vmSa49cO Cz8w== X-Gm-Message-State: ABUngvcH8x0psR92ee+wqAtsOoDhIVSFWLaJAhcA0R51muPGxax8VXYCYFasUrb3XkBp0jZy X-Received: by 10.28.217.139 with SMTP id q133mr11891621wmg.17.1478549441434; Mon, 07 Nov 2016 12:10:41 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id g184sm11374593wme.23.2016.11.07.12.10.40 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 07 Nov 2016 12:10:40 -0800 (PST) From: Thomas Monjalon To: Rasesh Mody Cc: dev@dpdk.org, Dept-EngDPDKDev@qlogic.com, Rasesh Mody Date: Mon, 07 Nov 2016 21:10:39 +0100 Message-ID: <2114252.Hc1H3YMqIz@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1477636677-18041-1-git-send-email-rasesh.mody@qlogic.com> References: <4958892.sIoVxbTeGS@xps13> <1477636677-18041-1-git-send-email-rasesh.mody@qlogic.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] net/qede: fix gcc compiler option checks 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: Mon, 07 Nov 2016 20:10:41 -0000 2016-10-27 23:37, Rasesh Mody: > From: Rasesh Mody > > Using GCC_VERSION to check gcc version and decide whether to include > that compiler option. > > Fixes: ec94dbc57362 ("qede: add base driver") No need for the above line. It is fixing the commit below (which fixes above one). > Fixes: ecc7a5a27ffe ("net/qede/base: fix 32-bit build") > > Signed-off-by: Rasesh Mody Applied, thanks