mirror of
https://github.com/ipxe/ipxe
synced 2025-12-06 17:30:26 +03:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user