mbox series

[V2,0/4] test_plans: add test plans for CVL PF/VF FDIR/RSS protocol agnostic flow offloading

Message ID 20220809061659.2440668-1-qi.fu@intel.com (mailing list archive)
Headers
Series test_plans: add test plans for CVL PF/VF FDIR/RSS protocol agnostic flow offloading |

Message

Fu, Qi Aug. 9, 2022, 6:16 a.m. UTC
  CVL PF/VF enable protocol agnostic flow offloading for FDIR and RSS in DPDK-22.07.
Add test plans to check below test hints:
1. try FDIR/RSS with regular 5 tuples for any UDP or TCP packet 
2. try FDIR/RSS with VXLAN inner IP match (make sure VXLAN tunnel port has been configured either by DCF or swtichdev) 
3. try FDIR/RSS with GTPU inner IP match 4. try FDIR/RSS with GTPU outer IP match 5. try FDIR/RSS with un-word-aligned key

Qi Fu (4):
  add test plan for iavf fdir protocol agnostic flow offloading
  add test plan for ice fdir protocol agnostic flow offloading
  add test plan for iavf rss protocol agnostic flow offloading
  add test plan for ice rss protocol agnostic flow offloading

 ..._fdir_protocol_agnostic_flow_test_plan.rst | 344 +++++++++++++++++
 ...f_rss_protocol_agnostic_flow_test_plan.rst | 347 ++++++++++++++++++
 ..._fdir_protocol_agnostic_flow_test_plan.rst | 334 +++++++++++++++++
 ...e_rss_protocol_agnostic_flow_test_plan.rst | 337 +++++++++++++++++
 test_plans/index.rst                          |   4 +
 5 files changed, 1366 insertions(+)
 create mode 100644 test_plans/iavf_fdir_protocol_agnostic_flow_test_plan.rst
 create mode 100644 test_plans/iavf_rss_protocol_agnostic_flow_test_plan.rst
 create mode 100644 test_plans/ice_fdir_protocol_agnostic_flow_test_plan.rst
 create mode 100644 test_plans/ice_rss_protocol_agnostic_flow_test_plan.rst