Re: [PATCH] btrfs: raid56: use async_tx API for parity operations

From: Christoph Hellwig

Date: Mon Jun 29 2026 - 09:02:01 EST


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.