Main change: 1. Support GTPU inner l3/l4 for FDIR 2. Support GTPU extention header for FDIR 3. Support switch filter (GTPU tunnel + IP flow) 4. couple bug fixes.
Qi Zhang (14): net/ice/base: add firmware log support net/ice/base: signed external device package programming net/ice/base: post update double reset solution restriction net/ice/base: enable GTPU inner L3/L4 for FDIR net/ice/base: expose link configuration error net/ice/base: enable more GTPU inner L3 fields for FDIR net/ice/base: support for switch filter (GTP tunnel+IP flow) net/ice/base: support GTPU IP inner IPv6 for FDIR net/ice/base: fix incorrect payload indicator on PTYPE net/ice/base: mark PTYPE 2 as reserved net/ice/base: add code to update boost TCAM for DVM net/ice/base: update GTPU EH dummy pkts for FDIR net/ice/base: fix uninitialized struct net/ice/base: cleanup fltr list in case of allocation issues drivers/net/ice/base/ice_adminq_cmd.h | 83 ++++- drivers/net/ice/base/ice_common.c | 1 + drivers/net/ice/base/ice_fdir.c | 412 ++++++++++++++++------- drivers/net/ice/base/ice_fdir.h | 22 ++ drivers/net/ice/base/ice_flex_pipe.c | 223 ++++++++++-- drivers/net/ice/base/ice_flex_pipe.h | 1 + drivers/net/ice/base/ice_flex_type.h | 13 + drivers/net/ice/base/ice_flow.c | 9 +- drivers/net/ice/base/ice_lan_tx_rx.h | 4 +- drivers/net/ice/base/ice_protocol_type.h | 8 +- drivers/net/ice/base/ice_switch.c | 117 ++++--- drivers/net/ice/base/ice_type.h | 6 + drivers/net/ice/base/ice_vlan_mode.c | 7 + 13 files changed, 679 insertions(+), 227 deletions(-) -- 2.26.2