Re: [PATCH v2 0/5] Rust infrastructure for sg_table and scatterlist

From: Alice Ryhl
Date: Fri Aug 22 2025 - 07:46:05 EST


On Wed, Aug 20, 2025 at 06:52:54PM +0200, Danilo Krummrich wrote:
> Changes in v2:
> - Switch to an enum impl for DmaDirection utilizing compile time boundary
> checks.
> - Add missing Send/ Sync impls.
> - Rename as_ref() to from_raw().

Thanks, but it's still as_ref() in the cover letter.

Alice