From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 470C44CA0; Tue, 18 Sep 2018 15:54:15 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Sep 2018 06:54:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,389,1531810800"; d="scan'208";a="258256779" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.39]) ([10.237.221.39]) by orsmga005.jf.intel.com with ESMTP; 18 Sep 2018 06:54:04 -0700 To: Bruce Richardson , Jingjing Wu , Wenzhuo Lu Cc: dev@dpdk.org, bluca@debian.org, Zhang@dpdk.org, Qi Z , stable@dpdk.org References: <20180913144405.72772-1-bruce.richardson@intel.com> <20180918131726.60303-1-bruce.richardson@intel.com> <20180918131726.60303-2-bruce.richardson@intel.com> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: Date: Tue, 18 Sep 2018 14:54:03 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20180918131726.60303-2-bruce.richardson@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 2/2] net/avf: fix missing compiler error flags 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, 18 Sep 2018 13:54:16 -0000 On 9/18/2018 2:17 PM, Bruce Richardson wrote: > The AVF driver was missing $(WERROR_FLAGS) in it's cflags, which means > that a number of compilation errors were getting missed. This patch adds > in the flag and fixes most of the errors, just disabling the > strict-aliasing ones. > > Fixes: 22b123a36d07 ("net/avf: initialize PMD") > Fixes: 69dd4c3d0898 ("net/avf: enable queue and device") > Fixes: a2b29a7733ef ("net/avf: enable basic Rx Tx") > Fixes: 319c421f3890 ("net/avf: enable SSE Rx Tx") > > CC: stable@dpdk.org > > Signed-off-by: Bruce Richardson Reviewed-by: Ferruh Yigit