[ena] Increase transmit queue size to match receive fill level

Avoid running out of transmit descriptors when sending TCP ACKs by
increasing the transmit queue size to match the increased received
fill level.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2025-10-17 13:24:16 +01:00
parent 0ae5e25de2
commit 846c505ae9

View File

@@ -34,7 +34,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#define ENA_AENQ_COUNT 2
/** Number of transmit queue entries */
#define ENA_TX_COUNT 16
#define ENA_TX_COUNT 32
/** Number of receive queue entries */
#define ENA_RX_COUNT 128