automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw29969 [PATCH v3 14/30] net/mlx5: make indirection tables shareable
       [not found] <f5bf2ae66e792daee97a1f32c681e68e4f5044c4.1507560012.git.nelio.laranjeiro@6wind.com>
@ 2017-10-09 14:47 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-10-09 14:47 UTC (permalink / raw)
  To: test-report; +Cc: Nélio Laranjeiro

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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'ind_tbl->queues_n == queues_n'
#316: FILE: drivers/net/mlx5/mlx5_rxq.c:1708:
+		if ((ind_tbl->queues_n == queues_n) &&
+		    (memcmp(ind_tbl->queues, queues,
+			    ind_tbl->queues_n * sizeof(ind_tbl->queues[0]))
+		     == 0))

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EBUSY)
#362: FILE: drivers/net/mlx5/mlx5_rxq.c:1754:
+	return EBUSY;

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name
#410: FILE: drivers/net/mlx5/mlx5_rxtx.h:357:
+struct mlx5_ind_table_ibv *mlx5_priv_ind_table_ibv_new(struct priv *,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint16_t []' should also have an identifier name
#410: FILE: drivers/net/mlx5/mlx5_rxtx.h:357:
+struct mlx5_ind_table_ibv *mlx5_priv_ind_table_ibv_new(struct priv *,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint16_t' should also have an identifier name
#410: FILE: drivers/net/mlx5/mlx5_rxtx.h:357:
+struct mlx5_ind_table_ibv *mlx5_priv_ind_table_ibv_new(struct priv *,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name
#413: FILE: drivers/net/mlx5/mlx5_rxtx.h:360:
+struct mlx5_ind_table_ibv *mlx5_priv_ind_table_ibv_get(struct priv *,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint16_t []' should also have an identifier name
#413: FILE: drivers/net/mlx5/mlx5_rxtx.h:360:
+struct mlx5_ind_table_ibv *mlx5_priv_ind_table_ibv_get(struct priv *,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint16_t' should also have an identifier name
#413: FILE: drivers/net/mlx5/mlx5_rxtx.h:360:
+struct mlx5_ind_table_ibv *mlx5_priv_ind_table_ibv_get(struct priv *,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name
#416: FILE: drivers/net/mlx5/mlx5_rxtx.h:363:
+int mlx5_priv_ind_table_ibv_release(struct priv *, struct mlx5_ind_table_ibv *);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct mlx5_ind_table_ibv *' should also have an identifier name
#416: FILE: drivers/net/mlx5/mlx5_rxtx.h:363:
+int mlx5_priv_ind_table_ibv_release(struct priv *, struct mlx5_ind_table_ibv *);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name
#417: FILE: drivers/net/mlx5/mlx5_rxtx.h:364:
+int mlx5_priv_ind_table_ibv_verify(struct priv *);

total: 0 errors, 10 warnings, 1 checks, 370 lines checked

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

only message in thread, other threads:[~2017-10-09 14:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <f5bf2ae66e792daee97a1f32c681e68e4f5044c4.1507560012.git.nelio.laranjeiro@6wind.com>
2017-10-09 14:47 ` [dpdk-test-report] |WARNING| pw29969 [PATCH v3 14/30] net/mlx5: make indirection tables shareable 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).