On Wed, May 3, 2017 at 1:17 AM, David Miller <da...@davemloft.net> wrote: > From: sunil.kovv...@gmail.com > Date: Tue, 2 May 2017 18:36:49 +0530 > >> From: Sunil Goutham <sgout...@cavium.com> >> >> 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.