From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 322E15B1C; Wed, 25 Apr 2018 13:51:55 +0200 (CEST) In-Reply-To: <1524655885-37909-1-git-send-email-wei.dai@intel.com> References: <1524655885-37909-1-git-send-email-wei.dai@intel.com> To: test-report@dpdk.org Cc: Wei Dai Message-Id: <20180425115155.322E15B1C@dpdk.org> Date: Wed, 25 Apr 2018 13:51:55 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw38890 [PATCH v3] ethdev: check Rx/Tx offloads 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, 25 Apr 2018 11:51:55 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/38890 _coding style issues_ WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'rte_eth_rx_queue_setup', this function's name, in a string #93: FILE: lib/librte_ether/rte_ethdev.c:1581: + " in rte_eth_rx_queue_setup( ) ", WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'rte_eth_tx_queue_setup', this function's name, in a string #127: FILE: lib/librte_ether/rte_ethdev.c:1742: + " in rte_eth_tx_queue_setup( ) ", total: 0 errors, 2 warnings, 94 lines checked