]> git.baikalelectronics.ru Git - kernel.git/commit
net: mvpp2: use a data size of 10kB for Tx FIFO on port 0
authorYan Markman <ymarkman@marvell.com>
Mon, 5 Mar 2018 14:16:52 +0000 (15:16 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Mar 2018 17:55:55 +0000 (12:55 -0500)
commitb4092056fdcda0bed297aff402e6be20572914f3
tree5bb553603097339c6aa2e898789a779d7b23060d
parent1ef6159fb80b73467ce58db021c206c3b5c722e2
net: mvpp2: use a data size of 10kB for Tx FIFO on port 0

This patch sets the Tx FIFO data size on port 0 to 10kB. This prepares
the PPv2 driver for the Jumbo frame support addition as the hardware
will need big enough Tx FIFO buffers when dealing with frames going
through an interface with an MTU of 9000.

Signed-off-by: Yan Markman <ymarkman@marvell.com>
[Antoine: commit message, small reworks.]
Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/mvpp2.c