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 1CB1442829 for ; Thu, 23 Mar 2023 23:36:12 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 19C554114A; Thu, 23 Mar 2023 23:36:12 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 2ED6B40689 for ; Thu, 23 Mar 2023 23:36:08 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 01E8B120A04; Thu, 23 Mar 2023 23:36:07 +0100 (CET) Subject: |WARNING| pw125472 [PATCH v2 5/7] net/ixgbe: replace rte atomics with GCC builtin atomics In-Reply-To: <1679610881-25997-6-git-send-email-roretzla@linux.microsoft.com> References: <1679610881-25997-6-git-send-email-roretzla@linux.microsoft.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Tyler Retzlaff Message-Id: <20230323223608.01E8B120A04@dpdk.org> Date: Thu, 23 Mar 2023 23:36:08 +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/125472 _coding style issues_ ERROR:C99_COMMENTS: do not use C99 // comments #88: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:1130: + // NOTE: review for potential ordering optimization ERROR:C99_COMMENTS: do not use C99 // comments #98: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:1629: + // NOTE: review for potential ordering optimization ERROR:C99_COMMENTS: do not use C99 // comments #108: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:4191: + // NOTE: review for potential ordering optimization ERROR:C99_COMMENTS: do not use C99 // comments #118: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:4228: + // NOTE: review for potential ordering optimization ERROR:C99_COMMENTS: do not use C99 // comments #128: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:4324: + // NOTE: review for potential ordering optimization ERROR:C99_COMMENTS: do not use C99 // comments #138: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:4338: + // NOTE: review for potential ordering optimization total: 6 errors, 0 warnings, 0 checks, 90 lines checked