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 36B48A0C4D for ; Thu, 17 Jun 2021 10:16:04 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2F69E4069C; Thu, 17 Jun 2021 10:16:04 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id BB9A440150 for ; Thu, 17 Jun 2021 10:16:02 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id B7399122E3A; Thu, 17 Jun 2021 10:16:02 +0200 (CEST) In-Reply-To: <20210617081449.2045195-4-ferruh.yigit@intel.com> References: <20210617081449.2045195-4-ferruh.yigit@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Ferruh Yigit Message-Id: <20210617081602.B7399122E3A@dpdk.org> Date: Thu, 17 Jun 2021 10:16:02 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw94316 [RFC 4/4] test: support ethdev 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/94316 _coding style issues_ ERROR:C99_COMMENTS: do not use C99 // comments #994: FILE: app/test/test_ethdev.c:858: + // rss_hf src_only and dst_only ERROR:C99_COMMENTS: do not use C99 // comments #995: FILE: app/test/test_ethdev.c:859: + // eth_dev_tx_queue_config ERROR:C99_COMMENTS: do not use C99 // comments #996: FILE: app/test/test_ethdev.c:860: + // eth_dev_rx_queue_config ERROR:C99_COMMENTS: do not use C99 // comments #997: FILE: app/test/test_ethdev.c:861: + // RTE_ETHDEV_PROFILE_WITH_VTUNE ERROR:C99_COMMENTS: do not use C99 // comments #998: FILE: app/test/test_ethdev.c:862: + // eth_dev_validate_offloads ERROR:C99_COMMENTS: do not use C99 // comments #999: FILE: app/test/test_ethdev.c:863: + // restore config ERROR:C99_COMMENTS: do not use C99 // comments #1000: FILE: app/test/test_ethdev.c:864: + // restore mtu WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #1310: FILE: lib/ethdev/ethdev_driver.h:38: + * */ total: 7 errors, 1 warnings, 1276 lines checked