> -----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 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 <ian.stokes at intel.com>
Acked-by: John McNamara <john.mcnamara at intel.com>