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

checkpatch at dpdk.org checkpatch at dpdk.org
Sat Jun 13 06:22:19 CEST 2026


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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <PRIu64>
#134: 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
#291: 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
#292: 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
#293: FILE: drivers/net/gve/gve_ethdev.h:371:
+	RTE_ATOMIC(uint8_t) nic_ts_stale;

CHECK:SPACING: No space is necessary after a cast
#295: 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