[dpdk-test-report] |WARNING| [PATCH 18/18] net/ixgbe: flush consistent filter

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Dec 2 11:47:52 CET 2016


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

_coding style issues_


WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#60: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:461:
+int ixgbe_flow_flush(struct rte_eth_dev *dev,

ERROR:SPACING: space required before the open parenthesis '('
#86: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:9959:
+	if((ret = ixgbe_flush_all_filter(dev)) != 0) {

ERROR:ASSIGN_IN_IF: do not use assignment in if condition
#86: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:9959:
+	if((ret = ixgbe_flush_all_filter(dev)) != 0) {

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


More information about the test-report mailing list