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 4B593A0C50 for ; Fri, 16 Jul 2021 16:29:20 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4717F4138D; Fri, 16 Jul 2021 16:29:20 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 6EE984137F for ; Fri, 16 Jul 2021 16:29:18 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 6BC6B121D6D; Fri, 16 Jul 2021 16:29:18 +0200 (CEST) In-Reply-To: <20210716142800.3853651-8-ferruh.yigit@intel.com> References: <20210716142800.3853651-8-ferruh.yigit@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Ferruh Yigit Message-Id: <20210716142918.6BC6B121D6D@dpdk.org> Date: Fri, 16 Jul 2021 16:29:18 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw95997 [RFC v2 8/8] 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/95997 _coding style issues_ ERROR:C99_COMMENTS: do not use C99 // comments #1040: FILE: app/test/test_ethdev.c:889: + // rss_hf src_only and dst_only ERROR:C99_COMMENTS: do not use C99 // comments #1041: FILE: app/test/test_ethdev.c:890: + // eth_dev_tx_queue_config ERROR:C99_COMMENTS: do not use C99 // comments #1042: FILE: app/test/test_ethdev.c:891: + // eth_dev_rx_queue_config ERROR:C99_COMMENTS: do not use C99 // comments #1043: FILE: app/test/test_ethdev.c:892: + // RTE_ETHDEV_PROFILE_WITH_VTUNE ERROR:C99_COMMENTS: do not use C99 // comments #1044: FILE: app/test/test_ethdev.c:893: + // eth_dev_validate_offloads ERROR:C99_COMMENTS: do not use C99 // comments #1045: FILE: app/test/test_ethdev.c:894: + // restore config ERROR:C99_COMMENTS: do not use C99 // comments #1046: FILE: app/test/test_ethdev.c:895: + // restore mtu ERROR:C99_COMMENTS: do not use C99 // comments #1373: FILE: app/test/test_ethdev.c:1222: + //TODO: when rxseg.split.length is 0, API fails, check it ERROR:C99_COMMENTS: do not use C99 // comments #1394: FILE: app/test/test_ethdev.c:1243: + //TODO: Add more segment Rx tests based on other capabilities WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #1507: FILE: app/test/test_ethdev.c:1356: + * no rx_queue_release dev_ops */ WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #1540: FILE: app/test/test_ethdev.c:1389: + * enabled in the port configure */ ERROR:C99_COMMENTS: do not use C99 // comments #1549: FILE: app/test/test_ethdev.c:1398: + //TODO: LRO WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #1747: FILE: lib/ethdev/ethdev_driver.h:38: + * */ total: 10 errors, 3 warnings, 1713 lines checked Warning in app/test/test_ethdev.c: Declaring a variable inside for()