From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 258FE9B6B; Wed, 11 Oct 2017 15:21:27 +0200 (CEST) In-Reply-To: <93359c04-0da3-4f3c-ba56-799817775781@default> References: <93359c04-0da3-4f3c-ba56-799817775781@default> To: test-report@dpdk.org Cc: Iain Barker Message-Id: <20171011132127.258FE9B6B@dpdk.org> Date: Wed, 11 Oct 2017 15:21:27 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw30121 [PATCH dpdk-users] VLAN tags always stripped on i40evf [VMware SR-IOV] 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: Wed, 11 Oct 2017 13:21:27 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/30121 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #16: > I have a problem trying to get VLAN tagged frames to be received at the i40evf PMD. ERROR:CODE_INDENT: code indent should use tabs where possible #65: FILE: net/i40e/i40e_rxtx.c:96: + // vlan got stripped. Re-inject vlan from tci$ ERROR:CODE_INDENT: code indent should use tabs where possible #66: FILE: net/i40e/i40e_rxtx.c:97: + rte_vlan_insert(&mb);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #66: FILE: net/i40e/i40e_rxtx.c:97: + rte_vlan_insert(&mb);$ ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 3 errors, 2 warnings, 0 checks, 8 lines checked