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 13F29A0562 for ; Sun, 29 Mar 2020 16:51:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A2B2F1C13B; Sun, 29 Mar 2020 16:51:45 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id AD0EF1C1FB; Sun, 29 Mar 2020 16:51:38 +0200 (CEST) In-Reply-To: <20200329144342.1543749-33-jerinj@marvell.com> References: <20200329144342.1543749-33-jerinj@marvell.com> To: test-report@dpdk.org Cc: Message-Id: <20200329145138.AD0EF1C1FB@dpdk.org> Date: Sun, 29 Mar 2020 16:51:38 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw67351 [PATCH v3 32/33] mempool: 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/67351 _coding style issues_ INFO: symbol __rte_trace_lib_mempool_cache_create has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_mempool_cache_flush has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_mempool_cache_free has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_mempool_create has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_mempool_create_empty has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_mempool_default_cache has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_mempool_free has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_mempool_generic_get has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_mempool_generic_put has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_mempool_get_bulk has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_mempool_get_contig_blocks has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_mempool_get_page_size has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_mempool_ops_alloc has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_mempool_ops_dequeue_bulk has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_mempool_ops_dequeue_contig_blocks has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_mempool_ops_enqueue_bulk has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_mempool_ops_free has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_mempool_ops_populate has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_mempool_populate_anon has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_mempool_populate_default has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_mempool_populate_iova has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_mempool_populate_virt has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_mempool_put_bulk has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_mempool_set_ops_byname has been added to the EXPERIMENTAL section of the version map ERROR: symbol rte_trace_ctf_long(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_long(pg_sz) 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(addr) 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(cache) 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(default_cache) 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(mempool) 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(mp_init_arg) 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(obj_cb) 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(obj_init_arg) 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(opaque) 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(vaddr) 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_string(name) 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(cache->flushthresh) 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(elt_size) 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(max_objs) 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(nb_objs) 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(private_data_size) 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(size) 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(iova) is added in the "C" section, but is expected to be added in the EXPERIMENTAL section of the version map