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| pw127951-127950 [PATCH] [v4, 2/2] app/testpmd: fix segment fault with invalid queue ID
Date: Fri, 09 Jun 2023 15:25:28 -0700 (PDT)	[thread overview]
Message-ID: <6483a6d8.050a0220.414e3.d46cSMTPIN_ADDED_MISSING@mx.google.com> (raw)

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

_apply patch failure_

Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Friday, June 02 2023 07:52:11 
Applied on: CommitID:abaa473297cf21cb81e5348185a7694ae2f221e7
Apply patch set 127951-127950 failed:

Checking patch doc/guides/rel_notes/release_23_07.rst...
error: while searching for:
  for new capability registers, large passthrough BAR and some
  performance enhancements for UPT.


Removed Items
-------------

error: patch failed: doc/guides/rel_notes/release_23_07.rst:83
Checking patch lib/ethdev/rte_ethdev.c...
Checking patch lib/ethdev/rte_ethdev.h...
Hunk #1 succeeded at 2665 (offset -1 lines).
Checking patch lib/ethdev/version.map...
error: while searching for:
	rte_flow_async_action_list_handle_destroy;
	rte_flow_async_action_list_handle_query_update;
	rte_flow_async_actions_update;
};

INTERNAL {

error: patch failed: lib/ethdev/version.map:309
Applying patch doc/guides/rel_notes/release_23_07.rst with 1 reject...
Rejected hunk #1.
Applied patch lib/ethdev/rte_ethdev.c cleanly.
Applied patch lib/ethdev/rte_ethdev.h cleanly.
Applying patch lib/ethdev/version.map with 1 reject...
Rejected hunk #1.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/doc/guides/rel_notes/release_23_07.rst b/doc/guides/rel_notes/release_23_07.rst	(rejected hunks)
@@ -83,6 +83,12 @@ New Features
   for new capability registers, large passthrough BAR and some
   performance enhancements for UPT.
 
+* **Added ethdev Rx/Tx queue ID check API.**
+
+  Added ethdev Rx/Tx queue ID check API which provides functions
+  for check if Rx/Tx queue is valid. If the queue has been setup,
+  it is considered valid.
+
 
 Removed Items
 -------------
diff a/lib/ethdev/version.map b/lib/ethdev/version.map	(rejected hunks)
@@ -309,6 +309,8 @@ EXPERIMENTAL {
 	rte_flow_async_action_list_handle_destroy;
 	rte_flow_async_action_list_handle_query_update;
 	rte_flow_async_actions_update;
+	rte_eth_dev_is_valid_rxq;
+	rte_eth_dev_is_valid_txq;
 };
 
 INTERNAL {

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

UNH-IOL DPDK Community Lab

             reply	other threads:[~2023-06-09 22:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-09 22:25 dpdklab [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-10 18:30 dpdklab
2023-06-02  8:47 dpdklab

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=6483a6d8.050a0220.414e3.d46cSMTPIN_ADDED_MISSING@mx.google.com \
    --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).