mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
[intelxl] Increase receive descriptor ring size to 64 entries
The E810 requires that receive descriptor rings have at least 64 entries (and are a multiple of 32 entries). Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -940,9 +940,9 @@ intelxl_init_ring ( struct intelxl_ring *ring, unsigned int count, size_t len,
|
|||||||
|
|
||||||
/** Number of receive descriptors
|
/** Number of receive descriptors
|
||||||
*
|
*
|
||||||
* Must be a multiple of 32.
|
* Must be a multiple of 32 and greater than or equal to 64.
|
||||||
*/
|
*/
|
||||||
#define INTELXL_RX_NUM_DESC 32
|
#define INTELXL_RX_NUM_DESC 64
|
||||||
|
|
||||||
/** Receive descriptor ring fill level
|
/** Receive descriptor ring fill level
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user