From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 66514A00E6 for ; Thu, 13 Jun 2019 15:57:50 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 467541D558; Thu, 13 Jun 2019 15:57:50 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id BC4E61D56C; Thu, 13 Jun 2019 15:57:29 +0200 (CEST) In-Reply-To: <20190612203903.16565-4-nhorman@tuxdriver.com> References: <20190612203903.16565-4-nhorman@tuxdriver.com> To: test-report@dpdk.org Cc: Neil Horman Message-Id: <20190613135729.BC4E61D56C@dpdk.org> Date: Thu, 13 Jun 2019 15:57:29 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw54748 [PATCH v1 3/9] mark dpaa driver internal-only symbols with __rte_internal X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/54748 _coding style issues_ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #56: 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 #72: 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 #81: 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 #112: 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 #349: 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 #358: 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 #414: 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 #560: 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, 0 checks, 579 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 INFO: symbol dpaa_eth_eventq_attach is being removed, ensure that it has gone through the deprecation process ERROR: symbol dpaa_eth_eventq_attach is added in the INTERNAL section, but is expected to be added in the EXPERIMENTAL section of the version map INFO: symbol dpaa_eth_eventq_detach is being removed, ensure that it has gone through the deprecation process ERROR: symbol dpaa_eth_eventq_detach is added in the INTERNAL section, but is expected to be added in the EXPERIMENTAL section of the version map