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: |WARNING| pw117863 [PATCH] [v1, 35/35] net/ionic: add watchdogs to protect each queue type
Date: Mon, 10 Oct 2022 22:09:01 -0400 (EDT)	[thread overview]
Message-ID: <20221011020901.A077C6D509@noxus.dpdklab.iol.unh.edu> (raw)

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

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

_apply patch failure_

Submitter: Andrew Boyer <Andrew.Boyer@amd.com>
Date: Tuesday, October 11 2022 00:50:32 
Applied on: CommitID:f13604fad12a81383da7b04821a4befb3d01e2ed
Apply patch set 117863 failed:

Checking patch drivers/net/ionic/ionic_dev.h...
error: while searching for:
#define IONIC_DEVCMD_CHECK_PERIOD_US	10	/* devcmd status chk period */
#define IONIC_DEVCMD_RETRY_WAIT_US	20000

#define IONIC_ALIGN			4096

struct ionic_adapter;

error: patch failed: drivers/net/ionic/ionic_dev.h:26
Checking patch drivers/net/ionic/ionic_lif.h...
error: while searching for:
	struct rte_mempool *mb_pool;
	uint64_t rearm_data;
	uint64_t rearm_seg_data;
	uint16_t frame_size;	/* Based on configured MTU */
	uint16_t hdr_seg_size;	/* Length of first segment of RX chain */
	uint16_t seg_size;	/* Length of all subsequent segments */

error: patch failed: drivers/net/ionic/ionic_lif.h:85
error: while searching for:
	struct ionic_qcq qcq;

	/* cacheline2 */
	uint16_t num_segs_fw;	/* # segs supported by current FW */
	uint16_t free_thresh;
	uint16_t flags;

error: patch failed: drivers/net/ionic/ionic_lif.h:103
Checking patch drivers/net/ionic/ionic_main.c...
Checking patch drivers/net/ionic/ionic_rxtx.c...
Hunk #1 succeeded at 739 (offset 188 lines).
Checking patch drivers/net/ionic/ionic_rxtx_sg.c...
error: drivers/net/ionic/ionic_rxtx_sg.c: does not exist in index
Checking patch drivers/net/ionic/ionic_rxtx_simple.c...
error: drivers/net/ionic/ionic_rxtx_simple.c: does not exist in index
Applying patch drivers/net/ionic/ionic_dev.h with 1 reject...
Rejected hunk #1.
Applying patch drivers/net/ionic/ionic_lif.h with 2 rejects...
Rejected hunk #1.
Rejected hunk #2.
Applied patch drivers/net/ionic/ionic_main.c cleanly.
Applied patch drivers/net/ionic/ionic_rxtx.c cleanly.
diff a/drivers/net/ionic/ionic_dev.h b/drivers/net/ionic/ionic_dev.h	(rejected hunks)
@@ -26,6 +26,10 @@
 #define IONIC_DEVCMD_CHECK_PERIOD_US	10	/* devcmd status chk period */
 #define IONIC_DEVCMD_RETRY_WAIT_US	20000
 
+#define IONIC_Q_WDOG_MS			10	/* 10ms */
+#define IONIC_Q_WDOG_MAX_MS		5000	/* 5s */
+#define IONIC_ADMINQ_WDOG_MS		500	/* 500ms */
+
 #define IONIC_ALIGN			4096
 
 struct ionic_adapter;
diff a/drivers/net/ionic/ionic_lif.h b/drivers/net/ionic/ionic_lif.h	(rejected hunks)
@@ -85,6 +85,8 @@ struct ionic_rx_qcq {
 	struct rte_mempool *mb_pool;
 	uint64_t rearm_data;
 	uint64_t rearm_seg_data;
+	uint64_t last_wdog_cycles;
+	uint64_t wdog_ms;
 	uint16_t frame_size;	/* Based on configured MTU */
 	uint16_t hdr_seg_size;	/* Length of first segment of RX chain */
 	uint16_t seg_size;	/* Length of all subsequent segments */
@@ -103,6 +105,7 @@ struct ionic_tx_qcq {
 	struct ionic_qcq qcq;
 
 	/* cacheline2 */
+	uint64_t last_wdog_cycles;
 	uint16_t num_segs_fw;	/* # segs supported by current FW */
 	uint16_t free_thresh;
 	uint16_t flags;

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

UNH-IOL DPDK Community Lab

                 reply	other threads:[~2022-10-11  2:09 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=20221011020901.A077C6D509@noxus.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).