* |WARNING| pw128066-128064 [PATCH] [v5, 2/2] app/testpmd: fix segment fault with invalid queue ID
@ 2023-06-05 2:50 dpdklab
0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2023-06-05 2:50 UTC (permalink / raw)
To: test-report; +Cc: dpdk-test-reports
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/128066
_apply patch failure_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Monday, June 05 2023 02:27:41
Applied on: CommitID:abaa473297cf21cb81e5348185a7694ae2f221e7
Apply patch set 128066-128064 failed:
Checking patch doc/guides/rel_notes/release_23_07.rst...
error: while searching for:
Added RTE_ETH_FEC_LLRS to rte_eth_fec_mode.
* **Added flow matching of tx queue.**
Added ``RTE_FLOW_ITEM_TYPE_TX_QUEUE`` rte_flow pattern to match tx queue of
error: patch failed: doc/guides/rel_notes/release_23_07.rst:65
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_create_by_index;
# added in 23.07
rte_flow_action_list_handle_create;
rte_flow_action_list_handle_destroy;
rte_flow_action_list_handle_query_update;
error: patch failed: lib/ethdev/version.map:301
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)
@@ -65,6 +65,12 @@ New Features
Added RTE_ETH_FEC_LLRS to rte_eth_fec_mode.
+* **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.
+
* **Added flow matching of tx queue.**
Added ``RTE_FLOW_ITEM_TYPE_TX_QUEUE`` rte_flow pattern to match tx queue of
diff a/lib/ethdev/version.map b/lib/ethdev/version.map (rejected hunks)
@@ -301,6 +301,8 @@ EXPERIMENTAL {
rte_flow_async_create_by_index;
# added in 23.07
+ rte_eth_dev_is_valid_rxq;
+ rte_eth_dev_is_valid_txq;
rte_flow_action_list_handle_create;
rte_flow_action_list_handle_destroy;
rte_flow_action_list_handle_query_update;
https://lab.dpdk.org/results/dashboard/patchsets/26522/
UNH-IOL DPDK Community Lab
^ permalink raw reply [flat|nested] 3+ messages in thread
* |WARNING| pw128066-128064 [PATCH] [v5, 2/2] app/testpmd: fix segment fault with invalid queue ID
@ 2023-06-10 17:57 dpdklab
0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2023-06-10 17:57 UTC (permalink / raw)
To: test-report; +Cc: dpdk-test-reports
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/128066
_apply patch failure_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Monday, June 05 2023 02:27:41
Applied on: CommitID:abaa473297cf21cb81e5348185a7694ae2f221e7
Apply patch set 128066-128064 failed:
Checking patch doc/guides/rel_notes/release_23_07.rst...
error: while searching for:
Added RTE_ETH_FEC_LLRS to rte_eth_fec_mode.
* **Added flow matching of tx queue.**
Added ``RTE_FLOW_ITEM_TYPE_TX_QUEUE`` rte_flow pattern to match tx queue of
error: patch failed: doc/guides/rel_notes/release_23_07.rst:65
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_create_by_index;
# added in 23.07
rte_flow_action_list_handle_create;
rte_flow_action_list_handle_destroy;
rte_flow_action_list_handle_query_update;
error: patch failed: lib/ethdev/version.map:301
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)
@@ -65,6 +65,12 @@ New Features
Added RTE_ETH_FEC_LLRS to rte_eth_fec_mode.
+* **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.
+
* **Added flow matching of tx queue.**
Added ``RTE_FLOW_ITEM_TYPE_TX_QUEUE`` rte_flow pattern to match tx queue of
diff a/lib/ethdev/version.map b/lib/ethdev/version.map (rejected hunks)
@@ -301,6 +301,8 @@ EXPERIMENTAL {
rte_flow_async_create_by_index;
# added in 23.07
+ rte_eth_dev_is_valid_rxq;
+ rte_eth_dev_is_valid_txq;
rte_flow_action_list_handle_create;
rte_flow_action_list_handle_destroy;
rte_flow_action_list_handle_query_update;
https://lab.dpdk.org/results/dashboard/patchsets/26522/
UNH-IOL DPDK Community Lab
^ permalink raw reply [flat|nested] 3+ messages in thread
* |WARNING| pw128066-128064 [PATCH] [v5, 2/2] app/testpmd: fix segment fault with invalid queue ID
@ 2023-06-09 22:02 dpdklab
0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2023-06-09 22:02 UTC (permalink / raw)
To: test-report; +Cc: dpdk-test-reports
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/128066
_apply patch failure_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Monday, June 05 2023 02:27:41
Applied on: CommitID:abaa473297cf21cb81e5348185a7694ae2f221e7
Apply patch set 128066-128064 failed:
Checking patch doc/guides/rel_notes/release_23_07.rst...
error: while searching for:
Added RTE_ETH_FEC_LLRS to rte_eth_fec_mode.
* **Added flow matching of tx queue.**
Added ``RTE_FLOW_ITEM_TYPE_TX_QUEUE`` rte_flow pattern to match tx queue of
error: patch failed: doc/guides/rel_notes/release_23_07.rst:65
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_create_by_index;
# added in 23.07
rte_flow_action_list_handle_create;
rte_flow_action_list_handle_destroy;
rte_flow_action_list_handle_query_update;
error: patch failed: lib/ethdev/version.map:301
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)
@@ -65,6 +65,12 @@ New Features
Added RTE_ETH_FEC_LLRS to rte_eth_fec_mode.
+* **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.
+
* **Added flow matching of tx queue.**
Added ``RTE_FLOW_ITEM_TYPE_TX_QUEUE`` rte_flow pattern to match tx queue of
diff a/lib/ethdev/version.map b/lib/ethdev/version.map (rejected hunks)
@@ -301,6 +301,8 @@ EXPERIMENTAL {
rte_flow_async_create_by_index;
# added in 23.07
+ rte_eth_dev_is_valid_rxq;
+ rte_eth_dev_is_valid_txq;
rte_flow_action_list_handle_create;
rte_flow_action_list_handle_destroy;
rte_flow_action_list_handle_query_update;
https://lab.dpdk.org/results/dashboard/patchsets/26522/
UNH-IOL DPDK Community Lab
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-06-10 17:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-05 2:50 |WARNING| pw128066-128064 [PATCH] [v5, 2/2] app/testpmd: fix segment fault with invalid queue ID dpdklab
2023-06-09 22:02 dpdklab
2023-06-10 17:57 dpdklab
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).