automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw140549 [PATCH 01/11] net/mlx5: initial design of non template to hws
       [not found] <20240602102802.196920-1-mkashani@nvidia.com>
@ 2024-06-02 10:30 ` checkpatch
  2024-06-03  7:39 ` |WARNING| pw140549-140573 " qemudev
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2024-06-02 10:30 UTC (permalink / raw)
  To: test-report; +Cc: Maayan Kashani

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

_coding style issues_


WARNING:BAD_SIGN_OFF: Duplicate signature
#1756: 
Signed-off-by: Bing Zhao <bingz@nvidia.com>

WARNING:BAD_SIGN_OFF: Duplicate signature
#1971: 
Signed-off-by: Bing Zhao <bingz@nvidia.com>

WARNING:BAD_SIGN_OFF: Duplicate signature
#2054: 
Signed-off-by: Maayan Kashani <mkashani@nvidia.com>

WARNING:BAD_SIGN_OFF: Duplicate signature
#2567: 
Signed-off-by: Maayan Kashani <mkashani@nvidia.com>

WARNING:BAD_SIGN_OFF: Duplicate signature
#2618: 
Signed-off-by: Maayan Kashani <mkashani@nvidia.com>

WARNING:BAD_SIGN_OFF: Duplicate signature
#4343: 
Signed-off-by: Maayan Kashani <mkashani@nvidia.com>

WARNING:BAD_SIGN_OFF: Duplicate signature
#4391: 
Signed-off-by: Maayan Kashani <mkashani@nvidia.com>

WARNING:BAD_SIGN_OFF: Duplicate signature
#5302: 
Signed-off-by: Maayan Kashani <mkashani@nvidia.com>

WARNING:BAD_SIGN_OFF: Duplicate signature
#5458: 
Signed-off-by: Maayan Kashani <mkashani@nvidia.com>

total: 0 errors, 9 warnings, 0 checks, 5070 lines checked

^ permalink raw reply	[flat|nested] 2+ messages in thread

* |WARNING| pw140549-140573 [PATCH 01/11] net/mlx5: initial design of non template to hws
       [not found] <20240602102802.196920-1-mkashani@nvidia.com>
  2024-06-02 10:30 ` |WARNING| pw140549 [PATCH 01/11] net/mlx5: initial design of non template to hws checkpatch
@ 2024-06-03  7:39 ` qemudev
  1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2024-06-03  7:39 UTC (permalink / raw)
  To: test-report; +Cc: Maayan Kashani, zhoumin

Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/140549

_apply patch failure_

Submitter: Maayan Kashani <mkashani@nvidia.com>
Date: Sun, 2 Jun 2024 13:28:01 +0300
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 76cef1af8bdaeaf67a5c4ca5df3f221df994dc46

Apply patch set 140549-140573 failed:

Checking patch drivers/net/mlx5/linux/mlx5_os.c...
error: while searching for:
static struct mlx5_local_data mlx5_local_data;

/* rte flow indexed pool configuration. */
static struct mlx5_indexed_pool_config icfg[] = {
	{
		.size = sizeof(struct rte_flow),
		.trunk_size = 64,

error: patch failed: drivers/net/mlx5/linux/mlx5_os.c:69
error: drivers/net/mlx5/linux/mlx5_os.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
error: while searching for:
		       const struct rte_flow_item items[],
		       const struct rte_flow_action actions[],
		       struct rte_flow_error *error);
struct rte_flow *mlx5_flow_create(struct rte_eth_dev *dev,
				  const struct rte_flow_attr *attr,
				  const struct rte_flow_item items[],

error: patch failed: drivers/net/mlx5/mlx5.h:2293
error: drivers/net/mlx5/mlx5.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow.c...
error: while searching for:
}

/* Declare flow create/destroy prototype in advance. */
static uint32_t
flow_list_create(struct rte_eth_dev *dev, enum mlx5_flow_type type,
		 const struct rte_flow_attr *attr,
		 const struct rte_flow_item items[],
		 const struct rte_flow_action actions[],
		 bool external, struct rte_flow_error *error);

static void
flow_list_destroy(struct rte_eth_dev *dev, enum mlx5_flow_type type,
		  uint32_t flow_idx);

int

error: patch failed: drivers/net/mlx5/mlx5_flow.c:4929
error: drivers/net/mlx5/mlx5_flow.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow.h...
error: while searching for:
/* Matcher structure. */
struct mlx5_flow_dv_matcher {
	struct mlx5_list_entry entry; /**< Pointer to the next element. */
	struct mlx5_flow_tbl_resource *tbl;
	/**< Pointer to the table(group) the matcher associated with. */
	void *matcher_object; /**< Pointer to DV matcher */
	uint16_t crc; /**< CRC of key. */
	uint16_t priority; /**< Priority of matcher. */

error: patch failed: drivers/net/mlx5/mlx5_flow.h:620
error: drivers/net/mlx5/mlx5_flow.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow_dv.c...
error: while searching for:
 * @return
 *   0 on success, a negative errno value otherwise and rte_errno is set.
 */
static int
flow_dv_validate(struct rte_eth_dev *dev, const struct rte_flow_attr *attr,
		 const struct rte_flow_item items[],
		 const struct rte_flow_action actions[],

error: patch failed: drivers/net/mlx5/mlx5_flow_dv.c:7622
error: drivers/net/mlx5/mlx5_flow_dv.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow_hw.c...
error: while searching for:
	return type;
}

struct mlx5_mirror_clone {
	enum rte_flow_action_type type;
	void *action_ctx;

error: patch failed: drivers/net/mlx5/mlx5_flow_hw.c:256
error: drivers/net/mlx5/mlx5_flow_hw.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow_verbs.c...
error: while searching for:
}

const struct mlx5_flow_driver_ops mlx5_flow_verbs_drv_ops = {
	.validate = flow_verbs_validate,
	.prepare = flow_verbs_prepare,
	.translate = flow_verbs_translate,

error: patch failed: drivers/net/mlx5/mlx5_flow_verbs.c:2183
error: drivers/net/mlx5/mlx5_flow_verbs.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_trigger.c...
error: while searching for:
	DRV_LOG(DEBUG, "port %u starting device", dev->data->port_id);
#ifdef HAVE_MLX5_HWS_SUPPORT
	if (priv->sh->config.dv_flow_en == 2) {
		/* If there is no E-Switch, then there are no start/stop order limitations. */
		if (!priv->sh->config.dv_esw_en)
			goto continue_dev_start;

error: patch failed: drivers/net/mlx5/mlx5_trigger.c:1158
error: drivers/net/mlx5/mlx5_trigger.c: patch does not apply
Checking patch drivers/net/mlx5/windows/mlx5_os.c...
error: while searching for:
static rte_spinlock_t mlx5_shared_data_lock = RTE_SPINLOCK_INITIALIZER;

/* rte flow indexed pool configuration. */
static struct mlx5_indexed_pool_config icfg[] = {
	{
		.size = sizeof(struct rte_flow),
		.trunk_size = 64,

error: patch failed: drivers/net/mlx5/windows/mlx5_os.c:35
error: drivers/net/mlx5/windows/mlx5_os.c: patch does not apply


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-06-03  8:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20240602102802.196920-1-mkashani@nvidia.com>
2024-06-02 10:30 ` |WARNING| pw140549 [PATCH 01/11] net/mlx5: initial design of non template to hws checkpatch
2024-06-03  7:39 ` |WARNING| pw140549-140573 " qemudev

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).