From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 132B9223 for ; Tue, 24 Oct 2017 20:27:20 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Oct 2017 11:27:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,428,1503385200"; d="scan'208";a="166553856" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.60]) ([10.241.225.60]) by fmsmga005.fm.intel.com with ESMTP; 24 Oct 2017 11:27:19 -0700 To: Adrien Mazarguil , =?UTF-8?Q?N=c3=a9lio_Laranjeiro?= Cc: Moti Haimovsky , dev@dpdk.org References: <1508848533-180885-1-git-send-email-motih@mellanox.com> <20171024140315.hoyzl5pu625lfcgg@laranjeiro-vm> <20171024143505.GB26782@6wind.com> From: Ferruh Yigit Message-ID: <7d73c184-d26c-62f6-32e4-c1abb886d478@intel.com> Date: Tue, 24 Oct 2017 11:27:19 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171024143505.GB26782@6wind.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v1] net/mlx4: fix missing initializers for old GCC X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Oct 2017 18:27:21 -0000 On 10/24/2017 7:35 AM, Adrien Mazarguil wrote: > Hi Nelio, > > On Tue, Oct 24, 2017 at 04:03:15PM +0200, NĂ©lio Laranjeiro wrote: >> Hi Moti, >> >> On Tue, Oct 24, 2017 at 03:35:33PM +0300, Moti Haimovsky wrote: >>> This patch works around compilation issues seen on RHEL 7.2 >>> using GCC 4.8.5: >>> >>> [...] In function 'mlx4_rss_init': >>> [...]/mlx4_rxq.c:433:19: error: 'wq_num' may be used uninitialized >>> in this function [-Werror=maybe-uninitialized] >>> >>> Fixes: ff3397e90080 ("net/mlx4: relax Rx queue configuration order") >>> >>> Signed-off-by: Moti Haimovsky > Acked-by: Adrien Mazarguil Squashed into relevant commit in next-net, thanks. (whitespace issue fixed while applying)