|WARNING| pw159671 [PATCH v2 9/9] test: add test for pcap PMD
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Jan 9 02:20:03 CET 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/159671
_coding style issues_
WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#135: FILE: app/test/test_pmd_pcap.c:8:
+#include <stdio.h>
^^^^^
WARNING:LONG_LINE: line length of 104 exceeds 100 columns
#1704: FILE: app/test/test_pmd_pcap.c:1577:
+ "Total packet count mismatch: expected %u, got %u", total_tx, total_in_files);
WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#1837: FILE: app/test/test_pmd_pcap.c:1710:
+ TEST_ASSERT(create_test_pcap(rx_paths[i], 1) == 0, "Failed to create RX pcap %u", i);
WARNING:LONG_LINE: line length of 104 exceeds 100 columns
#1879: FILE: app/test/test_pmd_pcap.c:1752:
+ "max_mtu should be <= %u, got %u", RTE_ETHER_MAX_JUMBO_FRAME_LEN, dev_info.max_mtu);
total: 0 errors, 4 warnings, 1860 lines checked
More information about the test-report
mailing list