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 57E9BA0567 for ; Wed, 10 Mar 2021 10:46:09 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5091922A49F; Wed, 10 Mar 2021 10:46:09 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id 7EAC022A4A1 for ; Wed, 10 Mar 2021 10:46:08 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 609082C52; Wed, 10 Mar 2021 10:46:08 +0100 (CET) In-Reply-To: References: To: test-report@dpdk.org Cc: Wisam Monther Message-Id: <20210310094608.609082C52@dpdk.org> Date: Wed, 10 Mar 2021 10:46:08 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw88825 [PATCH] app/flow-perf: fix setting decap data for decap actions 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/88825 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #134: FILE: app/test-flow-perf/main.c:729: + decap_data |= flow_options[i].mask;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #134: FILE: app/test-flow-perf/main.c:729: + decap_data |= flow_options[i].mask;$ ERROR:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Wisam Monther ' total: 2 errors, 1 warnings, 8 lines checked