2019-10-29 13:48:40

by Matteo Croce

[permalink] [raw]
Subject: [PATCH DRAFT 0/3] mvpp2: page_pool and XDP support

Hi all,

Last patch series for mvpp2. First patch is just a param to disable percpu allocation,
second one is the page_pool port, and the last one XDP support.

As usual, reviews are welcome.

TODO: disable XDP when the shared buffers are in use.

Matteo Croce (3):
mvpp2: module param to force shared buffers
mvpp2: use page_pool allocator
mvpp2: add XDP support

drivers/net/ethernet/marvell/Kconfig | 1 +
drivers/net/ethernet/marvell/mvpp2/mvpp2.h | 11 +
.../net/ethernet/marvell/mvpp2/mvpp2_main.c | 232 ++++++++++++++++--
3 files changed, 220 insertions(+), 24 deletions(-)

--
2.21.0


2019-10-29 13:51:57

by Matteo Croce

[permalink] [raw]
Subject: Re: [PATCH DRAFT 0/3] mvpp2: page_pool and XDP support

On Tue, Oct 29, 2019 at 2:47 PM Matteo Croce <[email protected]> wrote:
>
> Hi all,
>
> Last patch series for mvpp2. First patch is just a param to disable percpu allocation,
> second one is the page_pool port, and the last one XDP support.
>
> As usual, reviews are welcome.
>
> TODO: disable XDP when the shared buffers are in use.
>
> Matteo Croce (3):
> mvpp2: module param to force shared buffers
> mvpp2: use page_pool allocator
> mvpp2: add XDP support
>
> drivers/net/ethernet/marvell/Kconfig | 1 +
> drivers/net/ethernet/marvell/mvpp2/mvpp2.h | 11 +
> .../net/ethernet/marvell/mvpp2/mvpp2_main.c | 232 ++++++++++++++++--
> 3 files changed, 220 insertions(+), 24 deletions(-)
>
> --
> 2.21.0
>

Sorry, discard this, it just slipped out, bad copy paste :/

--
Matteo Croce
per aspera ad upstream