From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id EFDA31B293; Mon, 5 Feb 2018 02:52:21 +0100 (CET) In-Reply-To: References: To: test-report@dpdk.org Cc: yanglong wu Message-Id: <20180205015221.EFDA31B293@dpdk.org> Date: Mon, 5 Feb 2018 02:52:21 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw34934 [PATCH] app/testpmd:vlan filter fail 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: Mon, 05 Feb 2018 01:52:22 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/34934 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #54: The VLAN filter resets because the rxmode.ignore_offload_bitfield is not set. If it was set, the ethdev rxmode convert functions would have convert the new flag to the old API (rxmode.hw_vlan_filter). ERROR:TRAILING_WHITESPACE: trailing whitespace #75: FILE: app/test-pmd/testpmd.c:2327: + port_conf.rxmode = rte_port->dev_conf.rxmode; $ WARNING:LEADING_SPACE: please, no spaces at the start of a line #75: FILE: app/test-pmd/testpmd.c:2327: + port_conf.rxmode = rte_port->dev_conf.rxmode; $ ERROR:TRAILING_WHITESPACE: trailing whitespace #76: FILE: app/test-pmd/testpmd.c:2328: + port_conf.txmode = rte_port->dev_conf.txmode; $ WARNING:LEADING_SPACE: please, no spaces at the start of a line #76: FILE: app/test-pmd/testpmd.c:2328: + port_conf.txmode = rte_port->dev_conf.txmode; $ ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 3 errors, 3 warnings, 8 lines checked