|WARNING| pw166460 [PATCH 7/9] net/gve: increase range of DMA memzone ids to 64 bits
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Jul 1 20:35:15 CEST 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/166460
_coding style issues_
CHECK:SPACING: No space is necessary after a cast
#101: FILE: drivers/net/gve/base/gve_osdep.h:178:
+ static RTE_ATOMIC(uint64_t) gve_dma_memzone_id;
CHECK:CAMELCASE: Avoid CamelCase: <PRIu64>
#109: FILE: drivers/net/gve/base/gve_osdep.h:185:
+ snprintf(z_name, sizeof(z_name), "gve_dma_%" PRIu64,
total: 0 errors, 0 warnings, 2 checks, 16 lines checked
More information about the test-report
mailing list