From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 656D12949 for ; Fri, 1 Apr 2016 08:07:44 +0200 (CEST) Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 627F273034; Fri, 1 Apr 2016 06:07:43 +0000 (UTC) Received: from sopuli.koti.laiskiainen.org (vpn1-4-117.ams2.redhat.com [10.36.4.117]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u3167efB015687; Fri, 1 Apr 2016 02:07:41 -0400 To: Thomas Monjalon , Aaron Conole References: <1458682638-28378-1-git-send-email-aconole@redhat.com> <1869769.p3mu05iuW3@xps13> Cc: dev@dpdk.org, Bruce Richardson , Helin Zhang , Wenzhuo Lu , Remy Horton From: Panu Matilainen Message-ID: <56FE102C.9080407@redhat.com> Date: Fri, 1 Apr 2016 09:07:40 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <1869769.p3mu05iuW3@xps13> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.27 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Fri, 01 Apr 2016 06:07:43 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH v2 0/7] Various fixes to compile with gcc6 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, 01 Apr 2016 06:07:44 -0000 On 03/31/2016 06:02 PM, Thomas Monjalon wrote: > 2016-03-22 17:37, Aaron Conole: >> This series brings a number of code cleanups to allow building using gcc6, >> with various legitimate warnings being fixed. >> >> Some of these fixes are to the drivers area, making this series a bit >> atypical. However, the fixes identified in patches 2 and 3 are actual >> bugs and should be fixed. >> >> The first patch from the original series has been dropped. It is no >> longer needed, after commit 5ecdeba601d1 ("lpm: merge tbl24 and tbl8 >> structures"). >> >> >> Aaron Conole (7): >> app/test/test: Fix missing brackets >> drivers/net/e1000: Fix missing brackets >> drivers/net/e1000: Fix missing lsc interrupt check brackets >> drivers/net/ixgbe: Fix vlan filter missing brackets >> drivers/net/e1000/igb: Signed left shift operator >> drivers/net/ixgbe: Signed left shift operator >> drivers/net/ixgbe: Fix uninitialized warning > > Applied with v3 of patch 2, thanks > ...and so we finally have a warning-free build with gcc 6. Thanks, - Panu -