diff options
author | Matteo Croce <mcroce@microsoft.com> | 2020-07-02 17:12:41 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-07-04 00:46:24 +0300 |
commit | b27db2274ba8a62512603ba874c1e992fb7de1f4 (patch) | |
tree | c8fc9ebb5d79bcd8705dc0d829f75b48ecd0239c /drivers/net/ethernet/marvell/Kconfig | |
parent | 136bcd8425b84ce81bbcf0f4cbefa6735b122d03 (diff) | |
download | linux-b27db2274ba8a62512603ba874c1e992fb7de1f4.tar.xz |
mvpp2: use page_pool allocator
Use the page_pool API for memory management.
This is a prerequisite for native XDP support.
Tested-by: Sven Auhagen <sven.auhagen@voleatech.de>
Signed-off-by: Matteo Croce <mcroce@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/marvell/Kconfig')
-rw-r--r-- | drivers/net/ethernet/marvell/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/marvell/Kconfig b/drivers/net/ethernet/marvell/Kconfig index cd8ddd1ef6f2..ef4f35ba077d 100644 --- a/drivers/net/ethernet/marvell/Kconfig +++ b/drivers/net/ethernet/marvell/Kconfig @@ -87,6 +87,7 @@ config MVPP2 depends on ARCH_MVEBU || COMPILE_TEST select MVMDIO select PHYLINK + select PAGE_POOL help This driver supports the network interface units in the Marvell ARMADA 375, 7K and 8K SoCs. |