mbox series

[V2,0/4] enable esp flow

Message ID 20210914181204.20088-1-zhiminx.huang@intel.com (mailing list archive)
Headers
Series enable esp flow |

Message

Huang, ZhiminX Sept. 14, 2021, 6:12 p.m. UTC
  according to 21.08 new feature,enable esp flow to support match outer ip header.
take esp and outer ip src/dst input set,add new case in pf and vf fdir.

v2:
- fix comments grammatical issue

Zhimin Huang (4):
  test_plans/cvl_fdir_test_plan:add esp flow test plan
  test_plans/iavf_fdir_test_plan:add esp flow test plan
  tests/cvl_fdir:add esp flow test case
  tests/iavf_fdir:add esp flow test case

 test_plans/cvl_fdir_test_plan.rst  | 457 +++++++++++++++++++++++++++++
 test_plans/iavf_fdir_test_plan.rst | 253 +++++++++++++---
 tests/TestSuite_cvl_fdir.py        | 336 +++++++++++++++++++++
 tests/TestSuite_iavf_fdir.py       | 162 +++++++---
 4 files changed, 1138 insertions(+), 70 deletions(-)