From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id B34A91BC16; Tue, 18 Dec 2018 09:48:30 +0100 (CET) In-Reply-To: <1545122800-57293-30-git-send-email-wenzhuo.lu@intel.com> References: <1545122800-57293-30-git-send-email-wenzhuo.lu@intel.com> To: test-report@dpdk.org Cc: Wenzhuo Lu Message-Id: <20181218084830.B34A91BC16@dpdk.org> Date: Tue, 18 Dec 2018 09:48:30 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw49071 [v6, 29/31] 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: Tue, 18 Dec 2018 08:48:30 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/49071 _coding style issues_ CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #124: FILE: drivers/net/ice/ice_rxtx.c:1064: + qword1 = rte_le_to_cpu_64( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #141: FILE: drivers/net/ice/ice_rxtx.c:1081: + qword1 = rte_le_to_cpu_64( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #152: FILE: drivers/net/ice/ice_rxtx.c:1092: + rte_le_to_cpu_32( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #154: FILE: drivers/net/ice/ice_rxtx.c:1094: + 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 #174: FILE: drivers/net/ice/ice_rxtx.c:1114: + PMD_RX_LOG(DEBUG, "ice_rx_scan_hw_ring: " WARNING:TYPO_SPELLING: 'regsiter' may be misspelled - perhaps 'register'? #238: FILE: drivers/net/ice/ice_rxtx.c:1178: + /* Update rx tail regsiter */ CHECK:SPACING: spaces preferred around that '*' (ctx:WxV) #324: FILE: drivers/net/ice/ice_rxtx.c:1264: +ice_recv_pkts_bulk_alloc(void __rte_unused *rx_queue, ^ CHECK:SPACING: spaces preferred around that '*' (ctx:WxO) #325: FILE: drivers/net/ice/ice_rxtx.c:1265: + struct rte_mbuf __rte_unused **rx_pkts, ^ CHECK:BRACES: Unbalanced braces around else statement #462: FILE: drivers/net/ice/ice_rxtx.c:1402: + } else total: 0 errors, 2 warnings, 7 checks, 731 lines checked