commit | e9f6499965c64109e296f61e3aa7fd91f9f2233c | [log] [tgz] |
---|---|---|
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | Thu Dec 01 18:03:05 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 02 13:52:00 2016 -0500 |
tree | f196858aaffd4755844c6db5675a2d39b385901e | |
parent | ac83b7ddf227d85542fc2e186884b003cfdb99f7 [diff] |
net: mvneta: Do not allocate buffer in rxq init with HWBM For HWBM all buffers are allocated in mvneta_bm_construct() and in runtime they are put into descriptors by hardware. There is no need to fill them at this point. Suggested-by: Marcin Wojtas <mw@semihalf.com> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Tested-by: Marcin Wojtas <mw@semihalf.com> Signed-off-by: David S. Miller <davem@davemloft.net>