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 682DEA04A3 for ; Mon, 3 Jan 2022 16:10:37 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 64DF340688; Mon, 3 Jan 2022 16:10:37 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 165EA4003C for ; Mon, 3 Jan 2022 16:10:36 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 0F679120DB4; Mon, 3 Jan 2022 16:10:36 +0100 (CET) Subject: |WARNING| pw105581 [PATCH 6/8] app/test: add IP reassembly case with no frags In-Reply-To: <20220103150813.1694888-7-gakhil@marvell.com> References: <20220103150813.1694888-7-gakhil@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Akhil Goyal Message-Id: <20220103151036.0F679120DB4@dpdk.org> Date: Mon, 3 Jan 2022 16:10:36 +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/105581 _coding style issues_ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #140: FILE: app/test/test_inline_ipsec.c:500: + unsigned i, portid, nb_rx = 0, nb_tx = 0; WARNING:TYPO_SPELLING: 'incase' may be misspelled - perhaps 'in case'? #155: FILE: app/test/test_inline_ipsec.c:515: + * Set some finite value in timeout incase PMD support much WARNING:TYPO_SPELLING: 'requied' may be misspelled - perhaps 'required'? #156: FILE: app/test/test_inline_ipsec.c:516: + * more than requied in this app. ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #249: FILE: app/test/test_inline_ipsec.c:845: +static int +test_reassembly_ipv4_nofrag(void) { total: 1 errors, 3 warnings, 172 lines checked