[dpdk-dev] [PATCH] qos_meter: Fix compilation with APP_MODE_FWD

2015-08-25 Thread Thomas Monjalon
2015-08-25 13:34, Mcnamara, John: > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas Monjalon > > This patch should not be accepted to discourage build-time options. > > Patch for run-time option is welcome. > > The patch is fixing a compilation issue, which seems reasonable. It isn'

[dpdk-dev] [PATCH] qos_meter: Fix compilation with APP_MODE_FWD

2015-08-25 Thread Thomas Monjalon
2015-08-18 16:55, Ian Stokes: > The qos_meter sample app will fail to compile if APP_MODE > is set to APP_MODE_FWD. This patch changes the variable > name 'color' in main.h to the expected variable name > 'input_color' to allow compilation with APP_MODE_FWD. Thanks for raising the issue. > --- a/

[dpdk-dev] [PATCH] qos_meter: Fix compilation with APP_MODE_FWD

2015-08-25 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas Monjalon > Sent: Tuesday, August 25, 2015 1:37 PM > To: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] qos_meter: Fix compilation with APP_MODE_FWD > > > --- a/examples/qo

[dpdk-dev] [PATCH] qos_meter: Fix compilation with APP_MODE_FWD

2015-08-18 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Ian Stokes > Sent: Tuesday, August 18, 2015 8:55 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] qos_meter: Fix compilation with APP_MODE_FWD > > The qos_meter sample app will fail t

[dpdk-dev] [PATCH] qos_meter: Fix compilation with APP_MODE_FWD

2015-08-18 Thread Ian Stokes
The qos_meter sample app will fail to compile if APP_MODE is set to APP_MODE_FWD. This patch changes the variable name 'color' in main.h to the expected variable name 'input_color' to allow compilation with APP_MODE_FWD. Signed-off-by: Ian Stokes --- examples/qos_meter/main.h |2 +- 1 files