netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] nfp: dead code, clean ups and slight improvements
@ 2017-12-09  3:37 Jakub Kicinski
  2017-12-09  3:37 ` [PATCH net-next 1/4] nfp: flower: do not assume mac/mpls matches Jakub Kicinski
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jakub Kicinski @ 2017-12-09  3:37 UTC (permalink / raw)
  To: netdev; +Cc: oss-drivers, Jakub Kicinski

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-12-11 17:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-09  3:37 [PATCH net-next 0/4] nfp: dead code, clean ups and slight improvements Jakub Kicinski
2017-12-09  3:37 ` [PATCH net-next 1/4] nfp: flower: do not assume mac/mpls matches Jakub Kicinski
2017-12-09  3:37 ` [PATCH net-next 2/4] nfp: flower: remove dead code paths Jakub Kicinski
2017-12-09  3:37 ` [PATCH net-next 3/4] nfp: flower: remove unused defines Jakub Kicinski
2017-12-09  3:37 ` [PATCH net-next 4/4] nfp: debug dump - decrease endian conversions Jakub Kicinski
2017-12-11 17:12 ` [PATCH net-next 0/4] nfp: dead code, clean ups and slight improvements David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).