|WARNING| pw163919 [PATCH 4/6] net/gve: add periodic NIC clock synchronization

checkpatch at dpdk.org checkpatch at dpdk.org
Tue May 12 02:53:43 CEST 2026


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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <PRIu64>
#122: 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
#267: 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
#268: 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
#269: FILE: drivers/net/gve/gve_ethdev.h:370:
+	RTE_ATOMIC(uint8_t) nic_ts_stale;

total: 0 errors, 0 warnings, 4 checks, 161 lines checked


More information about the test-report mailing list