From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 002D31B490; Wed, 12 Dec 2018 08:03:48 +0100 (CET) In-Reply-To: <1544598004-27099-32-git-send-email-wenzhuo.lu@intel.com> References: <1544598004-27099-32-git-send-email-wenzhuo.lu@intel.com> To: test-report@dpdk.org Cc: Wenzhuo Lu Message-Id: <20181212070349.002D31B490@dpdk.org> Date: Wed, 12 Dec 2018 08:03:48 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw48693 [v3, 31/34] net/ice: support advance RX/TX 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, 12 Dec 2018 07:03:49 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/48693 _coding style issues_ CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #75: FILE: drivers/net/ice/ice_lan_rxtx.c:998: + qword1 = rte_le_to_cpu_64( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #92: FILE: drivers/net/ice/ice_lan_rxtx.c:1015: + qword1 = rte_le_to_cpu_64( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #103: FILE: drivers/net/ice/ice_lan_rxtx.c:1026: + rte_le_to_cpu_32( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #105: FILE: drivers/net/ice/ice_lan_rxtx.c:1028: + mb->packet_type = ptype_tbl[(uint8_t)( WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'ice_rx_scan_hw_ring', this function's name, in a string #125: FILE: drivers/net/ice/ice_lan_rxtx.c:1048: + PMD_RX_LOG(DEBUG, "ice_rx_scan_hw_ring: " WARNING:TYPO_SPELLING: 'regsiter' may be misspelled - perhaps 'register'? #189: FILE: drivers/net/ice/ice_lan_rxtx.c:1112: + /* Update rx tail regsiter */ CHECK:SPACING: spaces preferred around that '*' (ctx:WxV) #275: FILE: drivers/net/ice/ice_lan_rxtx.c:1198: +ice_recv_pkts_bulk_alloc(void __rte_unused *rx_queue, ^ CHECK:SPACING: spaces preferred around that '*' (ctx:WxO) #276: FILE: drivers/net/ice/ice_lan_rxtx.c:1199: + struct rte_mbuf __rte_unused **rx_pkts, ^ CHECK:BRACES: Unbalanced braces around else statement #413: FILE: drivers/net/ice/ice_lan_rxtx.c:1336: + } else total: 0 errors, 2 warnings, 7 checks, 695 lines checked