From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 23907A04FD for ; Wed, 10 Jun 2020 09:54:42 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1D23E2BFA; Wed, 10 Jun 2020 09:54:42 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 79F692C23; Wed, 10 Jun 2020 09:54:38 +0200 (CEST) In-Reply-To: <1591219752-46544-1-git-send-email-orika@mellanox.com> References: <1591219752-46544-1-git-send-email-orika@mellanox.com> To: test-report@dpdk.org Cc: Ori Kam Message-Id: <20200610075438.79F692C23@dpdk.org> Date: Wed, 10 Jun 2020 09:54:38 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw70847 [RFC] app/test-regex: add RegEx test application. X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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/70847 _coding style issues_ WARNING:TYPO_SPELLING: 'accoding' may be misspelled - perhaps 'according'? #68: 2. configure the probed device accoding to the device caps. WARNING:TYPO_SPELLING: 'accoding' may be misspelled - perhaps 'according'? #74: 8. attach the data buffer at offset 0 with len accoding to request ERROR:SPACING: space required before the open parenthesis '(' #289: FILE: app/test-regex/main.c:184: + while(rte_regexdev_dequeue_burst(dev_id, qp_id, ops, 1)); ERROR:TRAILING_STATEMENTS: trailing statements should be on next line #289: FILE: app/test-regex/main.c:184: + while(rte_regexdev_dequeue_burst(dev_id, qp_id, ops, 1)); WARNING:TYPO_SPELLING: 'offet' may be misspelled - perhaps 'offset'? #296: FILE: app/test-regex/main.c:191: + i, match->rule_id, match->start_offet, total: 2 errors, 3 warnings, 217 lines checked