From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 7D50D3258; Fri, 1 Dec 2017 16:14:58 +0100 (CET) In-Reply-To: <20171201151314.18181-1-pbhagavatula@caviumnetworks.com> References: <20171201151314.18181-1-pbhagavatula@caviumnetworks.com> To: test-report@dpdk.org Cc: Pavan Bhagavatula Message-Id: <20171201151458.7D50D3258@dpdk.org> Date: Fri, 1 Dec 2017 16:14:58 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw31869 [PATCH] examples/eventdev_pipeline: add Rx adapter support 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: , X-List-Received-Date: Fri, 01 Dec 2017 15:14:58 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/31869 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #17: Use service run iter function for granular control instead of using dedicated ERROR:CODE_INDENT: code indent should use tabs where possible #127: FILE: examples/eventdev_pipeline_sw_pmd/main.c:530: +^I .dequeue_depth = 8,$ ERROR:CODE_INDENT: code indent should use tabs where possible #128: FILE: examples/eventdev_pipeline_sw_pmd/main.c:531: +^I .enqueue_depth = 8,$ ERROR:CODE_INDENT: code indent should use tabs where possible #129: FILE: examples/eventdev_pipeline_sw_pmd/main.c:532: +^I .new_event_threshold = 1200,$ ERROR:CODE_INDENT: code indent should use tabs where possible #139: FILE: examples/eventdev_pipeline_sw_pmd/main.c:542: + if (ret)$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #139: FILE: examples/eventdev_pipeline_sw_pmd/main.c:542: + if (ret)$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 13) #139: FILE: examples/eventdev_pipeline_sw_pmd/main.c:542: + if (ret) + rte_exit(EXIT_FAILURE, "failed to create rx adapter[%d]", ERROR:CODE_INDENT: code indent should use tabs where possible #140: FILE: examples/eventdev_pipeline_sw_pmd/main.c:543: + rte_exit(EXIT_FAILURE, "failed to create rx adapter[%d]",$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #140: FILE: examples/eventdev_pipeline_sw_pmd/main.c:543: + rte_exit(EXIT_FAILURE, "failed to create rx adapter[%d]",$ total: 5 errors, 4 warnings, 212 lines checked