|WARNING| pw164342 [PATCH v1 05/23] drivers: support RSS feature

checkpatch at dpdk.org checkpatch at dpdk.org
Sun May 24 11:41:37 CEST 2026


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

_coding style issues_


ERROR:FLEXIBLE_ARRAY: Use C99 flexible arrays - see https://docs.kernel.org/process/deprecated.html#zero-length-and-one-element-arrays
#985: FILE: drivers/net/sxe2/sxe2_drv_cmd.h:340:
+	uint8_t rsv[1];
+};

CHECK:CAMELCASE: Avoid CamelCase: <PRIx64>
#1548: FILE: drivers/net/sxe2/sxe2_rss.c:246:
+			"Failed to set unsupported rss_hf:0x%016" PRIx64,

CHECK:CAMELCASE: Avoid CamelCase: <PRIu64>
#2063: FILE: drivers/net/sxe2/sxe2_txrx_poll.c:757:
+	PMD_LOG_INFO(RX, "rxq update time ret=%d, cur time=%" PRIu64 ", rxqh=%" PRIu64 ", rxql=%d",

total: 1 errors, 0 warnings, 2 checks, 1936 lines checked


More information about the test-report mailing list