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

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


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

_coding style issues_


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

WARNING:MISSING_BREAK: Possible switch case/default not preceeded by break or fallthrough comment
#169: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:9935:
+	default:

CHECK:BRACES: Blank lines aren't necessary before a close brace '}'
#181: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:9947:
+
+}

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


More information about the test-report mailing list