|WARNING| pw154825 [RFC 1/4] eventdev: add support for credit preallocation

checkpatch at dpdk.org checkpatch at dpdk.org
Sun Jun 29 19:08:31 CEST 2025


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

_coding style issues_


WARNING:EXPORT_SYMBOL: EXPORT_SYMBOL(foo); should immediately follow its function/variable
#242: FILE: lib/eventdev/eventdev_trace_points.c:53:
+RTE_EXPORT_SYMBOL(__rte_eventdev_credit_alloc)

WARNING:EXPORT_SYMBOL: EXPORT_SYMBOL(foo); should immediately follow its function/variable
#246: FILE: lib/eventdev/eventdev_trace_points.c:57:
+RTE_EXPORT_SYMBOL(__rte_eventdev_credit_free)

WARNING:LONG_LINE: line length of 108 exceeds 100 columns
#421: FILE: lib/eventdev/rte_eventdev_core.h:28:
+typedef int (*event_credit_alloc_t)(void *port, unsigned int new_event_threshold, unsigned int num_credits);

total: 0 errors, 3 warnings, 265 lines checked


More information about the test-report mailing list