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 7DFBAA0352 for ; Mon, 4 Nov 2019 12:02:11 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 749BF34F0; Mon, 4 Nov 2019 12:02:11 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id E187637B4; Mon, 4 Nov 2019 12:02:09 +0100 (CET) In-Reply-To: <1572479604-178752-3-git-send-email-orika@mellanox.com> References: <1572479604-178752-3-git-send-email-orika@mellanox.com> To: test-report@dpdk.org Cc: Ori Kam Message-Id: <20191104110209.E187637B4@dpdk.org> Date: Mon, 4 Nov 2019 12:02:09 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw62249 [PATCH v7 02/14] ethdev: add support for hairpin queue 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/62249 _coding style issues_ WARNING:LONG_LINE: line over 90 characters #131: FILE: lib/librte_ethdev/rte_ethdev.c:928: + "Can't start Rx hairpin queue %"PRIu16" of device with port_id=%"PRIu16" ", WARNING:LONG_LINE: line over 90 characters #145: FILE: lib/librte_ethdev/rte_ethdev.c:962: + "Can't stop Rx hairpin queue %"PRIu16" of device with port_id=%"PRIu16" ", WARNING:LONG_LINE: line over 90 characters #159: FILE: lib/librte_ethdev/rte_ethdev.c:1002: + "Can't start Tx hairpin queue %"PRIu16" of device with port_id=%"PRIu16" ", WARNING:LONG_LINE: line over 90 characters #173: FILE: lib/librte_ethdev/rte_ethdev.c:1034: + "Can't stop Tx hairpin queue %"PRIu16" of device with port_id=%"PRIu16" ", WARNING:LONG_LINE: line over 90 characters #386: FILE: lib/librte_ethdev/rte_ethdev.c:4395: + "Can't get hairpin Rx queue %"PRIu16" info of device with port_id=%"PRIu16" ", WARNING:LONG_LINE: line over 90 characters #400: FILE: lib/librte_ethdev/rte_ethdev.c:4426: + "Can't get hairpin Tx queue %"PRIu16" info of device with port_id=%"PRIu16" ", total: 0 errors, 6 warnings, 692 lines checked