]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mvpp2-jumbo-frames-support'
authorDavid S. Miller <davem@davemloft.net>
Mon, 5 Mar 2018 17:55:55 +0000 (12:55 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Mar 2018 17:55:55 +0000 (12:55 -0500)
commitb8387945738d557f1d7ac02bd9954bb1c2a30596
tree2f5ae4076ae58c1d272b3d90029225ae43e6197b
parent7f5426d5c7a0b723c1b27964b695e715e6855643
parent5a8c31babbb6efc49db47620c9fe51509a8c1d61
Merge branch 'mvpp2-jumbo-frames-support'

Antoine Tenart says:

====================
net: mvpp2: jumbo frames support

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).
====================

Signed-off-by: David S. Miller <davem@davemloft.net>