Re: [PATCH V2 03/12 net-next] qca_spi: Avoid skb_copy_expand in TX path

From: Jacob Keller
Date: Wed Dec 20 2023 - 17:22:29 EST




On 12/18/2023 3:26 PM, Stefan Wahren wrote:
> The skb spare room needs to be expanded for SPI header, footer
> and possible padding within the TX path. So announce the necessary
> space in order to avoid expensive skb_copy_expand calls.
>
> Signed-off-by: Stefan Wahren <wahrenst@xxxxxxx>
> ---

Reviewed-by: Jacob Keller <jacob.e.keller@xxxxxxxxx>