> Cristian Dumitrescu (4): > meter: add meter configuration profile > test: meter autotest update > qos_meter: accommodate meter api changes > deprecation: removed the librte_meter notice > > doc/guides/rel_notes/deprecation.rst | 3 - > examples/qos_meter/main.c | 36 ++++--- > examples/qos_meter/main.h | 32 ++++--- > lib/librte_meter/rte_meter.c | 88 ++++++++++------- > lib/librte_meter/rte_meter.h | 170 > ++++++++++++++++++++++----------- > lib/librte_meter/rte_meter_version.map | 8 ++ > test/test/test_meter.c | 138 ++++++++++++++++---------- > 7 files changed, 306 insertions(+), 169 deletions(-)
There are too many checkpatches warnings. And there is at least one compilation error with the first patch: test/test/test_meter.c:93:34: fatal error: incompatible pointer types passing 'struct rte_meter_srtcm_params *' to parameter of type 'struct rte_meter_srtcm_profile *' [-Wincompatible-pointer-types] Please try to improve for RC2.