[dpdk-stable] patch 'crypto/qat: fix typo' has been queued to stable release 18.08.1

Kevin Traynor ktraynor at redhat.com
Tue Nov 20 20:12:25 CET 2018


Hi,

FYI, your patch has been queued to stable release 18.08.1

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 11/23/18. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the patch applied
to the branch. If the code is different (ie: not only metadata diffs), due for example to
a change in context or macro names, please double check it.

Thanks.

Kevin Traynor

---
>From 3a9f859d929ad619098568307b6e8ce75eff775e Mon Sep 17 00:00:00 2001
From: Fiona Trahe <fiona.trahe at intel.com>
Date: Fri, 10 Aug 2018 16:18:39 +0100
Subject: [PATCH] crypto/qat: fix typo

[ upstream commit 6a3e44717d258c15a2312b989c327b544fe33fa4 ]

Fixes: f9a3d7f68f05 ("crypto/qat: move code into appropriate files")

Signed-off-by: Fiona Trahe <fiona.trahe at intel.com>
---
 drivers/crypto/qat/qat_sym_pmd.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/crypto/qat/qat_sym_pmd.h b/drivers/crypto/qat/qat_sym_pmd.h
index d34328544..5563d5be8 100644
--- a/drivers/crypto/qat/qat_sym_pmd.h
+++ b/drivers/crypto/qat/qat_sym_pmd.h
@@ -13,5 +13,5 @@
 #include "qat_device.h"
 
-/**< Intel(R) QAT Symmetric Crypto PMD device name */
+/** Intel(R) QAT Symmetric Crypto PMD driver name */
 #define CRYPTODEV_NAME_QAT_SYM_PMD	crypto_qat
 
-- 
2.19.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2018-11-20 17:53:08.309056568 +0000
+++ 0035-crypto-qat-fix-typo.patch	2018-11-20 17:53:07.000000000 +0000
@@ -1,8 +1,10 @@
-From 6a3e44717d258c15a2312b989c327b544fe33fa4 Mon Sep 17 00:00:00 2001
+From 3a9f859d929ad619098568307b6e8ce75eff775e Mon Sep 17 00:00:00 2001
 From: Fiona Trahe <fiona.trahe at intel.com>
 Date: Fri, 10 Aug 2018 16:18:39 +0100
 Subject: [PATCH] crypto/qat: fix typo
 
+[ upstream commit 6a3e44717d258c15a2312b989c327b544fe33fa4 ]
+
 Fixes: f9a3d7f68f05 ("crypto/qat: move code into appropriate files")
 
 Signed-off-by: Fiona Trahe <fiona.trahe at intel.com>


More information about the stable mailing list