|WARNING| pw106838-106841 [PATCH] [v3, 4/4] crypto: modify return value for asym session create

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Thu Feb 3 17:19:15 CET 2022


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

_apply patch failure_

Submitter: Ciara Power <ciara.power at intel.com>
Date: Thursday, February 03 2022 16:04:49 
Applied on: CommitID:ed579e50c66db90485593c6c79f5366a57145f2a
Apply patch set 106838-106841 failed:

Checking patch app/test-crypto-perf/cperf_ops.c...
Checking patch app/test/test_cryptodev_asym.c...
Checking patch doc/guides/prog_guide/cryptodev_lib.rst...
Checking patch doc/guides/rel_notes/release_22_03.rst...
error: while searching for:
   Also, make sure to start the actual text at the margin.
   =======================================================


ABI Changes
-----------

error: patch failed: doc/guides/rel_notes/release_22_03.rst:100
Checking patch drivers/crypto/cnxk/cn10k_cryptodev_ops.c...
Checking patch drivers/crypto/cnxk/cn9k_cryptodev_ops.c...
Checking patch drivers/crypto/cnxk/cnxk_cryptodev_ops.c...
Checking patch drivers/crypto/octeontx/otx_cryptodev_ops.c...
Checking patch drivers/crypto/openssl/rte_openssl_pmd.c...
Checking patch drivers/crypto/openssl/rte_openssl_pmd_ops.c...
Checking patch drivers/crypto/qat/qat_asym.c...
Checking patch lib/cryptodev/cryptodev_pmd.h...
Checking patch lib/cryptodev/cryptodev_trace_points.c...
Checking patch lib/cryptodev/rte_cryptodev.c...
Checking patch lib/cryptodev/rte_cryptodev.h...
Checking patch lib/cryptodev/rte_cryptodev_trace.h...
Checking patch lib/cryptodev/version.map...
Applied patch app/test-crypto-perf/cperf_ops.c cleanly.
Applied patch app/test/test_cryptodev_asym.c cleanly.
Applied patch doc/guides/prog_guide/cryptodev_lib.rst cleanly.
Applying patch doc/guides/rel_notes/release_22_03.rst with 1 reject...
Rejected hunk #1.
Applied patch drivers/crypto/cnxk/cn10k_cryptodev_ops.c cleanly.
Applied patch drivers/crypto/cnxk/cn9k_cryptodev_ops.c cleanly.
Applied patch drivers/crypto/cnxk/cnxk_cryptodev_ops.c cleanly.
Applied patch drivers/crypto/octeontx/otx_cryptodev_ops.c cleanly.
Applied patch drivers/crypto/openssl/rte_openssl_pmd.c cleanly.
Applied patch drivers/crypto/openssl/rte_openssl_pmd_ops.c cleanly.
Applied patch drivers/crypto/qat/qat_asym.c cleanly.
Applied patch lib/cryptodev/cryptodev_pmd.h cleanly.
Applied patch lib/cryptodev/cryptodev_trace_points.c cleanly.
Applied patch lib/cryptodev/rte_cryptodev.c cleanly.
Applied patch lib/cryptodev/rte_cryptodev.h cleanly.
Applied patch lib/cryptodev/rte_cryptodev_trace.h cleanly.
Applied patch lib/cryptodev/version.map cleanly.
diff a/doc/guides/rel_notes/release_22_03.rst b/doc/guides/rel_notes/release_22_03.rst	(rejected hunks)
@@ -100,6 +100,13 @@ API Changes
    Also, make sure to start the actual text at the margin.
    =======================================================
 
+* cryptodev: The asym session handling was modified to use a single buffer.
+  A ``rte_cryptodev_asym_session_pool_create`` function was added to
+  create a mempool with element size to hold the generic asym session header,
+  along with the max size for a device private session data.
+  ``rte_cryptodev_asym_session_init`` was removed as this initialisation is
+  now done by ``rte_cryptodev_asym_session_create``.
+
 
 ABI Changes
 -----------
Checking patch app/test-crypto-perf/cperf_ops.c...
error: app/test-crypto-perf/cperf_ops.c: does not match index
Checking patch app/test/test_cryptodev_asym.c...
error: app/test/test_cryptodev_asym.c: does not match index
Checking patch doc/guides/prog_guide/cryptodev_lib.rst...
error: doc/guides/prog_guide/cryptodev_lib.rst: does not match index
Checking patch doc/guides/rel_notes/release_22_03.rst...
error: while searching for:
   Also, make sure to start the actual text at the margin.
   =======================================================

* cryptodev: The asym session handling was modified to use a single buffer.
  A ``rte_cryptodev_asym_session_pool_create`` function was added to
  create a mempool with element size to hold the generic asym session header,
  along with the max size for a device private session data.

error: patch failed: doc/guides/rel_notes/release_22_03.rst:100
Checking patch lib/cryptodev/cryptodev_pmd.h...
error: lib/cryptodev/cryptodev_pmd.h: does not match index
Checking patch lib/cryptodev/rte_cryptodev.c...
error: lib/cryptodev/rte_cryptodev.c: does not match index
Checking patch lib/cryptodev/rte_cryptodev.h...
error: lib/cryptodev/rte_cryptodev.h: does not match index
Checking patch lib/cryptodev/rte_cryptodev_trace.h...
error: lib/cryptodev/rte_cryptodev_trace.h: does not match index
Applying patch doc/guides/rel_notes/release_22_03.rst with 1 reject...
Rejected hunk #1.
diff a/doc/guides/rel_notes/release_22_03.rst b/doc/guides/rel_notes/release_22_03.rst	(rejected hunks)
@@ -100,7 +100,8 @@ API Changes
    Also, make sure to start the actual text at the margin.
    =======================================================
 
-* cryptodev: The asym session handling was modified to use a single buffer.
+* cryptodev: The asym session handling was modified to use a single buffer,
+  and moved to ``cryptodev_pmd.h``, hiding it from applications.
   A ``rte_cryptodev_asym_session_pool_create`` function was added to
   create a mempool with element size to hold the generic asym session header,
   along with the max size for a device private session data.
Checking patch app/test/test_cryptodev_asym.c...
error: app/test/test_cryptodev_asym.c: does not match index
Checking patch doc/guides/prog_guide/cryptodev_lib.rst...
error: doc/guides/prog_guide/cryptodev_lib.rst: does not match index
Checking patch doc/guides/rel_notes/release_22_03.rst...
Hunk #1 succeeded at 69 (offset 4 lines).
error: while searching for:
  and moved to ``cryptodev_pmd.h``, hiding it from applications.
  A ``rte_cryptodev_asym_session_pool_create`` function was added to
  create a mempool with element size to hold the generic asym session header,
  along with the max size for a device private session data.
  ``rte_cryptodev_asym_session_init`` was removed as this initialisation is
  now done by ``rte_cryptodev_asym_session_create``.


error: patch failed: doc/guides/rel_notes/release_22_03.rst:104
Checking patch lib/cryptodev/cryptodev_pmd.h...
error: lib/cryptodev/cryptodev_pmd.h: does not match index
Checking patch lib/cryptodev/rte_cryptodev.c...
error: lib/cryptodev/rte_cryptodev.c: does not match index
Checking patch lib/cryptodev/rte_cryptodev.h...
error: lib/cryptodev/rte_cryptodev.h: does not match index
Checking patch lib/cryptodev/rte_cryptodev_trace.h...
error: lib/cryptodev/rte_cryptodev_trace.h: does not match index
Checking patch lib/cryptodev/version.map...
error: lib/cryptodev/version.map: does not match index
Applying patch doc/guides/rel_notes/release_22_03.rst with 1 reject...
Hunk #1 applied cleanly.
Rejected hunk #2.
diff a/doc/guides/rel_notes/release_22_03.rst b/doc/guides/rel_notes/release_22_03.rst	(rejected hunks)
@@ -104,7 +108,7 @@ API Changes
   and moved to ``cryptodev_pmd.h``, hiding it from applications.
   A ``rte_cryptodev_asym_session_pool_create`` function was added to
   create a mempool with element size to hold the generic asym session header,
-  along with the max size for a device private session data.
+  along with the max size for a device private session data, and user data size.
   ``rte_cryptodev_asym_session_init`` was removed as this initialisation is
   now done by ``rte_cryptodev_asym_session_create``.
 
Checking patch app/test-crypto-perf/cperf_ops.c...
error: app/test-crypto-perf/cperf_ops.c: does not match index
Checking patch app/test/test_cryptodev_asym.c...
error: app/test/test_cryptodev_asym.c: does not match index
Checking patch doc/guides/prog_guide/cryptodev_lib.rst...
error: doc/guides/prog_guide/cryptodev_lib.rst: does not match index
Checking patch doc/guides/rel_notes/release_22_03.rst...
error: doc/guides/rel_notes/release_22_03.rst: does not match index
Checking patch lib/cryptodev/rte_cryptodev.c...
error: lib/cryptodev/rte_cryptodev.c: does not match index
Checking patch lib/cryptodev/rte_cryptodev.h...
error: lib/cryptodev/rte_cryptodev.h: does not match index

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

UNH-IOL DPDK Community Lab


More information about the test-report mailing list