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 4F92B42829 for ; Thu, 23 Mar 2023 23:36:30 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4CCC14114A; Thu, 23 Mar 2023 23:36:30 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 587644111C for ; Thu, 23 Mar 2023 23:36:13 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 54E69120A04; Thu, 23 Mar 2023 23:36:13 +0100 (CET) Subject: |WARNING| pw125469 [PATCH v2 2/7] stack: replace rte atomics with GCC builtin atomics In-Reply-To: <1679610881-25997-3-git-send-email-roretzla@linux.microsoft.com> References: <1679610881-25997-3-git-send-email-roretzla@linux.microsoft.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Tyler Retzlaff Message-Id: <20230323223613.54E69120A04@dpdk.org> Date: Thu, 23 Mar 2023 23:36:13 +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/125469 _coding style issues_ ERROR:C99_COMMENTS: do not use C99 // comments #73: FILE: lib/stack/rte_stack_lf_generic.h:29: + // NOTE: review for potential ordering optimization ERROR:C99_COMMENTS: do not use C99 // comments #84: FILE: lib/stack/rte_stack_lf_generic.h:70: + // NOTE: review for potential ordering optimization ERROR:C99_COMMENTS: do not use C99 // comments #94: FILE: lib/stack/rte_stack_lf_generic.h:85: + // NOTE: review for potential ordering optimization ERROR:C99_COMMENTS: do not use C99 // comments #103: FILE: lib/stack/rte_stack_lf_generic.h:92: + // NOTE: review for potential ordering optimization total: 4 errors, 0 warnings, 39 lines checked