mbox series

[V1,00/17] test_plans:fix build warnings and errors

Message ID 1600169086-340540-1-git-send-email-haiyangx.zhao@intel.com (mailing list archive)
Headers
Series test_plans:fix build warnings and errors |

Message

Zhao, HaiyangX Sept. 15, 2020, 11:24 a.m. UTC
  *.fix test plans building warnings and errors.

Haiyang Zhao (17):
  test_plans/cloud_filter_with_l4_port_test_plan: fix build warnings and
    errors     *.fix build warnings and errors
  test_plans/cvl_advanced_iavf_rss_test_plan: fix build warnings and
    errors     *.fix build warnings and errors
  test_plans/cvl_advanced_rss_gtpu: fix build warnings and errors    
    *.fix build warnings and errors
  test_plans/cvl_advanced_rss_pppoe_vlan_esp_ah_l2tp_pfcp: fix build
    warnings and errors     *.fix build warnings and errors
  test_plans/cvl_advanced_rss: fix build warnings and errors     *.fix
    build warnings and errors
  test_plans/cvl_fdir_test_plan: fix build warnings and errors     *.fix
    build warnings and errors
  test_plans/cvl_iavf_rss_gtpu: fix build warnings and errors     *.fix
    build warnings and errors
  test_plans/cvl_rss_configure_test_plan: fix build warnings and errors 
       *.fix build warnings and errors
  test_plans/cvl_switch_filter_test_plan: fix build warnings and errors 
       *.fix build warnings and errors
  test_plans/dpdk_gro_lib_test_plan: fix build warnings and errors    
    *.fix build warnings and errors
  test_plans/iavf_fdir_test_plan: fix build warnings and errors    
    *.fix build warnings and errors
  test_plans/linux_modules_test_plan: fix build warnings and errors    
    *.fix build warnings and errors
  test_plans/qinq_filter_test_plan: fix build warnings and errors    
    *.fix build warnings and errors
  test_plans/vhost_cbdma_test_plan: fix build warnings and errors    
    *.fix build warnings and errors
  test_plans/virtio_event_idx_interrupt: fix build warnings and errors  
      *.fix build warnings and errors
  test_plans/vmdq_test_plan: fix build warnings and errors     *.fix
    build warnings and errors
  test_plans/index: fix build warnings and errors     *.delete removed
    test plan.     *.add new added test plans

 test_plans/cloud_filter_with_l4_port_test_plan.rst |  10 +-
 test_plans/cvl_advanced_iavf_rss_test_plan.rst     |  10 +-
 test_plans/cvl_advanced_rss_gtpu_test_plan.rst     |  41 ++-
 ...d_rss_pppoe_vlan_esp_ah_l2tp_pfcp_test_plan.rst |   2 +-
 test_plans/cvl_advanced_rss_test_plan.rst          |   8 +-
 test_plans/cvl_fdir_test_plan.rst                  |   4 +-
 test_plans/cvl_iavf_rss_gtpu_test_plan.rst         |  35 +-
 test_plans/cvl_rss_configure_test_plan.rst         |  12 +-
 test_plans/cvl_switch_filter_test_plan.rst         | 386 ++++++++++-----------
 test_plans/dpdk_gro_lib_test_plan.rst              |  57 +--
 test_plans/iavf_fdir_test_plan.rst                 |   4 +-
 test_plans/index.rst                               |  17 +-
 test_plans/linux_modules_test_plan.rst             |   4 +-
 test_plans/qinq_filter_test_plan.rst               |   4 +-
 test_plans/vhost_cbdma_test_plan.rst               |   1 +
 .../virtio_event_idx_interrupt_test_plan.rst       |  48 +--
 test_plans/vmdq_test_plan.rst                      |   1 +
 17 files changed, 333 insertions(+), 311 deletions(-)
  

Comments

Tu, Lijuan Sept. 16, 2020, 3:26 a.m. UTC | #1
> Subject: [dts] [PATCH V1 00/17] test_plans:fix build warnings and errors
> 
> *.fix test plans building warnings and errors.
> 
> Haiyang Zhao (17):
>   test_plans/cloud_filter_with_l4_port_test_plan: fix build warnings and
>     errors     *.fix build warnings and errors
>   test_plans/cvl_advanced_iavf_rss_test_plan: fix build warnings and
>     errors     *.fix build warnings and errors
>   test_plans/cvl_advanced_rss_gtpu: fix build warnings and errors
>     *.fix build warnings and errors
>   test_plans/cvl_advanced_rss_pppoe_vlan_esp_ah_l2tp_pfcp: fix build
>     warnings and errors     *.fix build warnings and errors
>   test_plans/cvl_advanced_rss: fix build warnings and errors     *.fix
>     build warnings and errors
>   test_plans/cvl_fdir_test_plan: fix build warnings and errors     *.fix
>     build warnings and errors
>   test_plans/cvl_iavf_rss_gtpu: fix build warnings and errors     *.fix
>     build warnings and errors
>   test_plans/cvl_rss_configure_test_plan: fix build warnings and errors
>        *.fix build warnings and errors
>   test_plans/cvl_switch_filter_test_plan: fix build warnings and errors
>        *.fix build warnings and errors
>   test_plans/dpdk_gro_lib_test_plan: fix build warnings and errors
>     *.fix build warnings and errors
>   test_plans/iavf_fdir_test_plan: fix build warnings and errors
>     *.fix build warnings and errors
>   test_plans/linux_modules_test_plan: fix build warnings and errors
>     *.fix build warnings and errors
>   test_plans/qinq_filter_test_plan: fix build warnings and errors
>     *.fix build warnings and errors
>   test_plans/vhost_cbdma_test_plan: fix build warnings and errors
>     *.fix build warnings and errors
>   test_plans/virtio_event_idx_interrupt: fix build warnings and errors
>       *.fix build warnings and errors
>   test_plans/vmdq_test_plan: fix build warnings and errors     *.fix
>     build warnings and errors
>   test_plans/index: fix build warnings and errors     *.delete removed
>     test plan.     *.add new added test plans

Applied, thanks