From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 1CBB3A48D; Sun, 4 Feb 2018 07:27:35 +0100 (CET) In-Reply-To: References: To: test-report@dpdk.org Cc: Shahaf Shuler Message-Id: <20180204062735.1CBB3A48D@dpdk.org> Date: Sun, 4 Feb 2018 07:27:35 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw34918 [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: Sun, 04 Feb 2018 06:27:35 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/34918 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #21: > Removing out port_conf.rxmode.hw_vlan_filter = 1 will let it equal to 0 and ERROR:TRAILING_WHITESPACE: trailing whitespace #64: 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 #64: FILE: app/test-pmd/testpmd.c:2327: + port_conf.rxmode = rte_port->dev_conf.rxmode; $ ERROR:TRAILING_WHITESPACE: trailing whitespace #65: 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 #65: 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