[dpdk-test-report] |WARNING| pw53700 [RFC PATCH 2/2] Convert dpaa driver to tag internal-only symbols appropriately

checkpatch at dpdk.org checkpatch at dpdk.org
Sat May 25 20:44:59 CEST 2019


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

_coding style issues_


ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#53: FILE: drivers/bus/dpaa/include/fsl_bman.h:267:
+struct bman_pool __rte_internal *bman_new_pool(const struct bman_pool_params *params);
                                 ^

WARNING:LONG_LINE: line over 90 characters
#69: FILE: drivers/bus/dpaa/include/fsl_bman.h:282:
+const struct bman_pool_params __rte_internal *bman_get_params(const struct bman_pool *pool);

WARNING:LONG_LINE: line over 90 characters
#78: FILE: drivers/bus/dpaa/include/fsl_bman.h:292:
+int __rte_internal bman_release(struct bman_pool *pool, const struct bm_buffer *bufs, u8 num,

WARNING:LONG_LINE: line over 90 characters
#109: FILE: drivers/bus/dpaa/include/fsl_fman.h:46:
+int __rte_internal fman_if_add_mac_addr(struct fman_if *p, uint8_t *eth, uint8_t addr_num);

WARNING:LONG_LINE: line over 90 characters
#346: FILE: drivers/bus/dpaa/include/fsl_qman.h:1580:
+void __rte_internal qman_fq_state(struct qman_fq *fq, enum qman_fq_state *state, u32 *flags);

WARNING:LONG_LINE: line over 90 characters
#355: FILE: drivers/bus/dpaa/include/fsl_qman.h:1616:
+int __rte_internal qman_init_fq(struct qman_fq *fq, u32 flags, struct qm_mcc_initfq *opts);

WARNING:LONG_LINE: line over 90 characters
#411: FILE: drivers/bus/dpaa/include/fsl_qman.h:1761:
+int __rte_internal qman_enqueue_multi(struct qman_fq *fq, const struct qm_fd *fd, u32 *flags,

WARNING:LONG_LINE: line over 90 characters
#557: FILE: drivers/bus/dpaa/include/of.h:101:
+const __rte_internal void *of_get_property(const struct device_node *from, const char *name,

total: 1 errors, 7 warnings, 535 lines checked
INFO: symbol qman_set_fq_lookup_table is being removed, ensure that it has gone through the deprecation process
ERROR: symbol qman_set_fq_lookup_table is added in the DPDK_18.11 section, but is expected to be added in the EXPERIMENTAL section of the version map
ERROR: symbol rte_dpaa_driver_register is added in the DPDK_17.11 section, but is expected to be added in the EXPERIMENTAL section of the version map
INFO: symbol rte_dpaa_driver_register is being removed, ensure that it has gone through the deprecation process
ERROR: symbol rte_dpaa_driver_unregister is added in the DPDK_17.11 section, but is expected to be added in the EXPERIMENTAL section of the version map
INFO: symbol rte_dpaa_driver_unregister is being removed, ensure that it has gone through the deprecation process
ERROR: symbol rte_dpaa_mem_ptov is added in the DPDK_17.11 section, but is expected to be added in the EXPERIMENTAL section of the version map
INFO: symbol rte_dpaa_mem_ptov is being removed, ensure that it has gone through the deprecation process
ERROR: symbol rte_dpaa_portal_fq_close is added in the DPDK_18.02 section, but is expected to be added in the EXPERIMENTAL section of the version map
INFO: symbol rte_dpaa_portal_fq_close is being removed, ensure that it has gone through the deprecation process
ERROR: symbol rte_dpaa_portal_fq_init is added in the DPDK_18.02 section, but is expected to be added in the EXPERIMENTAL section of the version map
INFO: symbol rte_dpaa_portal_fq_init is being removed, ensure that it has gone through the deprecation process
ERROR: symbol rte_dpaa_portal_init is added in the DPDK_17.11 section, but is expected to be added in the EXPERIMENTAL section of the version map
INFO: symbol rte_dpaa_portal_init is being removed, ensure that it has gone through the deprecation process


More information about the test-report mailing list