|WARNING| pw144099 [PATCH v8 7/7] test-pmd: add a JSON packet output

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Sep 17 05:32:59 CEST 2024


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

_coding style issues_


WARNING:LONG_LINE: line length of 102 exceeds 100 columns
#261: FILE: app/test-pmd/util.c:403:
+			json_object_set_new(jobj, "vlan_outer_tci", json_integer(mb->vlan_tci_outer));

WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#283: FILE: app/test-pmd/util.c:425:
+			json_object_set_new(jobj, "inner_l2_len", json_integer(hdr_lens.inner_l2_len));

WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#285: FILE: app/test-pmd/util.c:427:
+			json_object_set_new(jobj, "inner_l3_len", json_integer(hdr_lens.inner_l3_len));

WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#287: FILE: app/test-pmd/util.c:429:
+			json_object_set_new(jobj, "inner_l4_len", json_integer(hdr_lens.inner_l4_len));

total: 0 errors, 4 warnings, 209 lines checked


More information about the test-report mailing list