automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw27385 [PATCH v1 18/21] net/mlx5: use flow to enable unicast traffic
       [not found] <c5bd7b701835175bd07363dfe745385abcf906e1.1501681927.git.nelio.laranjeiro@6wind.com>
@ 2017-08-02 14:17 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-08-02 14:17 UTC (permalink / raw)
  To: test-report; +Cc: Nélio Laranjeiro

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

_coding style issues_


WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name
#120: FILE: drivers/net/mlx5/mlx5.h:263:
+int priv_dev_traffic_enable(struct priv *, struct rte_eth_dev *);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_eth_dev *' should also have an identifier name
#120: FILE: drivers/net/mlx5/mlx5.h:263:
+int priv_dev_traffic_enable(struct priv *, struct rte_eth_dev *);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name
#121: FILE: drivers/net/mlx5/mlx5.h:264:
+int priv_dev_traffic_disable(struct priv *, struct rte_eth_dev *);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_eth_dev *' should also have an identifier name
#121: FILE: drivers/net/mlx5/mlx5.h:264:
+int priv_dev_traffic_disable(struct priv *, struct rte_eth_dev *);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name
#122: FILE: drivers/net/mlx5/mlx5.h:265:
+int priv_dev_traffic_restart(struct priv *, struct rte_eth_dev *);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_eth_dev *' should also have an identifier name
#122: FILE: drivers/net/mlx5/mlx5.h:265:
+int priv_dev_traffic_restart(struct priv *, struct rte_eth_dev *);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_eth_dev *' should also have an identifier name
#123: FILE: drivers/net/mlx5/mlx5.h:266:
+int mlx5_traffic_restart(struct rte_eth_dev *);

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EADDRINUSE)
#605: FILE: drivers/net/mlx5/mlx5_mac.c:138:
+		return EADDRINUSE;

total: 0 errors, 8 warnings, 0 checks, 1363 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-08-02 14:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <c5bd7b701835175bd07363dfe745385abcf906e1.1501681927.git.nelio.laranjeiro@6wind.com>
2017-08-02 14:17 ` [dpdk-test-report] |WARNING| pw27385 [PATCH v1 18/21] net/mlx5: use flow to enable unicast traffic checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).