<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/qat/include, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2025-09-15T13:48:45Z</updated>
<entry>
<title>qat: enable qat driver for 402xx device</title>
<updated>2025-09-15T13:48:45Z</updated>
<author>
<name>Hareshx Sankar Raj</name>
<email>hareshx.sankar.raj@intel.com</email>
</author>
<published>2025-09-04T18:21:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7fbd362c091b2b384d14c3ed5af9234bb2eff9c2'/>
<id>urn:sha1:7fbd362c091b2b384d14c3ed5af9234bb2eff9c2</id>
<content type='text'>
Enabled qat driver support for 402xx device with
ID 0x4944/0x4945. This is an additional device supported
under the existing qat_4xxx driver. Firmwares specific to
the 402xx device are added.

Signed-off-by: Hareshx Sankar Raj &lt;hareshx.sankar.raj@intel.com&gt;

Relnotes:	yes
Sponsored by:	Intel Corporation
MFC after:	1 month
Differential Revision:	https://reviews.freebsd.org/D52488
</content>
</entry>
<entry>
<title>qat: driver updates to improve code and fix bugs</title>
<updated>2025-06-06T13:43:54Z</updated>
<author>
<name>Hareshx Sankar Raj</name>
<email>hareshx.sankar.raj@intel.com</email>
</author>
<published>2025-05-07T09:38:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ded037e65e5239671b1292ec987a2e0894b217b5'/>
<id>urn:sha1:ded037e65e5239671b1292ec987a2e0894b217b5</id>
<content type='text'>
Bug fixes and improvements are done for the qat code base
to improve code quality.

Reviewed by:	markj, ziaee
MFC after:	2 weeks
Sponsored by:   Intel Corporation
Differential Revision:  https://reviews.freebsd.org/D50379
</content>
</entry>
<entry>
<title>qat: move debugfs handling to separate file</title>
<updated>2025-06-06T13:43:22Z</updated>
<author>
<name>Hareshx Sankar Raj</name>
<email>hareshx.sankar.raj@intel.com</email>
</author>
<published>2025-04-30T21:53:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c38bafee7e182fbcdc3c346b2785ed258230cb06'/>
<id>urn:sha1:c38bafee7e182fbcdc3c346b2785ed258230cb06</id>
<content type='text'>
Moved handling of debugfs entries to a separate file.
In addition, it will allow to consolidate the addition of
debugfs entries to a single location in the code.

This implementation adds infrastructure to create (and remove)
debugfs entries at two different stages.
- Done when a device is probed, allows to keep debugfs entries
persistent between a transition in device state (up to down or
vice versa).
- Done after the initialization phase, allows to have debugfs
entries that are accessible only when the device is up.

In addition, moved the creation of debugfs entries for configuration
of the newly created function adf_dbgfs_init() and replace symbolic
permissions with octal permissions when creating the debugfs files.

Added sysctl oids storage for proper cleanup on device down.

Reviewed by:	markj, ziaee
MFC after:	2 weeks
Sponsored by:   Intel Corporation
Differential Revision:  https://reviews.freebsd.org/D50379
</content>
</entry>
<entry>
<title>qat: add disable safe dc mode for QAT SPR devices</title>
<updated>2025-06-06T13:42:58Z</updated>
<author>
<name>Hareshx Sankar Raj</name>
<email>hareshx.sankar.raj@intel.com</email>
</author>
<published>2025-04-30T00:00:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5a8e5215cef0dac1115853889e925099f61bb5fa'/>
<id>urn:sha1:5a8e5215cef0dac1115853889e925099f61bb5fa</id>
<content type='text'>
Build and sysctl configuration modes are introduced for QAT SPR
devices to disable safe dc mode. A new QAT driver build option
‘QAT_DISABLE_SAFE_DC_MODE’ is required to build the QAT driver
with code that allows a request to be sent to FW to override the
‘History Buffer’ mitigation. Default QAT driver builds do not
include this ‘QAT_DISABLE_SAFE_DC_MODE’ build option. Even if the
QAT driver was built with code that allows a request to be sent to
FW to override the ‘History Buffer’ mitigation, the QAT driver must
still be configured using sysctl to request an override of the
‘History Buffer’ mitigation if desired. The default QAT driver
configuration option sysctl dev.qat.X.disable_safe_dc_mode does not
allow override of the mitigation. The new sysctl attribute
disable_safe_dc_mode is to be set to 1 for overriding the history
buffer mitigation. Firmware for qat_4xxx is updated for this change.
If this mode is enabled, decompression throughput increases but may
result in a data leak if num_user_processes is more than 1.
This option is to be enabled only if your system is not prone to
user data leaks.

Reviewed by:	markj, ziaee
MFC after:	2 weeks
Sponsored by:   Intel Corporation
Differential Revision:  https://reviews.freebsd.org/D50379
</content>
</entry>
<entry>
<title>qat: fix typos and formatting issues</title>
<updated>2025-06-06T13:42:31Z</updated>
<author>
<name>Hareshx Sankar Raj</name>
<email>hareshx.sankar.raj@intel.com</email>
</author>
<published>2025-04-29T23:13:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=25f09d4a9c358c5452435d299e00c1a1bdafff87'/>
<id>urn:sha1:25f09d4a9c358c5452435d299e00c1a1bdafff87</id>
<content type='text'>
Multiple typos are corrected across the source code.
Formatting corrections are done to improve code quality
and maintainability. Some files which did not have proper
Copyright license are updated.

Reviewed by:	markj, ziaee
MFC after:	2 weeks
Sponsored by:   Intel Corporation
Differential Revision:  https://reviews.freebsd.org/D50379
</content>
</entry>
<entry>
<title>sys: Remove $FreeBSD$: one-line .c comment pattern</title>
<updated>2023-08-16T17:54:24Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:54:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=71625ec9ad2a9bc8c09784fbd23b759830e0ee5f'/>
<id>urn:sha1:71625ec9ad2a9bc8c09784fbd23b759830e0ee5f</id>
<content type='text'>
Remove /^/[*/]\s*\$FreeBSD\$.*\n/
</content>
</entry>
<entry>
<title>qat: Add Intel® 4xxx Series VF driver support</title>
<updated>2023-06-12T17:44:01Z</updated>
<author>
<name>Krzysztof Zdziarski</name>
<email>krzysztofx.zdziarski@intel.com</email>
</author>
<published>2023-06-12T17:10:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=266b0663c598b7e50c2998974c16f89b7ac23e3a'/>
<id>urn:sha1:266b0663c598b7e50c2998974c16f89b7ac23e3a</id>
<content type='text'>
Overview:
Intel(R) QuickAssist Technology (Intel(R) QAT) provides hardware
acceleration for offloading security, authentication and compression
services from the CPU, thus significantly increasing the performance and
efficiency of standard platform solutions.

This commit introduces:
- Intel® 4xxx Series VF driver support.
- Device configurability via sysctls.
- UIO support for Intel® 4xxx Series devices.

Patch co-authored by: Krzysztof Zdziarski &lt;krzysztofx.zdziarski@intel.com&gt;
Patch co-authored by: Michal Gulbicki &lt;michalx.gulbicki@intel.com&gt;
Patch co-authored by: Julian Grajkowski &lt;julianx.grajkowski@intel.com&gt;
Patch co-authored by: Piotr Kasierski &lt;piotrx.kasierski@intel.com&gt;
Patch co-authored by: Lukasz Kolodzinski &lt;lukaszx.kolodzinski@intel.com&gt;
Patch co-authored by: Karol Grzadziel &lt;karolx.grzadziel@intel.com&gt;

Sponsored by:	Intel Corporation
Differential Revision: https://reviews.freebsd.org/D39850
</content>
</entry>
<entry>
<title>qat: Add Intel® 4xxx Series platform support</title>
<updated>2023-01-24T15:33:50Z</updated>
<author>
<name>Michal Gulbicki</name>
<email>michalx.gulbicki@intel.com</email>
</author>
<published>2023-01-24T14:31:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a977168c48d45085cdf0c40f9b9bde3850b1f3ea'/>
<id>urn:sha1:a977168c48d45085cdf0c40f9b9bde3850b1f3ea</id>
<content type='text'>
Overview:
Intel(R) QuickAssist Technology (Intel(R) QAT) provides hardware
acceleration for offloading security, authentication and compression
services from the CPU, thus significantly increasing the performance and
efficiency of standard platform solutions.

This commit introduces:
- Intel® 4xxx Series platform support.
- QuickAssist kernel API implementation update for Generation 4 device.
  Enabled services: symmetric cryptography and data compression.
- Increased default number of crypto instances in static configuration
  for performance purposes.

OCF backend changes:
- changed GCM/CCM MAC validation policy to generate MAC by HW
  and validate by SW due to the QAT HW limitations.

Patch co-authored by: Krzysztof Zdziarski &lt;krzysztofx.zdziarski@intel.com&gt;
Patch co-authored by: Michal Jaraczewski &lt;michalx.jaraczewski@intel.com&gt;
Patch co-authored by: Michal Gulbicki &lt;michalx.gulbicki@intel.com&gt;
Patch co-authored by: Julian Grajkowski &lt;julianx.grajkowski@intel.com&gt;
Patch co-authored by: Piotr Kasierski &lt;piotrx.kasierski@intel.com&gt;
Patch co-authored by: Adam Czupryna &lt;adamx.czupryna@intel.com&gt;
Patch co-authored by: Konrad Zelazny &lt;konradx.zelazny@intel.com&gt;
Patch co-authored by: Katarzyna Rucinska &lt;katarzynax.kargol@intel.com&gt;
Patch co-authored by: Lukasz Kolodzinski &lt;lukaszx.kolodzinski@intel.com&gt;
Patch co-authored by: Zbigniew Jedlinski &lt;zbigniewx.jedlinski@intel.com&gt;

Sponsored by:	Intel Corporation
Reviewed by:	markj, jhb
Differential Revision:	https://reviews.freebsd.org/D36254
</content>
</entry>
<entry>
<title>qat: Import a new Intel (R) QAT driver</title>
<updated>2022-07-27T15:12:35Z</updated>
<author>
<name>Julian Grajkowski</name>
<email>julianx.grajkowski@intel.com</email>
</author>
<published>2022-07-19T08:15:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=78ee8d1c4cdad7a56dbf50f1c8ade75531ce620c'/>
<id>urn:sha1:78ee8d1c4cdad7a56dbf50f1c8ade75531ce620c</id>
<content type='text'>
QAT in-tree driver ported from out-of-tree release available
from 01.org.

The driver exposes complete cryptography and data compression
API in the kernel and integrates with Open Crypto Framework.
Details of supported operations, devices and usage can be found
in man and on 01.org.

Patch co-authored by: Krzysztof Zdziarski &lt;krzysztofx.zdziarski@intel.com&gt;
Patch co-authored by: Michal Jaraczewski &lt;michalx.jaraczewski@intel.com&gt;
Patch co-authored by: Michal Gulbicki &lt;michalx.gulbicki@intel.com&gt;
Patch co-authored by: Julian Grajkowski &lt;julianx.grajkowski@intel.com&gt;
Patch co-authored by: Piotr Kasierski &lt;piotrx.kasierski@intel.com&gt;
Patch co-authored by: Adam Czupryna &lt;adamx.czupryna@intel.com&gt;
Patch co-authored by: Konrad Zelazny &lt;konradx.zelazny@intel.com&gt;
Patch co-authored by: Katarzyna Rucinska &lt;katarzynax.kargol@intel.com&gt;
Patch co-authored by: Lukasz Kolodzinski &lt;lukaszx.kolodzinski@intel.com&gt;
Patch co-authored by: Zbigniew Jedlinski &lt;zbigniewx.jedlinski@intel.com&gt;

Reviewed by:	markj, jhb (OCF integration)
Reviewed by:	debdrup, pauamma (docs)
Sponsored by:	Intel Corporation
Differential Revision: https://reviews.freebsd.org/D34632
</content>
</entry>
</feed>
