Louis says: Add new feature to the Netronome flower driver to enable QinQ offload. This needed a bit of gymnastics in order to not break compatibility with older firmware as the flow key sent to the firmware had to be updated in order to make space for the extra field.
Louis Peens (2): nfp: flower: check that we don't exceed the FW key size nfp: flower: add support to offload QinQ match .../net/ethernet/netronome/nfp/flower/cmsg.h | 17 ++++ .../net/ethernet/netronome/nfp/flower/main.h | 6 +- .../net/ethernet/netronome/nfp/flower/match.c | 73 +++++++++++++++- .../ethernet/netronome/nfp/flower/offload.c | 85 ++++++++++++++++--- 4 files changed, 165 insertions(+), 16 deletions(-) -- 2.20.1