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 558EAA0C47 for ; Tue, 26 Oct 2021 04:29:11 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 51F214116C; Tue, 26 Oct 2021 04:29:11 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id C83424003E for ; Tue, 26 Oct 2021 04:29:08 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id BE3DD121E90; Tue, 26 Oct 2021 04:29:08 +0200 (CEST) In-Reply-To: <1635215204-20604-12-git-send-email-jizh@linux.microsoft.com> References: <1635215204-20604-12-git-send-email-jizh@linux.microsoft.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Jie Zhou Message-Id: <20211026022908.BE3DD121E90@dpdk.org> Date: Tue, 26 Oct 2021 04:29:08 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw102817 [PATCH v7 11/11] app/test: enable subset of unit tests on Windows 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/102817 _coding style issues_ ERROR:C99_COMMENTS: do not use C99 // comments #652: FILE: app/test/test_dmadev.c:877: +#endif //ifdef RTE_EXEC_ENV_WINDOWS ERROR:C99_COMMENTS: do not use C99 // comments #673: FILE: app/test/test_dmadev_api.c:578: +#endif //ifndef RTE_EXEC_ENV_WINDOWS ERROR:C99_COMMENTS: do not use C99 // comments #1793: FILE: app/test/test_lpm.c:1597: +#endif //ifdef RTE_EXEC_ENV_WINDOWS total: 3 errors, 0 warnings, 2194 lines checked