Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add QAT support for 420xx driver and the 4946 device (GNR-D) #1719

Merged
merged 2 commits into from
May 2, 2024

Conversation

tkatila
Copy link
Contributor

@tkatila tkatila commented Apr 26, 2024

Fixes: #1644

@mythi
Copy link
Contributor

mythi commented Apr 26, 2024

QAT README and 'checking for hardware' could be made up-to-date with this as well

@hj-johannes-lee hj-johannes-lee marked this pull request as ready for review April 26, 2024 15:56
@hj-johannes-lee hj-johannes-lee marked this pull request as draft April 26, 2024 16:01
@tkatila tkatila force-pushed the gnrd-qat-support branch 2 times, most recently from 1ef87fe to ab9afed Compare April 29, 2024 12:41
@tkatila tkatila marked this pull request as ready for review April 29, 2024 16:08
@@ -132,7 +132,7 @@ In addition to the default configuration, you can add device-specific configurat

| Device | Possible Configuration | How To Customize | Options | Notes |
|:-------|:-----------------------|:-----------------|:--------|:------|
| 4xxx, 401xx,402xx | [cfg_services](https://github.com/torvalds/linux/blob/v6.6-rc5/Documentation/ABI/testing/sysfs-driver-qat) reports the configured services (crypto services or compression services) of the QAT device. | `ServicesEnabled=<value>` | compress:`dc`, crypto:`sym;asym`, <br>crypto+compress:`asym;dc`,<br>crypto+compress:`sym;dc` | Linux 6.0+ kernel is required. |
| 4xxx, 401xx, 402xx, 420xx | [cfg_services](https://github.com/torvalds/linux/blob/v6.6-rc5/Documentation/ABI/testing/sysfs-driver-qat) reports the configured services (crypto services or compression services) of the QAT device. | `ServicesEnabled=<value>` | compress:`dc`, crypto:`sym;asym`, <br>crypto+compress:`asym;dc`,<br>crypto+compress:`sym;dc` | Linux 6.0+ kernel is required. |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you think it would be good to write that for 420xx even 6.8+ is needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. It would be good to note that.

@hj-johannes-lee hj-johannes-lee merged commit d6eb243 into intel:main May 2, 2024
74 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

QAT: enable 420xx
3 participants