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:   Fri,  8 Dec 2017 19:37:00 -0800
From:   Jakub Kicinski <jakub.kicinski@...ronome.com>
To:     netdev@...r.kernel.org
Cc:     oss-drivers@...ronome.com,
        Jakub Kicinski <jakub.kicinski@...ronome.com>
Subject: [PATCH net-next 0/4] nfp: dead code, clean ups and slight improvements

Hi!

This series contains small clean ups from John and Carl, and brings
no functional changes.

John's improvements target the flower code.  First he makes sure we don't
allocate space in FW request messages for MAC matches if the TC rule does
not contain any.  The remaining two patches remove some dead code and
unused defines.

Carl follows up with a slight optimization to his recent ethtool FW state
dumps, byte swapping input parameters once instead of the data for every
dumped item.

Carl Heymann (1):
  nfp: debug dump - decrease endian conversions

John Hurley (3):
  nfp: flower: do not assume mac/mpls matches
  nfp: flower: remove dead code paths
  nfp: flower: remove unused defines

 drivers/net/ethernet/netronome/nfp/flower/cmsg.h   | 19 +-----
 drivers/net/ethernet/netronome/nfp/flower/match.c  | 79 ++++++++--------------
 .../net/ethernet/netronome/nfp/flower/offload.c    | 13 ++--
 .../net/ethernet/netronome/nfp/nfp_net_debugdump.c | 14 ++--
 4 files changed, 44 insertions(+), 81 deletions(-)

-- 
2.15.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ