mbox

[V1,0/2] replace 'proto' with 'nh'

Message ID 20211029164615.32677-1-qinx.sun@intel.com (mailing list archive)
Headers

Message

Sun, QinX Oct. 29, 2021, 4:46 p.m. UTC
  replace the 'proto' with 'nh', 'proto' used for ipv4, 'nh' used for ipv6.
in pattern 'eth/ipv4/gre/ipv6/udp', the next header of ipv6 is 'udp',so the 'nh' should be set as 17

Qin Sun (2):
  tests/cvl_advanced_iavf_rss: modify next header as 17
  test_plans/cvl_advanced_iavf_rss: corrects case name

 test_plans/cvl_advanced_iavf_rss_test_plan.rst | 8 ++++----
 tests/TestSuite_cvl_advanced_iavf_rss.py       | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)
 mode change 100644 => 100755 test_plans/cvl_advanced_iavf_rss_test_plan.rst
 mode change 100644 => 100755 tests/TestSuite_cvl_advanced_iavf_rss.py