On 11/21, Yahui Cao wrote: >This patch series enables FDIR support for both GTP-U and GTP-U with >extension header. > >- Patch 1 renames GTPU with extension header related variables >- Patch 2 adds FDIR support for non-extension-header GTPU > >-- >v3: >* Change commit message > >v2: >* Re-organize patch > >Yahui Cao (2): > net/ice: fix pattern name of GTPU with extension header > net/ice: add missing FDIR support for GTPU without extension header > > drivers/net/ice/ice_fdir_filter.c | 10 ++++++++-- > drivers/net/ice/ice_generic_flow.c | 14 ++++++++++--- > drivers/net/ice/ice_generic_flow.h | 7 ++++--- > drivers/net/ice/ice_hash.c | 32 +++++++++++++++--------------- > 4 files changed, 39 insertions(+), 24 deletions(-) > >-- >2.17.1 >
Series applied to dpdk-next-net-intel, Thanks.