[PATCH net-next v2 0/5] net: mvpp2: jumbo frames support
From: Antoine Tenart
Date: Mon Mar 05 2018 - 09:20:27 EST
Hi all,
This series enable jumbo frames support in the Marvell PPv2 driver. The
first 2 patches rework the buffer management, then two patches prepare for
the final patch which adds the jumbo frames support into the driver.
This is based on top of net-next, and was tested on a mcbin.
Thanks!
Antoine
Since v1:
- Improved the Tx FIFO initialization comment.
- Improved the pool sanity check in mvpp2_bm_pool_use().
- Fixed pool related comments.
- Cosmetic fixes (used BIT() whenever possible).
Antoine Tenart (1):
net: mvpp2: enable UDP/TCP checksum over IPv6
Stefan Chulski (3):
net: mvpp2: use the same buffer pool for all ports
net: mvpp2: update the BM buffer free/destroy logic
net: mvpp2: jumbo frames support
Yan Markman (1):
net: mvpp2: use a data size of 10kB for Tx FIFO on port 0
drivers/net/ethernet/marvell/mvpp2.c | 235 +++++++++++++++++++++++++----------
1 file changed, 167 insertions(+), 68 deletions(-)
--
2.14.3