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 43B7D2BCC for ; Thu, 25 Feb 2016 19:48:43 +0100 (CET) Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id B2D94C049D4F; Thu, 25 Feb 2016 18:48:42 +0000 (UTC) Received: from aconole-fed23.bos.redhat.com (dhcp-25-213.bos.redhat.com [10.18.25.213]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u1PImfwi000303; Thu, 25 Feb 2016 13:48:42 -0500 From: Aaron Conole To: dev@dpdk.org Date: Thu, 25 Feb 2016 13:48:33 -0500 Message-Id: <1456426121-21423-1-git-send-email-aconole@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 Subject: [dpdk-dev] [PATCH 0/8] 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: Thu, 25 Feb 2016 18:48:43 -0000 This series brings a number of code cleanups to allow building using gcc6, with various legitimate warnings being fixed. In particular, patch 3 ("drivers/net/e1000: Fix missing brackets") should be checked for correctness (it does not alter any behavior from a functional standpoint, but it may be required to do so for a correct fix). Aaron Conole (8): lpm: Fix pointer aliasing issues 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 app/test/test.c | 3 ++- drivers/net/e1000/base/e1000_phy.c | 12 ++++----- drivers/net/e1000/em_ethdev.c | 3 ++- drivers/net/e1000/igb_pf.c | 4 +-- drivers/net/ixgbe/ixgbe_ethdev.c | 3 ++- drivers/net/ixgbe/ixgbe_pf.c | 4 +-- drivers/net/ixgbe/ixgbe_rxtx.c | 4 +-- lib/librte_lpm/rte_lpm.h | 53 +++++++++++++++++++++++++++++--------- 8 files changed, 59 insertions(+), 27 deletions(-) -- 2.5.0