[dpdk-test-report] |WARNING| pw21808 [PATCH] net/tap: support segmented mbufs

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Mar 15 18:44:14 CET 2017


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


More information about the test-report mailing list