|WARNING| pw135243 [PATCH] net/e1000: support launchtime feature

checkpatch at dpdk.org checkpatch at dpdk.org
Sun Dec 17 21:22:46 CET 2023


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

_coding style issues_


WARNING:LONG_LINE_COMMENT: line length of 101 exceeds 100 columns
#168: FILE: drivers/net/e1000/igb_ethdev.c:1293:
+		tqavctrl |= E1000_TQAVCTRL_FETCH_ARB; /* Fetch the queue most empty, no Round Robin*/

WARNING:LONG_LINE_COMMENT: line length of 106 exceeds 100 columns
#171: FILE: drivers/net/e1000/igb_ethdev.c:1296:
+		E1000_WRITE_REG(hw, E1000_I210_LAUNCH_OS0, 1ULL << 31); /* Set launch offset to default */

WARNING:LONG_LINE: line length of 118 exceeds 100 columns
#270: FILE: drivers/net/e1000/igb_rxtx.c:570:
+					ts = *RTE_MBUF_DYNFIELD(tx_pkt, igb_tx_timestamp_dynfield_offset, uint64_t *);

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#305: FILE: drivers/net/e1000/igb_rxtx.c:2638:
+		err = rte_mbuf_dyn_tx_timestamp_register(

total: 0 errors, 3 warnings, 1 checks, 186 lines checked


More information about the test-report mailing list