patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH 0/7] add switch filter support for intel DCF
@ 2020-03-13  2:06 Wei Zhao
  2020-03-13  2:06 ` [dpdk-stable] [PATCH 1/7] net/ice: enable switch flow on DCF Wei Zhao
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Wei Zhao @ 2020-03-13  2:06 UTC (permalink / raw)
  Cc: stable, qi.z.zhang, xiaolong.ye

A DCF (Device Config Function) framework has been add for intel device,
this patch set add add switch filter support for it, this set also fix
bugs which block this feature.

This patchset is based on:
[1] https://patchwork.dpdk.org/cover/66480/ : add Intel DCF PMD support

Depends-on: series-8859

wei zhao (7):
  net/ice: enable switch flow on DCF
  net/ice: support for more PPPoE input set
  net/ice: change swicth parser to support flexible mask
  net/ice: add support for MAC VLAN rule
  net/ice: change default tunnle type
  net/ice: add action number check for swicth
  net/ice: fix input set of VLAN item

 config/common_linux                 |   1 +
 drivers/net/ice/ice_dcf_ethdev.c    |  10 +-
 drivers/net/ice/ice_dcf_parent.c    |   7 +
 drivers/net/ice/ice_fdir_filter.c   |   6 +
 drivers/net/ice/ice_generic_flow.c  |  13 +
 drivers/net/ice/ice_generic_flow.h  |   9 +
 drivers/net/ice/ice_hash.c          |   6 +
 drivers/net/ice/ice_switch_filter.c | 461 ++++++++++++++++++----------
 8 files changed, 348 insertions(+), 165 deletions(-)

-- 
2.19.1


^ permalink raw reply	[flat|nested] 14+ messages in thread
[parent not found: <20200313022540.21984-1-wei.zhao1@intel.com>]
[parent not found: <20200313020806.21654-1-wei.zhao1@intel.com>]
[parent not found: <20200313020449.21518-1-wei.zhao1@intel.com>]
[parent not found: <20200313020147.21394-1-wei.zhao1@intel.com>]
[parent not found: <20200313020023.21341-1-wei.zhao1@intel.com>]
[parent not found: <20200313014006.19589-1-wei.zhao1@intel.com>]

end of thread, other threads:[~2020-03-13  2:46 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-13  2:06 [dpdk-stable] [PATCH 0/7] add switch filter support for intel DCF Wei Zhao
2020-03-13  2:06 ` [dpdk-stable] [PATCH 1/7] net/ice: enable switch flow on DCF Wei Zhao
2020-03-13  2:06 ` [dpdk-stable] [PATCH 2/7] net/ice: support for more PPPoE input set Wei Zhao
2020-03-13  2:06 ` [dpdk-stable] [PATCH 3/7] net/ice: change swicth parser to support flexible mask Wei Zhao
2020-03-13  2:06 ` [dpdk-stable] [PATCH 4/7] net/ice: add support for MAC VLAN rule Wei Zhao
2020-03-13  2:06 ` [dpdk-stable] [PATCH 5/7] net/ice: change default tunnle type Wei Zhao
2020-03-13  2:07 ` [dpdk-stable] [PATCH 6/7] net/ice: add action number check for swicth Wei Zhao
2020-03-13  2:07 ` [dpdk-stable] [PATCH 7/7] net/ice: fix input set of VLAN item Wei Zhao
     [not found] <20200313022540.21984-1-wei.zhao1@intel.com>
2020-03-13  2:25 ` Wei Zhao
     [not found] <20200313020806.21654-1-wei.zhao1@intel.com>
2020-03-13  2:08 ` Wei Zhao
     [not found] <20200313020449.21518-1-wei.zhao1@intel.com>
2020-03-13  2:04 ` Wei Zhao
     [not found] <20200313020147.21394-1-wei.zhao1@intel.com>
2020-03-13  2:01 ` Wei Zhao
     [not found] <20200313020023.21341-1-wei.zhao1@intel.com>
2020-03-13  2:00 ` Wei Zhao
     [not found] <20200313014006.19589-1-wei.zhao1@intel.com>
2020-03-13  1:40 ` Wei Zhao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).