|WARNING| pw164020 [PATCH v2 4/6] net/gve: add periodic NIC clock synchronization
checkpatch at dpdk.org
checkpatch at dpdk.org
Sat May 16 01:19:38 CEST 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/164020
_coding style issues_
CHECK:CAMELCASE: Avoid CamelCase: <PRIu64>
#130: 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
#277: FILE: drivers/net/gve/gve_ethdev.h:368:
+ RTE_ATOMIC(uint64_t) last_read_nic_timestamp;
CHECK:SPACING: No space is necessary after a cast
#278: FILE: drivers/net/gve/gve_ethdev.h:369:
+ RTE_ATOMIC(uint32_t) nic_ts_read_fails;
CHECK:SPACING: No space is necessary after a cast
#279: FILE: drivers/net/gve/gve_ethdev.h:370:
+ RTE_ATOMIC(uint8_t) nic_ts_stale;
total: 0 errors, 0 warnings, 4 checks, 163 lines checked
More information about the test-report
mailing list