automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: test-report@dpdk.org
Cc: dpdk-test-reports@iol.unh.edu
Subject: [dpdk-test-report] |WARNING| pw103535-103538 [PATCH] [4/4] doc: add BPHY to the list of platform blocks
Date: Tue,  2 Nov 2021 19:19:04 +0000 (UTC)	[thread overview]
Message-ID: <20211102191904.87BDE60796@dpdk-ubuntu.dpdklab.iol.unh.edu> (raw)

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

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

_apply patch failure_

Submitter: Tomasz Duszynski <tduszynski@marvell.com>
Date: Tuesday, November 02 2021 18:41:34 
Applied on: CommitID:b2be63b55ab086c52c082d5c0b2b01fffbc48326
Apply patch set 103535-103538 failed:

Checking patch drivers/raw/cnxk_bphy/cnxk_bphy_irq.c...
Checking patch drivers/raw/cnxk_bphy/cnxk_bphy_irq.h...
error: while searching for:
#define BPHY_QUEUE_CNT 1
	struct roc_bphy bphy;
	struct roc_bphy_irq_chip *irq_chip;
	struct bphy_mem mem;
	/* bphy irq interface supports single queue only */
	struct bphy_irq_queue queues[BPHY_QUEUE_CNT];
};

int cnxk_bphy_intr_init(uint16_t dev_id);
void cnxk_bphy_intr_fini(uint16_t dev_id);
struct bphy_mem *cnxk_bphy_mem_get(uint16_t dev_id);
int cnxk_bphy_intr_register(uint16_t dev_id, int irq_num,
			    cnxk_bphy_intr_handler_t handler,
			    void *isr_data, int cpu);
void cnxk_bphy_intr_unregister(uint16_t dev_id, int irq_num);
uint64_t cnxk_bphy_irq_max_get(uint16_t dev_id);


error: patch failed: drivers/raw/cnxk_bphy/cnxk_bphy_irq.h:26
Checking patch drivers/raw/cnxk_bphy/rte_pmd_bphy.h...
Applied patch drivers/raw/cnxk_bphy/cnxk_bphy_irq.c cleanly.
Applying patch drivers/raw/cnxk_bphy/cnxk_bphy_irq.h with 1 reject...
Hunk #1 applied cleanly.
Rejected hunk #2.
Applied patch drivers/raw/cnxk_bphy/rte_pmd_bphy.h cleanly.
diff a/drivers/raw/cnxk_bphy/cnxk_bphy_irq.h b/drivers/raw/cnxk_bphy/cnxk_bphy_irq.h	(rejected hunks)
@@ -26,17 +18,17 @@ struct bphy_device {
 #define BPHY_QUEUE_CNT 1
 	struct roc_bphy bphy;
 	struct roc_bphy_irq_chip *irq_chip;
-	struct bphy_mem mem;
+	struct cnxk_bphy_mem mem;
 	/* bphy irq interface supports single queue only */
 	struct bphy_irq_queue queues[BPHY_QUEUE_CNT];
 };
 
 int cnxk_bphy_intr_init(uint16_t dev_id);
 void cnxk_bphy_intr_fini(uint16_t dev_id);
-struct bphy_mem *cnxk_bphy_mem_get(uint16_t dev_id);
+struct cnxk_bphy_mem *cnxk_bphy_mem_get(uint16_t dev_id);
 int cnxk_bphy_intr_register(uint16_t dev_id, int irq_num,
-			    cnxk_bphy_intr_handler_t handler,
-			    void *isr_data, int cpu);
+			    cnxk_bphy_intr_handler_t handler, void *isr_data,
+			    int cpu);
 void cnxk_bphy_intr_unregister(uint16_t dev_id, int irq_num);
 uint64_t cnxk_bphy_irq_max_get(uint16_t dev_id);
 
Checking patch drivers/raw/cnxk_bphy/rte_pmd_bphy.h...
error: drivers/raw/cnxk_bphy/rte_pmd_bphy.h: does not match index

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

UNH-IOL DPDK Community Lab

                 reply	other threads:[~2021-11-02 19:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211102191904.87BDE60796@dpdk-ubuntu.dpdklab.iol.unh.edu \
    --to=dpdklab@iol.unh.edu \
    --cc=dpdk-test-reports@iol.unh.edu \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).