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

2017-05-05 Thread Sunil Kovvuri
On Thu, May 4, 2017 at 2:09 AM, Rami Rosen wrote: > Thanks, Sunil. > >>with network stack: 0.32 Mpps >>with XDP (XDP_TX): 3 Mpps >>and XDP_DROP: 3.8 Mpps > > Interesting; May I ask - which packet size did you use ? Packet size is 64bytes. Thanks, Sunil. > > Regards, >

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

2017-05-03 Thread Rami Rosen
Thanks, Sunil. >with network stack: 0.32 Mpps >with XDP (XDP_TX): 3 Mpps >and XDP_DROP: 3.8 Mpps Interesting; May I ask - which packet size did you use ? Regards, Rami Rosen

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

2017-05-03 Thread Sunil Kovvuri
On Wed, May 3, 2017 at 1:17 AM, David Miller wrote: > From: sunil.kovv...@gmail.com > Date: Tue, 2 May 2017 18:36:49 +0530 > >> From: Sunil Goutham >> >> This patch series adds support for XDP to ThunderX NIC driver >> which is used on CN88xx, CN81xx

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

2017-05-02 Thread David Miller
From: sunil.kovv...@gmail.com Date: Tue, 2 May 2017 18:36:49 +0530 > From: Sunil Goutham > > 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

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

2017-05-02 Thread sunil . kovvuri
From: Sunil Goutham 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