From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 114BF214A; Wed, 15 Mar 2017 18:44:14 +0100 (CET) In-Reply-To: <74ac5afc58ae941184f3886c5eeb9fbc8b5d9c9d.1489590563.git.pascal.mazon@6wind.com> References: <74ac5afc58ae941184f3886c5eeb9fbc8b5d9c9d.1489590563.git.pascal.mazon@6wind.com> To: test-report@dpdk.org Cc: Pascal Mazon Message-Id: <20170315174414.114BF214A@dpdk.org> Date: Wed, 15 Mar 2017 18:44:14 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw21808 [PATCH] net/tap: support segmented mbufs 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, 15 Mar 2017 17:44:14 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/21808 _coding style issues_ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #381: FILE: drivers/net/tap/rte_eth_tap.h:64: +^Iuint16_t nb_rx_desc; ^I/* max number of mbufs available */$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #382: FILE: drivers/net/tap/rte_eth_tap.h:65: +^Istruct rte_eth_rxmode *rxmode; ^I/* RX features */$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #383: FILE: drivers/net/tap/rte_eth_tap.h:66: +^Istruct rte_mbuf *pool; ^I/* mbufs pool for this queue */$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #384: FILE: drivers/net/tap/rte_eth_tap.h:67: +^Istruct iovec (*iovecs)[]; ^I/* descriptors for this queue */$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #385: FILE: drivers/net/tap/rte_eth_tap.h:68: +^Istruct tun_pi pi; ^I/* packet info for iovecs */$ total: 0 errors, 5 warnings, 0 checks, 335 lines checked