From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 551BBA0562 for ; Sun, 29 Mar 2020 16:51:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 987EC1C1F2; Sun, 29 Mar 2020 16:51:37 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 859381C0CB; Sun, 29 Mar 2020 16:51:36 +0200 (CEST) In-Reply-To: <20200329144342.1543749-30-jerinj@marvell.com> References: <20200329144342.1543749-30-jerinj@marvell.com> To: test-report@dpdk.org Cc: Message-Id: <20200329145136.859381C0CB@dpdk.org> Date: Sun, 29 Mar 2020 16:51:36 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw67350 [PATCH v3 29/33] ethdev: add tracepoints 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/67350 _coding style issues_ INFO: symbol __rte_trace_lib_ethdev_close has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_ethdev_configure has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_ethdev_rx_burst has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_ethdev_rxq_setup has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_ethdev_start has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_ethdev_stop has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_ethdev_tx_burst has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_ethdev_txq_setup has been added to the EXPERIMENTAL section of the version map ERROR: symbol rte_trace_ctf_ptr(pkt_tbl) is added in the "C" section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_trace_ctf_ptr(pkts_tbl) is added in the "C" section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_trace_ctf_u16(nb_rx_desc) is added in the "C" section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_trace_ctf_u16(nb_tx_desc) is added in the "C" section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_trace_ctf_u16(nb_tx_q) is added in the "C" section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_trace_ctf_u16(port_id) is added in the "C" section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_trace_ctf_u16(tx_conf->tx_free_thresh) is added in the "C" section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_trace_ctf_u32(dev_conf->lpbk_mode) is added in the "C" section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_trace_ctf_u32(dev_conf->rxmode.max_rx_pkt_len) is added in the "C" section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_trace_ctf_u32(dev_conf->rxmode.mq_mode) is added in the "C" section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_trace_ctf_u32(dev_conf->txmode.mq_mode) is added in the "C" section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_trace_ctf_u64(dev_conf->rxmode.offloads) is added in the "C" section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_trace_ctf_u64(dev_conf->txmode.offloads) is added in the "C" section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_trace_ctf_u64(rx_conf->offloads) is added in the "C" section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_trace_ctf_u64(tx_conf->offloads) is added in the "C" section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_trace_ctf_u8(rx_conf->rx_deferred_start) is added in the "C" section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_trace_ctf_u8(rx_conf->rx_drop_en) is added in the "C" section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_trace_ctf_u8(rx_conf->rx_thresh.hthresh) is added in the "C" section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_trace_ctf_u8(rx_conf->rx_thresh.pthresh) is added in the "C" section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_trace_ctf_u8(rx_conf->rx_thresh.wthresh) is added in the "C" section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_trace_ctf_u8(tx_conf->tx_deferred_start) is added in the "C" section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_trace_ctf_u8(tx_conf->tx_thresh.hthresh) is added in the "C" section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_trace_ctf_u8(tx_conf->tx_thresh.pthresh) is added in the "C" section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_trace_ctf_u8(tx_conf->tx_thresh.wthresh) is added in the "C" section, but is expected to be added in the EXPERIMENTAL section of the version map