Re: [PATCH net-next v2 0/5] mvpp2: XDP support

From: David Miller
Date: Fri Jul 03 2020 - 17:46:44 EST


From: Matteo Croce <mcroce@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 2 Jul 2020 16:12:39 +0200

> From: Matteo Croce <mcroce@xxxxxxxxxxxxx>
>
> From: Matteo Croce <mcroce@xxxxxxxxxxxxx>
>
> Add XDP support to mvpp2. This series converts the driver to the
> page_pool API for RX buffer management, and adds native XDP support.
>
> XDP support comes with extack error reporting and statistics as well.
>
> These are the performance numbers, as measured by Sven:
>
> SKB fwd page pool:
> Rx bps 390.38 Mbps
> Rx pps 762.46 Kpps
>
> XDP fwd:
> Rx bps 1.39 Gbps
> Rx pps 2.72 Mpps
>
> XDP Drop:
> eth0: 12.9 Mpps
> eth1: 4.1 Mpps

Series applied, thank you.