<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<span style="font-family: "IntelOne Text"; font-size: 10pt; color: rgb(0, 0, 0);">Acked-by: Kai Ji <kai.ji@intel.com></span>
<div class="elementToProof" style="font-family: "IntelOne Text"; font-size: 10pt; color: rgb(0, 0, 0);">
<br>
</div>
<div id="appendonsend"></div>
<div style="font-family: "IntelOne Text"; font-size: 10pt; color: rgb(0, 0, 0);">
<br>
</div>
<hr style="display: inline-block; width: 98%;">
<div dir="ltr" id="divRplyFwdMsg"><span style="font-family: Calibri, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);"><b>From:</b> Arkadiusz Kusztal <arkadiuszx.kusztal@intel.com><br>
<b>Sent:</b> 01 March 2024 15:19<br>
<b>To:</b> dev@dpdk.org <dev@dpdk.org><br>
<b>Cc:</b> gakhil@marvell.com <gakhil@marvell.com>; Power, Ciara <ciara.power@intel.com>; Kusztal, ArkadiuszX <arkadiuszx.kusztal@intel.com><br>
<b>Subject:</b> [PATCH v5] common/qat: add virtual qat device (vQAT)</span>
<div> </div>
</div>
<div><span style="font-size: 11pt;">This commit adds virtual QAT device to the Intel<br>
QuickAssist Technology PMD. There are three kinds of<br>
virtual QAT device defined which offer different QAT<br>
service to the customers: symmetric crypto, asymmetric<br>
crypto and compression.<br>
<br>
Signed-off-by: Arkadiusz Kusztal <arkadiuszx.kusztal@intel.com><br>
---<br>
v2:<br>
- added symmetric crypto qp config<br>
v3:<br>
- added compression<br>
- added asymmetric crypto<br>
v4:<br>
- rebased to fix a release notes issue<br>
v5:<br>
- rebased against newest changes to the pmd<br>
<br>
doc/guides/rel_notes/release_24_03.rst | 4 ++<br>
drivers/common/qat/dev/qat_dev_gen4.c | 55 +++++++++++++++++++++++++++-<br>
drivers/common/qat/qat_adf/icp_qat_hw.h | 5 +++<br>
drivers/common/qat/qat_common.h | 1 +<br>
drivers/common/qat/qat_device.c | 7 +++-<br>
drivers/compress/qat/dev/qat_comp_pmd_gen4.c | 18 ++++++---<br>
drivers/compress/qat/qat_comp_pmd.c | 7 ++++<br>
drivers/crypto/qat/dev/qat_crypto_pmd_gen4.c | 24 ++++++++----<br>
drivers/crypto/qat/qat_asym.c | 7 ++++<br>
drivers/crypto/qat/qat_sym.c | 7 ++++<br>
drivers/crypto/qat/qat_sym_session.c | 18 ++++++---<br>
11 files changed, 131 insertions(+), 22 deletions(-)<br>
<br>
--<br>
2.13.6<br>
<br>
</span></div>
</body>
</html>