On Thu, 5 Feb 2026 09:28:48 +0000
Morten Brørup <[email protected]> wrote:
> It was unclear if mbuf fast release could support segmented packets, or if
> mbuf fast release required non-segmented packets.
> This has now been investigated in detail, and it was concluded that
> segmented packets can be supported with mbuf fast release still achieving
> the enhanced performance.
> So the description of the mbuf fast release Tx offload flag was fixed.
>
> Furthermore, the general descriptions of the Rx and Tx offloads were
> improved, to reflect that they are not only for device capability
> reporting, but also for device and queue configuration purposes.
>
> NB: If a driver does not support segmented packets with mbuf fast release,
> it can check the multi segment send flag when selecting transmit function.
>
> Fixes: 55624173bacb ("mbuf: add raw free and alloc bulk functions")
> Cc: [email protected]
>
> Signed-off-by: Morten Brørup <[email protected]>
> ---
Queued to next-net