git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
850d230
)
crypto/qat: modify debug message
author
Fiona Trahe
<fiona.trahe@intel.com>
Wed, 13 Jun 2018 12:14:11 +0000
(14:14 +0200)
committer
Pablo de Lara
<pablo.de.lara.guarch@intel.com>
Wed, 27 Jun 2018 23:25:33 +0000
(
01:25
+0200)
Removed crypto reference in common debug message.
Signed-off-by: Fiona Trahe <fiona.trahe@intel.com>
Signed-off-by: Tomasz Jozwiak <tomaszx.jozwiak@intel.com>
drivers/crypto/qat/qat_common.c
patch
|
blob
|
history
diff --git
a/drivers/crypto/qat/qat_common.c
b/drivers/crypto/qat/qat_common.c
index
5d67797
..
c10c142
100644
(file)
--- a/
drivers/crypto/qat/qat_common.c
+++ b/
drivers/crypto/qat/qat_common.c
@@
-103,5
+103,5
@@
void qat_stats_reset(struct qat_pci_device *dev,
memset(&(qp[i]->stats), 0, sizeof(qp[i]->stats));
}
- PMD_DRV_LOG(DEBUG, "QAT
crypto
: %d stats cleared", service);
+ PMD_DRV_LOG(DEBUG, "QAT: %d stats cleared", service);
}