From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 042317D26; Mon, 11 Dec 2017 03:34:22 +0100 (CET) In-Reply-To: <67D543A150B29E4CAAE53918F64EDAEA3746081F@SHSMSX103.ccr.corp.intel.com> References: <67D543A150B29E4CAAE53918F64EDAEA3746081F@SHSMSX103.ccr.corp.intel.com> To: test-report@dpdk.org Cc: yuan peng Message-Id: <20171211023422.042317D26@dpdk.org> Date: Mon, 11 Dec 2017 03:34:22 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw32059 [PATCH v7] net/i40e: determine number of queues per VF during run time 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, 11 Dec 2017 02:34:22 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/32059 _coding style issues_ WARNING:BAD_SIGN_OFF: email address 'Peng,Yuan' might be better as '"Peng,Yuan" ' #17: Tested-by: Peng,Yuan ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("")' - ie: 'commit 0123456789ab ("commit description")' #20: - Tested Commit: 224374cc0e3ca44af5141fb7035a97f338d00c18 WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #45: pf->fc_conf.high_water[I40E_MAX_TRAFFIC_CLASS] = I40E_DEFAULT_HIGH_WATER; @@ -3992,7 +4056,6 @@ i40e_pf_parameter_init(struct rte_eth_dev *dev) ERROR:DIFF_IN_COMMIT_MSG: Avoid using diff content in the commit message - patch(1) might not work #53: @@ -4022,7 +4085,7 @@ i40e_pf_parameter_init(struct rte_eth_dev *dev) WARNING:TYPO_SPELLING: 'Lauch' may be misspelled - perhaps 'Launch'? #166: Lauch the VM with the VF PCI passthrough:: ERROR:OPEN_BRACE: open brace '{' following function declarations go on the next line #297: FILE: drivers/net/i40e/i40e_ethdev.c:4006: +static int i40e_pf_config_vf_rxq_number(struct rte_eth_dev *dev) { total: 3 errors, 3 warnings, 0 checks, 74 lines checked