Test-Label: Intel Per-patch compilation check Test-Status: FAILURE Patchwork ID: 17343 http://www.dpdk.org/dev/patchwork/patch/17343 Submitter: Arkadiusz Kusztal Date: Wed, 30 Nov 2016 15:52:13 +0000 DPDK git baseline: Repo:dpdk-next-crypto, Branch:master, CommitID:e6c7b6ec57f3527ce55fa3e0d2a8ed1533722253 Repo:dpdk-next-net, Branch:master, CommitID:933e2d60f65deaaf1ba49ed7461fde8fc9237bef Repo:dpdk-next-virtio, Branch:master, CommitID:79d25942654750693a6d5b4e36e1a03adb9f638a Repo:dpdk, Branch:master, CommitID:b5415fbc69dd33a1bb64a140b2f6bc73d11e4d22 Apply patch file failed: Repo: dpdk-next-crypto 17343: patching file doc/guides/rel_notes/release_17_02.rst patching file drivers/crypto/qat/qat_crypto.c Hunk #9 FAILED at 1023. Hunk #10 FAILED at 1140. Hunk #11 FAILED at 1153. Hunk #12 FAILED at 1198. 4 out of 13 hunks FAILED -- saving rejects to file drivers/crypto/qat/qat_crypto.c.rej patching file drivers/crypto/qat/qat_crypto.h Hunk #1 succeeded at 44 with fuzz 2 (offset -1 lines). Hunk #2 succeeded at 73 (offset -1 lines). patching file drivers/crypto/qat/qat_qp.c Repo: dpdk-next-net 17343: patching file doc/guides/rel_notes/release_17_02.rst Hunk #1 succeeded at 42 with fuzz 2 (offset 4 lines). patching file drivers/crypto/qat/qat_crypto.c Hunk #9 FAILED at 1023. Hunk #10 FAILED at 1140. Hunk #11 FAILED at 1153. Hunk #12 FAILED at 1198. Hunk #13 succeeded at 1247 (offset 16 lines). 4 out of 13 hunks FAILED -- saving rejects to file drivers/crypto/qat/qat_crypto.c.rej patching file drivers/crypto/qat/qat_crypto.h Hunk #1 succeeded at 44 with fuzz 2 (offset -1 lines). Hunk #2 succeeded at 73 (offset -1 lines). patching file drivers/crypto/qat/qat_qp.c Repo: dpdk-next-virtio 17343: can't find file to patch at input line 32 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |From patchwork Wed Nov 30 15:52:14 2016 |Content-Type: text/plain; charset="utf-8" |MIME-Version: 1.0 |Content-Transfer-Encoding: 7bit |Subject: [dpdk-dev, | 2/3] crypto/qat: add SGL capability to Intel QuickAssist driver |From: Arkadiusz Kusztal |X-Patchwork-Id: 17343 |X-Patchwork-Delegate: pablo.de.lara.guarch@intel.com |Message-Id: <1480521135-14869-3-git-send-email-arkadiuszx.kusztal@intel.com> |To: dev@dpdk.org |Cc: fiona.trahe@intel.com, pablo.de.lara.guarch@intel.com, | john.griffin@intel.com, deepak.k.jain@intel.com, | Arek Kusztal |Date: Wed, 30 Nov 2016 15:52:14 +0000 | |This commit adds scatter-gather list capability to Intel QuickAssist |Technology driver. | |Signed-off-by: Arek Kusztal |--- | doc/guides/rel_notes/release_17_02.rst | 5 ++ | drivers/crypto/qat/qat_crypto.c | 145 ++++++++++++++++++++++++++++++--- | drivers/crypto/qat/qat_crypto.h | 6 ++ | drivers/crypto/qat/qat_qp.c | 28 +++++++ | 4 files changed, 173 insertions(+), 11 deletions(-) | |diff --git a/doc/guides/rel_notes/release_17_02.rst b/doc/guides/rel_notes/release_17_02.rst |index 3b65038..873333b 100644 |--- a/doc/guides/rel_notes/release_17_02.rst |+++ b/doc/guides/rel_notes/release_17_02.rst -------------------------- File to patch: Skip this patch? [y] Skipping patch. 1 out of 1 hunk ignored patching file drivers/crypto/qat/qat_crypto.c Hunk #9 FAILED at 1023. Hunk #10 FAILED at 1140. Hunk #11 FAILED at 1153. Hunk #12 FAILED at 1198. Hunk #13 succeeded at 1247 (offset 16 lines). 4 out of 13 hunks FAILED -- saving rejects to file drivers/crypto/qat/qat_crypto.c.rej patching file drivers/crypto/qat/qat_crypto.h Hunk #1 succeeded at 44 with fuzz 2 (offset -1 lines). Hunk #2 succeeded at 73 (offset -1 lines). patching file drivers/crypto/qat/qat_qp.c Repo: dpdk 17343: patching file doc/guides/rel_notes/release_17_02.rst patching file drivers/crypto/qat/qat_crypto.c Hunk #9 FAILED at 1023. Hunk #10 FAILED at 1140. Hunk #11 FAILED at 1153. Hunk #12 FAILED at 1198. Hunk #13 succeeded at 1247 (offset 16 lines). 4 out of 13 hunks FAILED -- saving rejects to file drivers/crypto/qat/qat_crypto.c.rej patching file drivers/crypto/qat/qat_crypto.h Hunk #1 succeeded at 44 with fuzz 2 (offset -1 lines). Hunk #2 succeeded at 73 (offset -1 lines). patching file drivers/crypto/qat/qat_qp.c DPDK STV team