|WARNING| pw165047 [PATCH v3 4/6] net/gve: add periodic NIC clock synchronization
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Jun 5 23:29:53 CEST 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/165047
_coding style issues_
CHECK:CAMELCASE: Avoid CamelCase: <PRIu64>
#129: 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
#276: 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
#277: 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
#278: 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