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