|WARNING| pw151558 [RFC 01/11] ethdev: remove unnecessary deref on function pointers

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Feb 17 20:00:08 CET 2025


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

_coding style issues_


WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#463: FILE: lib/ethdev/rte_ethdev.c:2434:
+	ret = dev->dev_ops->rx_queue_setup(dev, rx_queue_id, nb_rx_desc, socket_id, &local_conf, mp);

WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#982: FILE: lib/ethdev/rte_ethdev.c:4673:
+	ret = eth_err(port_id, dev->dev_ops->priority_flow_ctrl_queue_info_get(dev, pfc_queue_info));

WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#1237: FILE: lib/ethdev/rte_ethdev.c:5546:
+	ret = eth_err(port_id, dev->dev_ops->rx_queue_avail_thresh_set(dev, queue_id, avail_thresh));

total: 0 errors, 3 warnings, 1498 lines checked


More information about the test-report mailing list