Re: [PATCH] btrfs: raid56: use async_tx API for parity operations
Christoph Hellwig <[email protected]>
| Newsgroups | org.kernel.vger.linux-btrfs,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Jun 29, 2026 at 02:41:44PM +0930, Qu Wenruo wrote: > Do you have any benchmark? Yeah. The async_tx stuff is a mess, and will cause real slow downs for CPU native operation, while in general offloads have proven to not be very useful. There might be a tinty use case if your data is all P2P and never touches the CPU at all, but I don't think btrfs even supports that right now.