[dpdk-test-report] |WARNING| pw54938 [PATCH 2/2] net/vhost: support mrg-rxbuf disabling

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jun 19 16:32:12 CEST 2019


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/54938

_coding style issues_


ERROR:CODE_INDENT: code indent should use tabs where possible
#87: FILE: drivers/net/vhost/rte_eth_vhost.c:1455:
+ ^I^Iif (mrg_rxbuf == 0)$

WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#87: FILE: drivers/net/vhost/rte_eth_vhost.c:1455:
+ ^I^Iif (mrg_rxbuf == 0)$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#87: FILE: drivers/net/vhost/rte_eth_vhost.c:1455:
+ ^I^Iif (mrg_rxbuf == 0)$

total: 1 errors, 2 warnings, 0 checks, 58 lines checked


More information about the test-report mailing list