Re: [dpdk-dev] [PATCH] net/avf: remove unused variables and label

2018-09-17 Thread Bruce Richardson
On Mon, Sep 17, 2018 at 05:12:19PM +0100, Ferruh Yigit wrote: > On 9/17/2018 4:20 PM, Bruce Richardson wrote: > > On Mon, Sep 17, 2018 at 03:53:40PM +0100, Ferruh Yigit wrote: > >> On 9/13/2018 3:44 PM, Bruce Richardson wrote: > >>> Compiling with all warnings turned on causes errors about unused v

Re: [dpdk-dev] [PATCH] net/avf: remove unused variables and label

2018-09-17 Thread Ferruh Yigit
On 9/17/2018 4:20 PM, Bruce Richardson wrote: > On Mon, Sep 17, 2018 at 03:53:40PM +0100, Ferruh Yigit wrote: >> On 9/13/2018 3:44 PM, Bruce Richardson wrote: >>> Compiling with all warnings turned on causes errors about unused variables >>> and an unused label. Remove these to allow building witho

Re: [dpdk-dev] [PATCH] net/avf: remove unused variables and label

2018-09-17 Thread Bruce Richardson
On Mon, Sep 17, 2018 at 03:53:40PM +0100, Ferruh Yigit wrote: > On 9/13/2018 3:44 PM, Bruce Richardson wrote: > > Compiling with all warnings turned on causes errors about unused variables > > and an unused label. Remove these to allow building without having to > > disable those warnings. > > If

Re: [dpdk-dev] [PATCH] net/avf: remove unused variables and label

2018-09-17 Thread Ferruh Yigit
On 9/13/2018 3:44 PM, Bruce Richardson wrote: > Compiling with all warnings turned on causes errors about unused variables > and an unused label. Remove these to allow building without having to > disable those warnings. If this is fixing some build errors should it be backported? And why we didn

Re: [dpdk-dev] [PATCH] net/avf: remove unused variables and label

2018-09-17 Thread Zhang, Qi Z
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Luca Boccassi > Sent: Friday, September 14, 2018 12:26 AM > To: Richardson, Bruce ; Wu, Jingjing > ; Lu, Wenzhuo > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] net/avf: remove unuse

Re: [dpdk-dev] [PATCH] net/avf: remove unused variables and label

2018-09-13 Thread Luca Boccassi
On Thu, 2018-09-13 at 15:44 +0100, Bruce Richardson wrote: > Compiling with all warnings turned on causes errors about unused > variables > and an unused label. Remove these to allow building without having to > disable those warnings. > > Signed-off-by: Bruce Richardson > --- >  drivers/net/avf/

[dpdk-dev] [PATCH] net/avf: remove unused variables and label

2018-09-13 Thread Bruce Richardson
Compiling with all warnings turned on causes errors about unused variables and an unused label. Remove these to allow building without having to disable those warnings. Signed-off-by: Bruce Richardson --- drivers/net/avf/avf_ethdev.c | 15 +-- drivers/net/avf/avf_rxtx.c | 17 +-