mbox series

[V1,0/3] remove enable IAVF function

Message ID 20210618092615.202107-1-junx.dong@intel.com (mailing list archive)
Headers
Series remove enable IAVF function |

Message

Jun Dong June 18, 2021, 9:26 a.m. UTC
  *** BLURB HERE ***


IAVF is the default VF driver for Intel 700 serial (i40e) 
NIC family in DPDK 21.05, and DTS improvement WG have agreed
to remove these changes from DTS.Therefore.
 
Jun Dong (4):
  test_plans/iavf_test_plan: remove enable IAVF function steps
  test_plans/vf_l3fwd_test_plan: remove enable IAVF function steps
  tests/TestSuite_iavf: remvove enable IAVF function code
  tests/TestSuite_vf_l3fwd: remove enable IAVF function code

Zhimin Huang (1):
  framework/project_dpdk: remove enable IAVF function code 

 framework/project_dpdk.py         |  7 -------
 test_plans/iavf_test_plan.rst     | 23 ++++-------------------
 test_plans/vf_l3fwd_test_plan.rst |  5 -----
 tests/TestSuite_iavf.py           | 12 ------------
 tests/TestSuite_vf_l3fwd.py       | 13 -------------
 5 files changed, 4 insertions(+), 56 deletions(-)
  

Comments

Tu, Lijuan June 22, 2021, 7:07 a.m. UTC | #1
> IAVF is the default VF driver for Intel 700 serial (i40e) NIC family in DPDK 21.05,
> and DTS improvement WG have agreed to remove these changes from
> DTS.Therefore.
> 
> Jun Dong (4):
>   test_plans/iavf_test_plan: remove enable IAVF function steps
>   test_plans/vf_l3fwd_test_plan: remove enable IAVF function steps
>   tests/TestSuite_iavf: remvove enable IAVF function code
>   tests/TestSuite_vf_l3fwd: remove enable IAVF function code

Applied, thanks