From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/7] Various fixes to compile with gcc6 Date: Thu, 31 Mar 2016 17:02:37 +0200 Message-ID: <1869769.p3mu05iuW3@xps13> References: <1458682638-28378-1-git-send-email-aconole@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Bruce Richardson , Helin Zhang , Wenzhuo Lu , Panu Matilainen , Remy Horton To: Aaron Conole Return-path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 33B568DAC for ; Thu, 31 Mar 2016 17:04:31 +0200 (CEST) Received: by mail-wm0-f52.google.com with SMTP id 127so137604875wmu.1 for ; Thu, 31 Mar 2016 08:04:31 -0700 (PDT) In-Reply-To: <1458682638-28378-1-git-send-email-aconole@redhat.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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