|WARNING| pw111991-111994 [PATCH] [v2, 4/4] app/procinfo: support descriptor dump
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Sat May 28 04:38:56 CEST 2022
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/111991
_apply patch failure_
Submitter: Min Hu (Connor) <humin29 at huawei.com>
Date: Saturday, May 28 2022 02:19:57
Applied on: CommitID:64fcadeac0f70c8c9c215196a3d580b4ad37dcdc
Apply patch set 111991-111994 failed:
Checking patch doc/guides/rel_notes/release_22_07.rst...
error: while searching for:
* Added AH mode support in lookaside protocol (IPsec) for CN9K & CN10K.
* Added AES-GMAC support in lookaside protocol (IPsec) for CN9K & CN10K.
Removed Items
-------------
error: patch failed: doc/guides/rel_notes/release_22_07.rst:95
Checking patch lib/ethdev/ethdev_driver.h...
Checking patch lib/ethdev/rte_ethdev.c...
Hunk #1 succeeded at 5876 (offset 2 lines).
Checking patch lib/ethdev/rte_ethdev.h...
Hunk #1 succeeded at 5452 (offset -4 lines).
Checking patch lib/ethdev/version.map...
error: while searching for:
rte_mtr_color_in_protocol_priority_get;
rte_mtr_color_in_protocol_set;
rte_mtr_meter_vlan_table_update;
};
INTERNAL {
error: patch failed: lib/ethdev/version.map:285
Applying patch doc/guides/rel_notes/release_22_07.rst with 1 reject...
Rejected hunk #1.
Applied patch lib/ethdev/ethdev_driver.h cleanly.
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.
diff a/doc/guides/rel_notes/release_22_07.rst b/doc/guides/rel_notes/release_22_07.rst (rejected hunks)
@@ -95,6 +95,12 @@ New Features
* Added AH mode support in lookaside protocol (IPsec) for CN9K & CN10K.
* Added AES-GMAC support in lookaside protocol (IPsec) for CN9K & CN10K.
+* **Added ethdev HW desc dump API, to dump Rx/Tx HW desc info from device.**
+
+ Added the ethdev HW Rx desc dump API which provides functions for query
+ HW descriptor from device. HW descriptor info differs in different NICs.
+ The information demonstrates I/O process which is important for debug.
+ As the information is different between NICs, the new API is introduced.
Removed Items
-------------
diff a/lib/ethdev/version.map b/lib/ethdev/version.map (rejected hunks)
@@ -285,6 +285,8 @@ EXPERIMENTAL {
rte_mtr_color_in_protocol_priority_get;
rte_mtr_color_in_protocol_set;
rte_mtr_meter_vlan_table_update;
+ rte_eth_rx_hw_desc_dump;
+ rte_eth_tx_hw_desc_dump;
};
INTERNAL {
https://lab.dpdk.org/results/dashboard/patchsets/22338/
UNH-IOL DPDK Community Lab
More information about the test-report
mailing list