* |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