automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw120740 [PATCH] [v2] common/cnxk: fix dual VLAN parsing issue
@ 2022-12-12 14:17 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2022-12-12 14:17 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

[-- Attachment #1: Type: text/plain, Size: 3429 bytes --]

Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/120740

_apply patch failure_

Submitter: Satheesh Paul Antonysamy <psatheesh@marvell.com>
Date: Monday, December 12 2022 04:52:52 
Applied on: CommitID:c581c49cd3fcaff596fbe566e270b442e6326c79
Apply patch set 120740 failed:

Checking patch drivers/common/cnxk/roc_npc_parse.c...
Hunk #1 succeeded at 238 (offset -1 lines).
Hunk #2 succeeded at 425 (offset -1 lines).
Hunk #3 succeeded at 441 (offset -1 lines).
Checking patch drivers/common/cnxk/roc_npc_priv.h...
error: while searching for:
int npc_mcam_alloc_entries(struct mbox *mbox, int ref_mcam, int *alloc_entry, int req_count,
			   int prio, int *resp_count, bool is_conti);

int npc_mcam_ena_dis_entry(struct npc *npc, struct roc_npc_flow *mcam,
			   bool enable);
int npc_mcam_write_entry(struct mbox *mbox, struct roc_npc_flow *mcam);
int npc_flow_enable_all_entries(struct npc *npc, bool enable);
int npc_update_parse_state(struct npc_parse_state *pst,
			   struct npc_parse_item_info *info, int lid, int lt,
			   uint8_t flags);
void npc_get_hw_supp_mask(struct npc_parse_state *pst,
			  struct npc_parse_item_info *info, int lid, int lt);
int npc_parse_item_basic(const struct roc_npc_item_info *item,
			 struct npc_parse_item_info *info);
int npc_parse_meta_items(struct npc_parse_state *pst);
int npc_parse_mark_item(struct npc_parse_state *pst);
int npc_parse_pre_l2(struct npc_parse_state *pst);

error: patch failed: drivers/common/cnxk/roc_npc_priv.h:418
Checking patch drivers/common/cnxk/roc_npc_utils.c...
Applied patch drivers/common/cnxk/roc_npc_parse.c cleanly.
Applying patch drivers/common/cnxk/roc_npc_priv.h with 1 reject...
Rejected hunk #1.
Applied patch drivers/common/cnxk/roc_npc_utils.c cleanly.
diff a/drivers/common/cnxk/roc_npc_priv.h b/drivers/common/cnxk/roc_npc_priv.h	(rejected hunks)
@@ -418,17 +418,15 @@ int npc_mcam_alloc_entry(struct npc *npc, struct roc_npc_flow *mcam,
 int npc_mcam_alloc_entries(struct mbox *mbox, int ref_mcam, int *alloc_entry, int req_count,
 			   int prio, int *resp_count, bool is_conti);
 
-int npc_mcam_ena_dis_entry(struct npc *npc, struct roc_npc_flow *mcam,
-			   bool enable);
+int npc_mcam_ena_dis_entry(struct npc *npc, struct roc_npc_flow *mcam, bool enable);
 int npc_mcam_write_entry(struct mbox *mbox, struct roc_npc_flow *mcam);
 int npc_flow_enable_all_entries(struct npc *npc, bool enable);
-int npc_update_parse_state(struct npc_parse_state *pst,
-			   struct npc_parse_item_info *info, int lid, int lt,
-			   uint8_t flags);
-void npc_get_hw_supp_mask(struct npc_parse_state *pst,
-			  struct npc_parse_item_info *info, int lid, int lt);
-int npc_parse_item_basic(const struct roc_npc_item_info *item,
-			 struct npc_parse_item_info *info);
+int npc_update_parse_state(struct npc_parse_state *pst, struct npc_parse_item_info *info, int lid,
+			   int lt, uint8_t flags);
+void npc_get_hw_supp_mask(struct npc_parse_state *pst, struct npc_parse_item_info *info, int lid,
+			  int lt);
+int npc_mask_is_supported(const char *mask, const char *hw_mask, int len);
+int npc_parse_item_basic(const struct roc_npc_item_info *item, struct npc_parse_item_info *info);
 int npc_parse_meta_items(struct npc_parse_state *pst);
 int npc_parse_mark_item(struct npc_parse_state *pst);
 int npc_parse_pre_l2(struct npc_parse_state *pst);

https://lab.dpdk.org/results/dashboard/patchsets/24697/

UNH-IOL DPDK Community Lab

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

* |WARNING| pw120740 [PATCH v2] common/cnxk: fix dual VLAN parsing issue
       [not found] <20221212045252.3810307-1-psatheesh@marvell.com>
@ 2022-12-12  4:43 ` qemudev
  0 siblings, 0 replies; 2+ messages in thread
From: qemudev @ 2022-12-12  4:43 UTC (permalink / raw)
  To: test-report; +Cc: psatheesh

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

_apply patch failure_

Submitter: Satheesh Paul Antonysamy <psatheesh@marvell.com>
Date: Mon, 12 Dec 2022 10:22:52 +0530
DPDK git baseline: Repo:dpdk-next-net-mrvl
  Branch: for-next-net
  CommitID: f262f16087ea6a77357a915cf4c0d10ddc7b6562

Apply patch set 120740 failed:

Checking patch drivers/common/cnxk/roc_npc_parse.c...
Hunk #1 succeeded at 238 (offset -1 lines).
Hunk #2 succeeded at 425 (offset -1 lines).
Hunk #3 succeeded at 441 (offset -1 lines).
Checking patch drivers/common/cnxk/roc_npc_priv.h...
error: while searching for:
int npc_mcam_alloc_entries(struct mbox *mbox, int ref_mcam, int *alloc_entry, int req_count,
			   int prio, int *resp_count, bool is_conti);

int npc_mcam_ena_dis_entry(struct npc *npc, struct roc_npc_flow *mcam,
			   bool enable);
int npc_mcam_write_entry(struct mbox *mbox, struct roc_npc_flow *mcam);
int npc_flow_enable_all_entries(struct npc *npc, bool enable);
int npc_update_parse_state(struct npc_parse_state *pst,
			   struct npc_parse_item_info *info, int lid, int lt,
			   uint8_t flags);
void npc_get_hw_supp_mask(struct npc_parse_state *pst,
			  struct npc_parse_item_info *info, int lid, int lt);
int npc_parse_item_basic(const struct roc_npc_item_info *item,
			 struct npc_parse_item_info *info);
int npc_parse_meta_items(struct npc_parse_state *pst);
int npc_parse_mark_item(struct npc_parse_state *pst);
int npc_parse_pre_l2(struct npc_parse_state *pst);

error: patch failed: drivers/common/cnxk/roc_npc_priv.h:418
error: drivers/common/cnxk/roc_npc_priv.h: patch does not apply
Checking patch drivers/common/cnxk/roc_npc_utils.c...


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

end of thread, other threads:[~2022-12-12 14:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-12 14:17 |WARNING| pw120740 [PATCH] [v2] common/cnxk: fix dual VLAN parsing issue dpdklab
     [not found] <20221212045252.3810307-1-psatheesh@marvell.com>
2022-12-12  4:43 ` |WARNING| pw120740 [PATCH v2] " 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).