This RFC patchset adds the support to enable multiple DCF instance,
add buildin recipe to accelerate specific flow creating with custom
DDP package and support flow flush in DCF.

---
This patchset depends on the patch:
net/ice: support orignal VF action for DCF
---

Qi Zhang (3):
  drivers: add flow flush for DCF
  drivers/net: support multiple DCF instance
  net/ice: enable buildin recipe 10 for custom DDP package

 doc/guides/nics/ice.rst             |   8 ++
 drivers/common/iavf/virtchnl.h      |   4 +-
 drivers/net/iavf/iavf_ethdev.c      |   2 +-
 drivers/net/ice/base/ice_common.c   |  25 ++++++
 drivers/net/ice/base/ice_switch.c   |  55 ++++++++++++-
 drivers/net/ice/base/ice_type.h     |   2 +
 drivers/net/ice/ice_dcf.c           |  22 +++++-
 drivers/net/ice/ice_dcf.h           |   2 +
 drivers/net/ice/ice_dcf_ethdev.c    | 118 +++++++++++++++++++---------
 drivers/net/ice/ice_dcf_parent.c    |   3 +
 drivers/net/ice/ice_generic_flow.c  |   7 ++
 drivers/net/ice/ice_switch_filter.c |   8 +-
 12 files changed, 209 insertions(+), 47 deletions(-)

-- 
2.17.1

Reply via email to