Re: [PATCH V2 03/12 net-next] qca_spi: Avoid skb_copy_expand in TX path
From: Jacob Keller <jacob.e.keller@intel.com>
Date: 2023-12-20 22:22:14
Also in:
lkml
From: Jacob Keller <jacob.e.keller@intel.com>
Date: 2023-12-20 22:22:14
Also in:
lkml
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@gmx.net> ---
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>