From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/8] Various fixes to compile with gcc6 Date: Thu, 17 Mar 2016 16:39:08 +0100 Message-ID: <1507115.QFCEge5gnZ@xps13> References: <1456426121-21423-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, Aaron Conole To: helin.zhang@intel.com, wenzhou.lu@intel.com, konstatin.ananyev@intel.com, bruce.richardson@intel.com Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 7941256A2 for ; Thu, 17 Mar 2016 16:40:38 +0100 (CET) Received: by mail-wm0-f44.google.com with SMTP id l68so231137821wml.0 for ; Thu, 17 Mar 2016 08:40:38 -0700 (PDT) In-Reply-To: <1456426121-21423-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-02-25 13:48, Aaron Conole: > 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). Wenzhuo, Helin, Konstantin, Bruce, we need your opinion for some of these patches. Thanks