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 ACE0BA058B for ; Wed, 25 Mar 2020 22:21:36 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9EF331C0B1; Wed, 25 Mar 2020 22:21:36 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 887761C067; Wed, 25 Mar 2020 22:21:34 +0100 (CET) In-Reply-To: <20200325211603.240288-29-jerinj@marvell.com> References: <20200325211603.240288-29-jerinj@marvell.com> To: test-report@dpdk.org Cc: Message-Id: <20200325212134.887761C067@dpdk.org> Date: Wed, 25 Mar 2020 22:21:34 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw67143 [PATCH v2 28/32] 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/67143 _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