mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
bcmgenet: constrain max DMA burst length
This commit is contained in:
committed by
Dom Cobley
parent
11eb112df6
commit
a4f4216b42
@@ -34,7 +34,7 @@
|
||||
#define ENET_PAD 8
|
||||
#define ENET_MAX_MTU_SIZE (ETH_DATA_LEN + ETH_HLEN + VLAN_HLEN + \
|
||||
ENET_BRCM_TAG_LEN + ETH_FCS_LEN + ENET_PAD)
|
||||
#define DMA_MAX_BURST_LENGTH 0x10
|
||||
#define DMA_MAX_BURST_LENGTH 0x08
|
||||
|
||||
/* misc. configuration */
|
||||
#define MAX_NUM_OF_FS_RULES 16
|
||||
|
||||
Reference in New Issue
Block a user