Re: [dpdk-dev] [PATCH v2 1/2] net/avf: fix unused variables and label

2018-09-18 Thread Bruce Richardson
On Tue, Sep 18, 2018 at 02:51:27PM +0100, Ferruh Yigit wrote: > On 9/18/2018 2:17 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. > > > >

Re: [dpdk-dev] [PATCH v2 1/2] net/avf: fix unused variables and label

2018-09-18 Thread Ferruh Yigit
On 9/18/2018 2:17 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. > > Fixes: 69dd4c3d0898 ("net/avf: enable queue and device") > Fixes: 3fd7a37

[dpdk-dev] [PATCH v2 1/2] net/avf: fix unused variables and label

2018-09-18 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. Fixes: 69dd4c3d0898 ("net/avf: enable queue and device") Fixes: 3fd7a3719c66 ("net/avf: enable ops for MTU setting") Fixes: d6bde