By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
World of SoftwareWorld of SoftwareWorld of Software
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Search
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
Reading: Intel QAT Accelerators Being Demoted On Linux By FSCRYPT: Bug Prone & Slow
Share
Sign In
Notification Show More
Font ResizerAa
World of SoftwareWorld of Software
Font ResizerAa
  • Software
  • Mobile
  • Computing
  • Gadget
  • Gaming
  • Videos
Search
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Have an existing account? Sign In
Follow US
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
World of Software > Computing > Intel QAT Accelerators Being Demoted On Linux By FSCRYPT: Bug Prone & Slow
Computing

Intel QAT Accelerators Being Demoted On Linux By FSCRYPT: Bug Prone & Slow

News Room
Last updated: 2025/07/28 at 7:39 AM
News Room Published 28 July 2025
Share
SHARE

Intel’s accelerator efforts in recent generations of Xeon processors have been challenging to say the least. From limited software support and configuration obstacles to some current-generation accelerators not being safe for VM use due to security issues to having to deal with higher latency and other nuances if wanting to achieve decent performance. One of the Linux kernel users of Intel’s QuickAssist Technology “QAT” accelerators has been the FSCRYPT code for native file encryption support. But the Linux kernel with the FSCRYPT usage is now demoting the Intel QAT accelerator support along with other problem-causing accelerator drivers.

Sent out on Sunday was the FSCRYPT pull request for Linux 6.17 with one change standing out:

“Drop the incomplete and problematic support for asynchronous algorithms. These drivers are bug-prone, and it turns out they are actually much slower than the CPU-based code as well.”

This caught me by surprise as I happened to miss seeing the related patches back when they were floated on the mailing list. The main one to look at is “fscrypt: don’t use problematic non-inline crypto accelerators”.

Google engineer Eric Biggers basically found the accelerators like QAT with Xeon Emerald Rapids to be a big headache for FSCRYPT file encryption and the performance to be much worse than the AVX-512 VAES optimized code path. Eric Biggers is responsible for a lot of AVX-512 optimizations and other optimizations for different CPU ISA extensions to the Linux kernel cryptography code. In the context of FSCRYPT, using QAT accelerators leads to horrible performance that even the plain C code can outpace but that the AVX-512 VAES path puts everything else to shame on Intel Xeon Emerald Rapids:

Intel QAT FSCRYPT benchmark

Biggers also found the Qualcomm Crypto Engine on the ARM side to perform poorly too. Biggers further added on that patch message:

“There are two major issues with these drivers: bugs and performance.

First, these drivers tend to be buggy. They’re fundamentally much more error-prone and harder to test than the CPU-based code, and they often don’t get tested before kernel releases. Released drivers have en/decrypted data incorrectly. These bugs cause real issues for fscrypt users who often didn’t even want to use these drivers.
…
Second, the CPU-based crypto tends to be faster, often *much* faster. This may seem counterintuitive, but benchmarks clearly show it. There’s a *lot* of overhead associated with going to a hardware driver, off the CPU, and back again.
…
So, using the “accelerators” is over 50 times slower than just using the CPU. Not only that, it’s even slower than the generic C code, which suggests that even on platforms whose CPUs lack AES instructions the performance benefit of any accelerator would be marginal at best.
…
As of this writing, the Crypto API prioritizes qat_aes_xts over xts-aes-vaes-avx512. Therefore, this commit greatly improves fscrypt
performance on Intel servers that have QAT and the QAT driver enabled. qat_aes_xts is going to be deprioritized in the Crypto API (like I did for xts-aes-qce recently too). But as this seems to be a common pattern with all the “accelerators”, fscrypt should just disable all of them.”

Biggers notes there that the QAT AES-XTS code is also going to be de-prioritized in the Linux Kernel Crypto API.

Intel Xeon CPU

While this code is being submitted for Linux 6.17, the patches are marked as “Cc: stable” so they will also be back-ported to the current Linux kernel stable series in the coming days.

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Twitter Email Print
Share
What do you think?
Love0
Sad0
Happy0
Sleepy0
Angry0
Dead0
Wink0
Previous Article I’d be surprised if Apple’s AirPods 4 are this cheap on Black Friday
Next Article A fifth Pixel 6a just caught fire, and it seems like Google’s update isn’t enough
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

248.1k Like
69.1k Follow
134k Pin
54.3k Follow

Latest News

I Wanted Maximum Visits at My Bird Feeder. A Wildlife Expert Gave Me These Tips
News
Experimenting with ChatGPT’s Vulnerability Volcano and Prompt Party Tricks | HackerNoon
Computing
The Best Budget-Friendly Accounting Software for Small Businesses in 2025
News
Apple Watch Ultra 2 Hits Lowest-Ever Price of $649
News

You Might also Like

Computing

Experimenting with ChatGPT’s Vulnerability Volcano and Prompt Party Tricks | HackerNoon

27 Min Read
Computing

Hackers Breach Toptal GitHub, Publish 10 Malicious npm Packages With 5,000 Downloads

5 Min Read
Computing

Tech Moves: WTIA CEO Kelly Fukai departs for natural gas association

5 Min Read
Computing

Intel Panther Lake Perf Integration Ready For Linux 6.17

2 Min Read
//

World of Software is your one-stop website for the latest tech news and updates, follow us now to get the news that matters to you.

Quick Link

  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Topics

  • Computing
  • Software
  • Press Release
  • Trending

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

World of SoftwareWorld of Software
Follow US
Copyright © All Rights Reserved. World of Software.
Welcome Back!

Sign in to your account

Lost your password?