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 B8990A0562 for ; Sun, 29 Mar 2020 16:51:39 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8482E1C0CB; Sun, 29 Mar 2020 16:51:37 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 8854E1C0DC; Sun, 29 Mar 2020 16:51:32 +0200 (CEST) In-Reply-To: <20200329144342.1543749-31-jerinj@marvell.com> References: <20200329144342.1543749-31-jerinj@marvell.com> To: test-report@dpdk.org Cc: Message-Id: <20200329145132.8854E1C0DC@dpdk.org> Date: Sun, 29 Mar 2020 16:51:32 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw67348 [PATCH v3 30/33] eventdev: 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/67348 _coding style issues_ INFO: symbol __rte_trace_lib_event_crypto_adapter_create has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_event_crypto_adapter_free has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_event_crypto_adapter_queue_pair_add has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_event_crypto_adapter_queue_pair_del has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_event_crypto_adapter_start has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_event_crypto_adapter_stop has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_event_deq_burst has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_event_enq_burst has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_event_eth_rx_adapter_create has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_event_eth_rx_adapter_free has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_event_eth_rx_adapter_queue_add has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_event_eth_rx_adapter_queue_del has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_event_eth_rx_adapter_start has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_event_eth_rx_adapter_stop has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_event_eth_tx_adapter_create has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_event_eth_tx_adapter_enqueue has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_event_eth_tx_adapter_free has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_event_eth_tx_adapter_queue_add has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_event_eth_tx_adapter_queue_del has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_event_eth_tx_adapter_start has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_event_eth_tx_adapter_stop has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_event_port_link has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_event_port_setup has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_event_port_unlink has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_event_queue_setup has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_event_timer_adapter_create has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_event_timer_adapter_free has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_event_timer_adapter_start has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_event_timer_adapter_stop has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_event_timer_arm_burst has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_event_timer_arm_tmo_tick_burst has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_event_timer_cancel_burst has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_eventdev_close has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_eventdev_configure has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_eventdev_start has been added to the EXPERIMENTAL section of the version map INFO: symbol __rte_trace_lib_eventdev_stop has been added to the EXPERIMENTAL section of the version map ERROR: symbol rte_trace_ctf_i32(dev_conf->nb_events_limit) 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_i32(port_conf->new_event_threshold) 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_i32(queue) 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_i32(queue_pair_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_i32(rx_queue_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_int(rc) 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(adapter) 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(conf) 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(conf_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(enq_mode_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(ev_table) 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(evtims_table) 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(adapter_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(conf->timer_adapter_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(nb_evtims) 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_links) 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_unlinks) 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_conf->dequeue_depth) 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_conf->enqueue_depth) 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(queue_conf->servicing_weight) 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->dequeue_timeout_ns) 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->event_dev_cfg) 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->nb_event_port_dequeue_depth) 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->nb_event_port_enqueue_depth) 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->nb_event_queue_flows) 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(queue_conf->event_queue_cfg) 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(queue_conf->nb_atomic_flows) 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(queue_conf->nb_atomic_order_sequences) 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(queue_conf->rx_queue_flags) 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(conf->flags) 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(conf->max_tmo_ns) 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(conf->timer_tick_ns) 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(adptr_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_u8(dev_conf->nb_event_ports) 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(dev_conf->nb_event_queues) 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(dev_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_u8(flags) 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(port_conf->disable_implicit_release) 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(queue_conf->ev.priority) 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(queue_conf->ev.queue_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_u8(queue_conf->priority) 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(queue_conf->schedule_type) is added in the "C" section, but is expected to be added in the EXPERIMENTAL section of the version map