[dpdk-test-report] |WARNING| pw53588 [PATCH 05/15] net: add rte prefix to ether defines

checkpatch at dpdk.org checkpatch at dpdk.org
Tue May 21 18:39:02 CEST 2019


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

_coding style issues_


CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#4823: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:1230:
+	eth_dev->data->hash_mac_addrs = rte_zmalloc(

WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint8_t' should also have an identifier name
#5282: FILE: drivers/net/mlx4/mlx4.h:202:
+int mlx4_get_mac(struct mlx4_priv *priv, uint8_t (*mac)[RTE_ETHER_ADDR_LEN]);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint8_t' should also have an identifier name
#5372: FILE: drivers/net/mlx5/mlx5.h:443:
+int mlx5_get_mac(struct rte_eth_dev *dev, uint8_t (*mac)[RTE_ETHER_ADDR_LEN]);

total: 0 errors, 2 warnings, 6920 lines checked


More information about the test-report mailing list