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| pw98397 [PATCH] [v2] net/ice: add 1PPS support for E810
Date: Wed,  8 Sep 2021 22:13:41 -0400 (EDT)	[thread overview]
Message-ID: <20210909021341.1FA573062F@noxus.dpdklab.iol.unh.edu> (raw)

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

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

_apply patch failure_

Submitter: Simei Su <simei.su@intel.com>
Date: Thursday, September 09 2021 01:30:49 
Applied on: CommitID:2508c18cff9ffb217ac40e44071dc2762d257f31
Apply patch set 98397 failed:

Checking patch doc/guides/nics/ice.rst...
error: while searching for:

  These ICE_DBG_XXX are defined in ``drivers/net/ice/base/ice_type.h``.

Driver compilation and testing
------------------------------


error: patch failed: doc/guides/nics/ice.rst:219
Checking patch doc/guides/rel_notes/release_21_11.rst...
error: doc/guides/rel_notes/release_21_11.rst: does not exist in index
Checking patch drivers/net/ice/ice_ethdev.c...
error: while searching for:
#define ICE_PIPELINE_MODE_SUPPORT_ARG  "pipeline-mode-support"
#define ICE_PROTO_XTR_ARG         "proto_xtr"
#define ICE_HW_DEBUG_MASK_ARG     "hw_debug_mask"

#define ICE_CYCLECOUNTER_MASK  0xffffffffffffffffULL

static const char * const ice_valid_args[] = {
	ICE_SAFE_MODE_SUPPORT_ARG,
	ICE_PIPELINE_MODE_SUPPORT_ARG,
	ICE_PROTO_XTR_ARG,
	ICE_HW_DEBUG_MASK_ARG,
	NULL
};


error: patch failed: drivers/net/ice/ice_ethdev.c:30
Hunk #2 succeeded at 1836 (offset 24 lines).
Hunk #3 succeeded at 1991 (offset 19 lines).
Hunk #4 succeeded at 2419 (offset -17 lines).
Hunk #5 succeeded at 2458 (offset -17 lines).
Hunk #6 succeeded at 3444 (offset -37 lines).
Hunk #7 succeeded at 3571 (offset -37 lines).
Checking patch drivers/net/ice/ice_ethdev.h...
Hunk #1 succeeded at 143 (offset -1 lines).
Hunk #2 succeeded at 156 (offset -1 lines).
Hunk #3 succeeded at 470 (offset -1 lines).
Hunk #4 succeeded at 480 (offset -1 lines).
Applying patch doc/guides/nics/ice.rst with 1 reject...
Rejected hunk #1.
Applying patch drivers/net/ice/ice_ethdev.c with 1 reject...
Rejected hunk #1.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
Hunk #4 applied cleanly.
Hunk #5 applied cleanly.
Hunk #6 applied cleanly.
Hunk #7 applied cleanly.
Applied patch drivers/net/ice/ice_ethdev.h cleanly.
diff a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst	(rejected hunks)
@@ -219,6 +219,14 @@ Runtime Config Options
 
   These ICE_DBG_XXX are defined in ``drivers/net/ice/base/ice_type.h``.
 
+- ``1PPS out support``
+
+  The E810 supports four single-ended GPIO signals (SDP[20:23]). The 1PPS
+  signal outputs via SDP[20:23]. User can select GPIO pin index flexibly.
+  Pin index 0 means SDP20, 1 means SDP21 and so on. For example::
+
+    -a af:00.0,pps_out='[pin:0]'
+
 Driver compilation and testing
 ------------------------------
 
diff a/drivers/net/ice/ice_ethdev.c b/drivers/net/ice/ice_ethdev.c	(rejected hunks)
@@ -30,14 +30,18 @@
 #define ICE_PIPELINE_MODE_SUPPORT_ARG  "pipeline-mode-support"
 #define ICE_PROTO_XTR_ARG         "proto_xtr"
 #define ICE_HW_DEBUG_MASK_ARG     "hw_debug_mask"
+#define ICE_ONE_PPS_OUT_ARG       "pps_out"
 
 #define ICE_CYCLECOUNTER_MASK  0xffffffffffffffffULL
 
+#define PPS_OUT_DELAY_NS  1
+
 static const char * const ice_valid_args[] = {
 	ICE_SAFE_MODE_SUPPORT_ARG,
 	ICE_PIPELINE_MODE_SUPPORT_ARG,
 	ICE_PROTO_XTR_ARG,
 	ICE_HW_DEBUG_MASK_ARG,
+	ICE_ONE_PPS_OUT_ARG,
 	NULL
 };
 

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

UNH-IOL DPDK Community Lab

             reply	other threads:[~2021-09-09  2:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-09  2:13 dpdklab [this message]
     [not found] <20210909013049.444061-1-simei.su@intel.com>
2021-09-09  1:37 ` [dpdk-test-report] |WARNING| pw98397 [PATCH v2] " checkpatch

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=20210909021341.1FA573062F@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).