From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 436547CDA; Tue, 2 Jan 2018 03:30:19 +0100 (CET) In-Reply-To: <20180102022819.127981-1-yanglong.wu@intel.com> References: <20180102022819.127981-1-yanglong.wu@intel.com> To: test-report@dpdk.org Cc: yanglong wu Message-Id: <20180102023019.436547CDA@dpdk.org> Date: Tue, 2 Jan 2018 03:30:19 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw32820 [PATCH v4] net/i40e: support mac loopback 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: Tue, 02 Jan 2018 02:30:19 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/32820 _coding style issues_ ERROR:TRAILING_WHITESPACE: trailing whitespace #45: FILE: doc/guides/rel_notes/release_18_02.rst:46: + Add a mac loopback function for the i40e in order to support test $ ERROR:TRAILING_WHITESPACE: trailing whitespace #46: FILE: doc/guides/rel_notes/release_18_02.rst:47: + task asked by users. According to device configuration, it will $ ERROR:TRAILING_WHITESPACE: trailing whitespace #47: FILE: doc/guides/rel_notes/release_18_02.rst:48: + setup TX->RX loopback link or not. If loopback link is setted, $ ERROR:TRAILING_WHITESPACE: trailing whitespace #60: FILE: drivers/net/i40e/i40e_ethdev.c:2050: +^I$ ERROR:SPACING: spaces required around that '=' (ctx:VxV) #64: FILE: drivers/net/i40e/i40e_ethdev.c:2054: + ret=i40e_aq_set_lb_modes(hw,dev->data->dev_conf.lpbk_mode,NULL); ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #64: FILE: drivers/net/i40e/i40e_ethdev.c:2054: + ret=i40e_aq_set_lb_modes(hw,dev->data->dev_conf.lpbk_mode,NULL); ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #64: FILE: drivers/net/i40e/i40e_ethdev.c:2054: + ret=i40e_aq_set_lb_modes(hw,dev->data->dev_conf.lpbk_mode,NULL); ^ total: 7 errors, 0 warnings, 0 checks, 37 lines checked