lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 27 Apr 2017 21:06:14 -0700
From:   Jakub Kicinski <jakub.kicinski@...ronome.com>
To:     netdev@...r.kernel.org
Cc:     oss-drivers@...ronome.com, kubakici@...pl,
        Jakub Kicinski <jakub.kicinski@...ronome.com>
Subject: [PATCH net-next 0/6] nfp: optimize XDP TX and small fixes

Hi!

This series optimizes the nfp XDP TX performance a little bit.  
I run quick tests on an Intel(R) Xeon(R) CPU E5-2630 v4 @ 2.20GHz.  
Single core/queue performance for both touch and drop and touch and
forward is above 20Mpps @64B packets, drop being 2Mpps faster.  
I think this is max for a single queue on the low power NFPs.

There are also a few minor fixes included for code in net-next.

Jakub Kicinski (6):
  nfp: replace -ENOTSUPP with -EOPNOTSUPP
  nfp: drop rx_ring param from buffer allocation
  nfp: do simple XDP TX buffer recycling
  nfp: avoid reading TX queue indexes from the device
  nfp: don't completely refuse to work with old flashes
  nfp: provide 256 bytes of XDP headroom in all configurations

 drivers/net/ethernet/netronome/nfp/nfp_bpf_jit.c   |  24 +--
 drivers/net/ethernet/netronome/nfp/nfp_net.h       |   6 +-
 .../net/ethernet/netronome/nfp/nfp_net_common.c    | 171 +++++++++++----------
 .../net/ethernet/netronome/nfp/nfp_net_ethtool.c   |   2 +-
 .../net/ethernet/netronome/nfp/nfp_net_offload.c   |  12 +-
 .../net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c   |   4 +-
 6 files changed, 118 insertions(+), 101 deletions(-)

-- 
2.11.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ