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| pw99029-99030 [PATCH] [v5, 2/2] test/event: Add rx queue conf get test in rx adapter autotest
Date: Thu, 16 Sep 2021 09:16:52 -0400 (EDT)	[thread overview]
Message-ID: <20210916131652.9390D6D44A@noxus.dpdklab.iol.unh.edu> (raw)

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

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

_apply patch failure_

Submitter: Ganapati Kundapura <ganapati.kundapura@intel.com>
Date: Thursday, September 16 2021 12:51:07 
Applied on: CommitID:dfb1ad1e7a070926c9bd9fdf38e6b944a21f1d49
Apply patch set 99029-99030 failed:

Checking patch doc/guides/prog_guide/event_ethernet_rx_adapter.rst...
Checking patch lib/eventdev/eventdev_pmd.h...
Hunk #2 succeeded at 1133 (offset 26 lines).
Checking patch lib/eventdev/rte_event_eth_rx_adapter.c...
Hunk #2 succeeded at 1297 (offset -52 lines).
Hunk #3 succeeded at 1320 (offset -52 lines).
Hunk #4 succeeded at 2657 (offset 9 lines).
Hunk #5 succeeded at 2698 (offset 9 lines).
Hunk #6 succeeded at 2726 (offset 9 lines).
Hunk #7 succeeded at 2785 (offset 9 lines).
Checking patch lib/eventdev/rte_event_eth_rx_adapter.h...
error: while searching for:
	uint8_t dev_id, uint16_t eth_port_id,
	struct rte_event_eth_rx_adapter_vector_limits *limits);

#ifdef __cplusplus
}
#endif

error: patch failed: lib/eventdev/rte_event_eth_rx_adapter.h:545
Checking patch lib/eventdev/version.map...
error: while searching for:
	rte_event_vector_pool_create;
	rte_event_eth_rx_adapter_vector_limits_get;
	__rte_eventdev_trace_crypto_adapter_enqueue;
};

INTERNAL {

error: patch failed: lib/eventdev/version.map:143
Applied patch doc/guides/prog_guide/event_ethernet_rx_adapter.rst cleanly.
Applied patch lib/eventdev/eventdev_pmd.h cleanly.
Applied patch lib/eventdev/rte_event_eth_rx_adapter.c cleanly.
Applying patch lib/eventdev/rte_event_eth_rx_adapter.h with 1 reject...
Hunk #1 applied cleanly.
Rejected hunk #2.
Applying patch lib/eventdev/version.map with 1 reject...
Rejected hunk #1.
diff a/lib/eventdev/rte_event_eth_rx_adapter.h b/lib/eventdev/rte_event_eth_rx_adapter.h	(rejected hunks)
@@ -545,6 +546,32 @@ int rte_event_eth_rx_adapter_vector_limits_get(
 	uint8_t dev_id, uint16_t eth_port_id,
 	struct rte_event_eth_rx_adapter_vector_limits *limits);
 
+/**
+ * Retrieve Rx queue config information.
+ *
+ * @param id
+ *  Adapter identifier.
+
+ * @param eth_dev_id
+ *  Port identifier of Ethernet device.
+
+ * @param rx_queue_id
+ *  Ethernet device receive queue index.
+
+ * @param[out] queue_conf
+ *  Pointer to struct rte_event_eth_rx_adapter_queue_conf
+
+ * @return
+ *  - 0: Success, Receive queue added correctly.
+ *  - <0: Error code on failure.
+ */
+__rte_experimental
+int rte_event_eth_rx_adapter_queue_conf_get(uint8_t id,
+			uint16_t eth_dev_id,
+			uint16_t rx_queue_id,
+			struct rte_event_eth_rx_adapter_queue_conf *queue_conf);
+
+
 #ifdef __cplusplus
 }
 #endif
diff a/lib/eventdev/version.map b/lib/eventdev/version.map	(rejected hunks)
@@ -143,6 +143,7 @@ EXPERIMENTAL {
 	rte_event_vector_pool_create;
 	rte_event_eth_rx_adapter_vector_limits_get;
 	__rte_eventdev_trace_crypto_adapter_enqueue;
+	rte_event_eth_rx_adapter_queue_conf_get;
 };
 
 INTERNAL {

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

UNH-IOL DPDK Community Lab

                 reply	other threads:[~2021-09-16 13:16 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=20210916131652.9390D6D44A@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).