Re: [PATCH net-next v2 3/3] net: stmmac: Set CIC bit only for TX queues with COE
From: Jakub Kicinski
Date: Tue Aug 19 2025 - 21:22:48 EST
On Sat, 16 Aug 2025 00:55:25 +0800 Rohan G Thomas via B4 Relay wrote:
> + bool csum = !priv->plat->tx_queues_cfg[queue].coe_unsupported;
Hopefully the slight pointer chasing here doesn't impact performance?
XDP itself doesn't support checksum so perhaps we could always pass
false?