automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw29970 [PATCH v3 15/30] net/mlx5: add Hash Rx queue object
       [not found] <44504c8115645bb22a95b70d9a57eb1f32890d6c.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/29970

_coding style issues_


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

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name
#600: FILE: drivers/net/mlx5/mlx5_rxtx.h:376:
+struct mlx5_hrxq *mlx5_priv_hrxq_new(struct priv *, uint8_t *, uint8_t,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint8_t *' should also have an identifier name
#600: FILE: drivers/net/mlx5/mlx5_rxtx.h:376:
+struct mlx5_hrxq *mlx5_priv_hrxq_new(struct priv *, uint8_t *, uint8_t,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint8_t' should also have an identifier name
#600: FILE: drivers/net/mlx5/mlx5_rxtx.h:376:
+struct mlx5_hrxq *mlx5_priv_hrxq_new(struct priv *, uint8_t *, uint8_t,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint64_t' should also have an identifier name
#600: FILE: drivers/net/mlx5/mlx5_rxtx.h:376:
+struct mlx5_hrxq *mlx5_priv_hrxq_new(struct priv *, uint8_t *, uint8_t,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint16_t []' should also have an identifier name
#600: FILE: drivers/net/mlx5/mlx5_rxtx.h:376:
+struct mlx5_hrxq *mlx5_priv_hrxq_new(struct priv *, uint8_t *, uint8_t,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint16_t' should also have an identifier name
#600: FILE: drivers/net/mlx5/mlx5_rxtx.h:376:
+struct mlx5_hrxq *mlx5_priv_hrxq_new(struct priv *, uint8_t *, uint8_t,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name
#602: FILE: drivers/net/mlx5/mlx5_rxtx.h:378:
+struct mlx5_hrxq *mlx5_priv_hrxq_get(struct priv *, uint8_t *, uint8_t,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint8_t *' should also have an identifier name
#602: FILE: drivers/net/mlx5/mlx5_rxtx.h:378:
+struct mlx5_hrxq *mlx5_priv_hrxq_get(struct priv *, uint8_t *, uint8_t,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint8_t' should also have an identifier name
#602: FILE: drivers/net/mlx5/mlx5_rxtx.h:378:
+struct mlx5_hrxq *mlx5_priv_hrxq_get(struct priv *, uint8_t *, uint8_t,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint64_t' should also have an identifier name
#602: FILE: drivers/net/mlx5/mlx5_rxtx.h:378:
+struct mlx5_hrxq *mlx5_priv_hrxq_get(struct priv *, uint8_t *, uint8_t,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint16_t []' should also have an identifier name
#602: FILE: drivers/net/mlx5/mlx5_rxtx.h:378:
+struct mlx5_hrxq *mlx5_priv_hrxq_get(struct priv *, uint8_t *, uint8_t,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'uint16_t' should also have an identifier name
#602: FILE: drivers/net/mlx5/mlx5_rxtx.h:378:
+struct mlx5_hrxq *mlx5_priv_hrxq_get(struct priv *, uint8_t *, uint8_t,

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name
#604: FILE: drivers/net/mlx5/mlx5_rxtx.h:380:
+int mlx5_priv_hrxq_release(struct priv *, struct mlx5_hrxq *);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct mlx5_hrxq *' should also have an identifier name
#604: FILE: drivers/net/mlx5/mlx5_rxtx.h:380:
+int mlx5_priv_hrxq_release(struct priv *, struct mlx5_hrxq *);

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

total: 0 errors, 16 warnings, 0 checks, 544 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] <44504c8115645bb22a95b70d9a57eb1f32890d6c.1507560012.git.nelio.laranjeiro@6wind.com>
2017-10-09 14:47 ` [dpdk-test-report] |WARNING| pw29970 [PATCH v3 15/30] net/mlx5: add Hash Rx queue object 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).