From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v3 00/40] Fix build on gcc8 and various bugs Date: Thu, 10 May 2018 11:47:32 +0530 Message-ID: <20180510061731.GB12718@jerin> References: <152591991920.119328.14523975619615362920.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Andy Green Return-path: Received: from NAM02-BL2-obe.outbound.protection.outlook.com (mail-bl2nam02on0047.outbound.protection.outlook.com [104.47.38.47]) by dpdk.org (Postfix) with ESMTP id 3F9501B8F2 for ; Thu, 10 May 2018 08:17:51 +0200 (CEST) Content-Disposition: inline In-Reply-To: <152591991920.119328.14523975619615362920.stgit@localhost.localdomain> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" -----Original Message----- > Date: Thu, 10 May 2018 10:46:18 +0800 > From: Andy Green > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v3 00/40] Fix build on gcc8 and various bugs > User-Agent: StGit/unknown-version > > The following series gets current master able to build > itself, and allow lagopus to build against it, on Fedora 28 + > x86_64 using gcc 8.0.1. > > The first 17 patches have already been through two spins and > this time are corrected for all the comment (thanks to > everybody who commented) since v2, and have tested-by / > acked-bys applied. The first workaround patch for the hash > function cast problem is dropped since something has already > been applied in master since yesterday to address it. > > The additional 23 patches are fixes for problems found > actually trying to build lagopus using current master. > These are almost entirely related to signed / unsigned > or truncation without explicit casts inside dpdk > headers. > > --- Please run the following scripts before submitting the patch. There are plenty of errors. ./devtools/checkpatches.sh ./devtools/check-git-log.sh