Re: [dpdk-dev] [PATCH] examples/qos_meter: fix meter color type conversion

2019-08-10 Thread Thomas Monjalon
09/08/2019 13:56, Dumitrescu, Cristian: > From: Singh, Jasvinder > > In APP_MODE_SRTCM_COLOR_AWARE mode, sample app compilation fails > > due to wrong meter color type conversion. > > > > Fixes: fc8a10d8527a ("examples/qos_meter: add color policy") This is not the root cause. Replaced with: Fixe

Re: [dpdk-dev] [PATCH] examples/qos_meter: fix meter color type conversion

2019-08-09 Thread Dumitrescu, Cristian
> -Original Message- > From: Singh, Jasvinder > Sent: Friday, August 9, 2019 10:37 AM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; Peng, Yuan > > Subject: [PATCH] examples/qos_meter: fix meter color type conversion > > In APP_MODE_SRTCM_COLOR_AWARE mode, sample app compilation fails

[dpdk-dev] [PATCH] examples/qos_meter: fix meter color type conversion

2019-08-09 Thread Jasvinder Singh
In APP_MODE_SRTCM_COLOR_AWARE mode, sample app compilation fails due to wrong meter color type conversion. Fixes: fc8a10d8527a ("examples/qos_meter: add color policy") error log- /qos_meter/main.c:error: conversion to incomplete type (enum rte_meter_color) input_color); Signed-off-by: Jasvinder