From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 57293A0517 for ; Wed, 10 Jun 2020 09:57:45 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4BD9A2C38; Wed, 10 Jun 2020 09:57:45 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 7D8BE2C15; Wed, 10 Jun 2020 09:57:42 +0200 (CEST) In-Reply-To: <20200609022538.27665-1-maox.jiang@intel.com> References: <20200609022538.27665-1-maox.jiang@intel.com> To: test-report@dpdk.org Cc: Jiang Mao Message-Id: <20200610075742.7D8BE2C15@dpdk.org> Date: Wed, 10 Jun 2020 09:57:42 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw70987 [PATCH 1/2] net/i40e: fix binding interrupt without msix vectors 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/70987 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #59: The value of vsi->nb_msix shouldn`t be zero, otherwise, all of interrupts will be bind to vector 0. WARNING:LONG_LINE: line over 90 characters #149: FILE: drivers/net/i40e/i40e_ethdev.c:2339: + I40E_ITR_INDEX_DEFAULT); WARNING:LONG_LINE: line over 90 characters #160: FILE: drivers/net/i40e/i40e_ethdev.c:2348: + I40E_ITR_INDEX_NONE); total: 0 errors, 3 warnings, 0 checks, 96 lines checked