Re: [PATCH 0/9] net: thunderx: Adds XDP support

From: Sunil Kovvuri
Date: Wed May 03 2017 - 03:28:38 EST


On Wed, May 3, 2017 at 1:17 AM, David Miller <davem@xxxxxxxxxxxxx> wrote:
> From: sunil.kovvuri@xxxxxxxxx
> Date: Tue, 2 May 2017 18:36:49 +0530
>
>> From: Sunil Goutham <sgoutham@xxxxxxxxxx>
>>
>> This patch series adds support for XDP to ThunderX NIC driver
>> which is used on CN88xx, CN81xx and CN83xx platforms.
>>
>> Patches 1-4 are performance improvement and cleanup patches
>> which are done keeping XDP performance bottlenecks in view.
>> Rest of the patches adds actual XDP support.
>
> Series applied, thanks for doing this work.

Thanks.

>
> Do you have any performance numbers?

Below are the forwarding numbers on a single core.
with network stack: 0.32 Mpps
with XDP (XDP_TX): 3 Mpps
and XDP_DROP: 3.8 Mpps

Thanks,
Sunil.