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 78DB0A00E6 for ; Thu, 8 Aug 2019 13:54:33 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4459B1BE0C; Thu, 8 Aug 2019 13:54:33 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 603501BE23; Thu, 8 Aug 2019 13:54:32 +0200 (CEST) In-Reply-To: <20190808115323.5967-1-nsarkar@sandvine.com> References: <20190808115323.5967-1-nsarkar@sandvine.com> To: test-report@dpdk.org Cc: Nilanjan Sarkar Message-Id: <20190808115432.603501BE23@dpdk.org> Date: Thu, 8 Aug 2019 13:54:32 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw57590 [PATCH] eal: added new api to only enqueue a packet in tx buffer 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/57590 _coding style issues_ ERROR:TRAILING_WHITESPACE: trailing whitespace #39: FILE: lib/librte_ethdev/rte_ethdev.h:4573: + * Buffer a single packet for future transmission on Tx buffer. This buffer $ ERROR:TRAILING_WHITESPACE: trailing whitespace #41: FILE: lib/librte_ethdev/rte_ethdev.h:4575: + * call. $ ERROR:TRAILING_WHITESPACE: trailing whitespace #44: FILE: lib/librte_ethdev/rte_ethdev.h:4578: + * in Tx buffer, this function fails. $ ERROR:TRAILING_WHITESPACE: trailing whitespace #45: FILE: lib/librte_ethdev/rte_ethdev.h:4579: + * Tx buffer will be flushed using rte_eth_tx_buffer_flush () call. It is $ total: 4 errors, 0 warnings, 35 lines checked