From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] net/vdev_netvsc: fix build using C11 mode and pedantic Date: Wed, 24 Jan 2018 19:06:50 +0100 Message-ID: <8253326.qjjPtSrlQQ@xps> References: <1516792792-10119-1-git-send-email-ophirmu@mellanox.com> <1516803133-17529-1-git-send-email-ophirmu@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Matan Azrad , Olga Shern , Adrien Mazarguil , "stable@dpdk.org" To: Ophir Munk Return-path: In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 24/01/2018 15:45, Matan Azrad: > Hi Ophir > > From: Ophir Munk, Wednesday, January 24, 2018 4:12 PM > > Remove CFLAGS -std=c11 and -pedantic in order to guarantee a successful > > vdev_netvsc compilation on old Linux distributions. > > Otherwise old GCC compilers may complain as follows: > > cc1: error: unrecognized command line option -std=c11 > > > > Fixes: 6086ab3bb3d2 ("net/vdev_netvsc: introduce Hyper-V platform > > driver") > > Cc: stable@dpdk.org > > No need to backport this fix. > > > Signed-off-by: Ophir Munk > > Besides that, > Acked-by: Matan Azrad Applied, thanks