|WARNING| pw165541 [PATCH v5 4/6] net/gve: add periodic NIC clock synchronization
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Jun 17 02:06:36 CEST 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/165541
_coding style issues_
CHECK:CAMELCASE: Avoid CamelCase: <PRIu64>
#139: FILE: drivers/net/gve/gve_ethdev.c:473:
+ PMD_DRV_LOG(DEBUG, "Fetched NIC Timestamp: %" PRIu64, ts);
CHECK:SPACING: No space is necessary after a cast
#296: FILE: drivers/net/gve/gve_ethdev.h:369:
+ RTE_ATOMIC(uint64_t) last_read_nic_timestamp;
CHECK:SPACING: No space is necessary after a cast
#297: FILE: drivers/net/gve/gve_ethdev.h:370:
+ RTE_ATOMIC(uint32_t) nic_ts_read_fails;
CHECK:SPACING: No space is necessary after a cast
#298: FILE: drivers/net/gve/gve_ethdev.h:371:
+ RTE_ATOMIC(uint8_t) nic_ts_stale;
CHECK:SPACING: No space is necessary after a cast
#300: FILE: drivers/net/gve/gve_ethdev.h:373:
+ RTE_ATOMIC(uint8_t) nic_ts_thread_should_stop;
total: 0 errors, 0 warnings, 5 checks, 176 lines checked
More information about the test-report
mailing list