From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 88EF542EFE for ; Mon, 24 Jul 2023 10:10:46 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 85D29406B7; Mon, 24 Jul 2023 10:10:46 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id DE7EF406B7 for ; Mon, 24 Jul 2023 10:10:44 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id CE3DF12092E; Mon, 24 Jul 2023 10:10:44 +0200 (CEST) Subject: |WARNING| pw129693 [RFC PATCH] eventdev: introduce DMA event adapter library In-Reply-To: <20230724080744.1209290-1-amitprakashs@marvell.com> References: <20230724080744.1209290-1-amitprakashs@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Amit Prakash Shukla Message-Id: <20230724081044.CE3DF12092E@dpdk.org> Date: Mon, 24 Jul 2023 10:10:44 +0200 (CEST) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/129693 _coding style issues_ ERROR: symbol rte_event_dma_adapter_create is added in the DPDK_23 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_event_dma_adapter_create_ext is added in the DPDK_23 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_event_dma_adapter_free is added in the DPDK_23 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_event_dma_adapter_queue_pair_add is added in the DPDK_23 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_event_dma_adapter_queue_pair_del is added in the DPDK_23 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_event_dma_adapter_start is added in the DPDK_23 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_event_dma_adapter_stats_get is added in the DPDK_23 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_event_dma_adapter_stats_reset is added in the DPDK_23 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_event_dma_adapter_stop is added in the DPDK_23 section, but is expected to be added in the EXPERIMENTAL section of the version map