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 10E4346282 for ; Thu, 20 Feb 2025 21:34:08 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0D2DD402B2; Thu, 20 Feb 2025 21:34:08 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 6B2834026D for ; Thu, 20 Feb 2025 21:34:05 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id D16A012780E; Thu, 20 Feb 2025 21:33:54 +0100 (CET) Subject: |WARNING| pw151725 [PATCH v3 5/6] net: update use of versioning macros In-Reply-To: <1740083508-6703-6-git-send-email-andremue@linux.microsoft.com> References: <1740083508-6703-6-git-send-email-andremue@linux.microsoft.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Andre Muezerie Message-Id: <20250220203354.D16A012780E@dpdk.org> Date: Thu, 20 Feb 2025 21:33:54 +0100 (CET) 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/151725 _coding style issues_ ERROR: symbol rte_ether_format_addr is added in the DPDK_25 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_ether_unformat_addr is added in the DPDK_25 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_eth_random_addr is added in the DPDK_25 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_net_crc_calc=rte_net_crc_calc_v26 is added in the DPDK_25 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_net_crc_calc=rte_net_crc_calc_v26 is added in the DPDK_26 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_net_crc_free is added in the DPDK_25 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_net_crc_set_alg=rte_net_crc_set_alg_v26 is added in the DPDK_25 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_net_crc_set_alg=rte_net_crc_set_alg_v26 is added in the DPDK_26 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_net_get_ptype is added in the DPDK_25 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_net_make_rarp_packet is added in the DPDK_25 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_net_skip_ip6_ext is added in the DPDK_25 section, but is expected to be added in the EXPERIMENTAL section of the version map