Loading
igc: Reduce TSN TX packet buffer from 7KB to 5KB per queue
The previous 7 KB per queue caused TX unit hangs under heavy timestamping load. Reducing to 5 KB avoids these hangs and matches the TSN recommendation in I225/I226 SW User Manual Section 7.5.4. The 8 KB "freed" by this change is currently unused. This reduction is not expected to impact throughput, as the i226 is PCIe-limited for small TSN packets rather than TX-buffer-limited. Fixes: 0d58cdc9 ("igc: optimize TX packet buffer utilization for TSN mode") Reported-by:Zdenek Bouska <zdenek.bouska@siemens.com> Closes: https://lore.kernel.org/netdev/AS1PR10MB5675DBFE7CE5F2A9336ABFA4EBEAA@AS1PR10MB5675.EURPRD10.PROD.OUTLOOK.COM/ Reviewed-by:
Paul Menzel <pmenzel@molgen.mpg.de> Reviewed-by:
Simon Horman <horms@kernel.org> Reviewed-by:
Aleksandr Loktionov <aleksandr.loktionov@intel.com> Signed-off-by:
Chwee-Lin Choong <chwee.lin.choong@intel.com> Tested-by:
Avigail Dahan <avigailx.dahan@intel.com> Signed-off-by:
Tony Nguyen <anthony.l.nguyen@intel.com>