From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 2/2] net/avf: fix missing compiler error flags Date: Tue, 18 Sep 2018 14:54:03 +0100 Message-ID: References: <20180913144405.72772-1-bruce.richardson@intel.com> <20180918131726.60303-1-bruce.richardson@intel.com> <20180918131726.60303-2-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, bluca@debian.org, Zhang@dpdk.org, Qi Z , stable@dpdk.org To: Bruce Richardson , Jingjing Wu , Wenzhuo Lu Return-path: In-Reply-To: <20180918131726.60303-2-bruce.richardson@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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