Test-Label: iol-testing Test-Status: WARNING http://dpdk.org/patch/101911 _apply patch failure_ Submitter: Hemant Agrawal Date: Sunday, October 17 2021 16:16:51 Applied on: CommitID:e9123c467dbb471a2d41ea896423a81886ef89d7 Apply patch set 101911-101925 failed: Checking patch doc/guides/rel_notes/deprecation.rst... Hunk #1 succeeded at 183 (offset 4 lines). Checking patch doc/guides/rel_notes/release_21_11.rst... error: while searching for: * cryptodev: The field ``dataunit_len`` of the ``struct rte_crypto_cipher_xform`` moved to the end of the structure and extended to ``uint32_t``. ABI Changes ----------- error: patch failed: doc/guides/rel_notes/release_21_11.rst:232 Checking patch lib/cryptodev/rte_crypto_sym.h... Hunk #2 succeeded at 977 (offset 12 lines). Hunk #3 succeeded at 993 (offset 12 lines). Applied patch doc/guides/rel_notes/deprecation.rst cleanly. Applying patch doc/guides/rel_notes/release_21_11.rst with 1 reject... Rejected hunk #1. Applied patch lib/cryptodev/rte_crypto_sym.h cleanly. diff a/doc/guides/rel_notes/release_21_11.rst b/doc/guides/rel_notes/release_21_11.rst (rejected hunks) @@ -232,6 +232,12 @@ API Changes * cryptodev: The field ``dataunit_len`` of the ``struct rte_crypto_cipher_xform`` moved to the end of the structure and extended to ``uint32_t``. +* cryptodev: The structure ``rte_crypto_vec`` updated to add ``tot_len`` to + support total buffer length. This is required for security cases like IPsec + and PDCP encryption offload to know how much additional memory space is + available in buffer other than data length so that driver/HW can write + expanded size data after encryption. + ABI Changes ----------- Checking patch doc/guides/rel_notes/deprecation.rst... error: doc/guides/rel_notes/deprecation.rst: does not match index Checking patch doc/guides/rel_notes/release_21_11.rst... error: while searching for: * cryptodev: The field ``dataunit_len`` of the ``struct rte_crypto_cipher_xform`` moved to the end of the structure and extended to ``uint32_t``. * cryptodev: The structure ``rte_crypto_vec`` updated to add ``tot_len`` to support total buffer length. This is required for security cases like IPsec and PDCP encryption offload to know how much additional memory space is available in buffer other than data length so that driver/HW can write expanded size data after encryption. ABI Changes ----------- error: patch failed: doc/guides/rel_notes/release_21_11.rst:232 Checking patch lib/cryptodev/rte_crypto_sym.h... error: lib/cryptodev/rte_crypto_sym.h: does not match index Applying patch doc/guides/rel_notes/release_21_11.rst with 1 reject... Rejected hunk #1. diff a/doc/guides/rel_notes/release_21_11.rst b/doc/guides/rel_notes/release_21_11.rst (rejected hunks) @@ -232,12 +232,15 @@ API Changes * cryptodev: The field ``dataunit_len`` of the ``struct rte_crypto_cipher_xform`` moved to the end of the structure and extended to ``uint32_t``. -* cryptodev: The structure ``rte_crypto_vec`` updated to add ``tot_len`` to +* cryptodev: The structure ``rte_crypto_vec`` is updated to add ``tot_len`` to support total buffer length. This is required for security cases like IPsec and PDCP encryption offload to know how much additional memory space is available in buffer other than data length so that driver/HW can write expanded size data after encryption. +* cryptodev: The structure ``rte_crypto_sym_vec`` is updated to add ``dest_sgl`` + to support out of place processing. This field will be null for inplace + processing. ABI Changes ----------- Checking patch lib/cryptodev/rte_crypto_sym.h... error: lib/cryptodev/rte_crypto_sym.h: does not match index https://lab.dpdk.org/results/dashboard/patchsets/19476/ UNH-IOL DPDK Community Lab