[dpdk-test-report] |WARNING| pw27757 [PATCH 3/4] qos_meter: accommodate meter api changes

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Aug 25 12:26:38 CEST 2017


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/27757

_coding style issues_


ERROR:OPEN_BRACE: that open brace { should be on the previous line
#32: FILE: examples/qos_meter/main.c:125:
+struct rte_meter_srtcm_params app_srtcm_params =
+	{.cir = 1000000 * 46,  .cbs = 2048, .ebs = 2048};

ERROR:OPEN_BRACE: that open brace { should be on the previous line
#40: FILE: examples/qos_meter/main.c:130:
+struct rte_meter_trtcm_params app_trtcm_params =
+	{.cir = 1000000 * 46,  .pir = 1500000 * 46,  .cbs = 2048, .pbs = 2048};

total: 2 errors, 0 warnings, 121 lines checked


More information about the test-report mailing list