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 7804143B74 for ; Thu, 22 Feb 2024 12:10:14 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 748F340E78; Thu, 22 Feb 2024 12:10:14 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id D1E5F402D1 for ; Thu, 22 Feb 2024 12:09:59 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id CB1C612231F; Thu, 22 Feb 2024 12:09:59 +0100 (CET) Subject: |WARNING| pw137021 [PATCH v4 10/14] net/cnxk: fix indirect mbuf handling in Tx path In-Reply-To: <20240222110232.2342903-10-ndabilpuram@marvell.com> References: <20240222110232.2342903-10-ndabilpuram@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Nithin Dabilpuram Message-Id: <20240222110959.CB1C612231F@dpdk.org> Date: Thu, 22 Feb 2024 12:09:59 +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/137021 _coding style issues_ Warning in drivers/net/cnxk/cn10k_tx.h: Using __atomic_xxx/__ATOMIC_XXX built-ins, prefer rte_atomic_xxx/rte_memory_order_xxx