commit | 7e47fd84b56bb37ff1c3d9ab49c2fff5ee4b3077 | [log] [tgz] |
---|---|---|
author | Gregory CLEMENT <gregory.clement@bootlin.com> | Wed Jul 18 18:10:55 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat Jul 28 22:12:55 2018 -0700 |
tree | e502e49d29aa66261d75a9ec1be95d3a37b951ff | |
parent | 17a96da627163d82776e2dc3198deef68cf077e0 [diff] |
net: mvneta: Allocate page for the descriptor Instead of trying to allocate the exact amount of memory for each descriptor use a page for each of them, it allows to simplify the allocation management and increase the performance of the driver. Based on the work of Yelena Krivosheev <yelena@marvell.com> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com> Signed-off-by: David S. Miller <davem@davemloft.net>