|WARNING| pw168745 [RFC] ethdev: simplify representor info get API

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Aug 31 18:31:09 CEST 2026


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#257: 
    - compare converted info with rte_eth_representor_info_get() output for port

WARNING:LONG_LINE_COMMENT: line length of 109 exceeds 100 columns
#289: FILE: lib/ethdev/ethdev_driver.c:909:
+	/* If device has controller, but devargs do not have one, then use backer's controller as default. */

WARNING:LONG_LINE: line length of 111 exceeds 100 columns
#300: FILE: lib/ethdev/ethdev_driver.c:920:
+	if (rep_info->controller_valid && other->controller_valid && rep_info->controller != other->controller)

WARNING:LONG_LINE: line length of 107 exceeds 100 columns
#333: FILE: lib/ethdev/ethdev_driver.c:953:
+rte_eth_representor_info_match(const struct rte_eth_dev *dev, const struct rte_eth_representor_info *other)

WARNING:LONG_LINE: line length of 108 exceeds 100 columns
#387: FILE: lib/ethdev/ethdev_driver.h:2050:
+rte_eth_representor_info_match(const struct rte_eth_dev *dev, const struct rte_eth_representor_info *other);

total: 0 errors, 5 warnings, 263 lines checked


More information about the test-report mailing list