Hi! The first patch in this series from Pieter improves the handling of mangle actions in TC flower offload. These used to be sent down to the driver in groups, but after Pablo N's patches they are split out causing suboptimal expression.
The ramaining two patches from Dirk add support for reading SFF module EEPROM data. Dirk van der Merwe (2): nfp: nsp: implement read SFF module EEPROM nfp: implement ethtool get module EEPROM Pieter Jansen van Vuuren (1): nfp: flower: reduce action list size by coalescing mangle actions .../ethernet/netronome/nfp/flower/action.c | 209 +++++++++++------- .../ethernet/netronome/nfp/nfp_net_ethtool.c | 131 +++++++++++ .../ethernet/netronome/nfp/nfpcore/nfp_nsp.c | 62 ++++++ .../ethernet/netronome/nfp/nfpcore/nfp_nsp.h | 8 + 4 files changed, 333 insertions(+), 77 deletions(-) -- 2.21.0