test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1 00/17] test_plans:fix build warnings and errors
@ 2020-09-15 11:24 Haiyang Zhao
  2020-09-15 11:24 ` [dts] [PATCH V1 01/17] test_plans/cloud_filter_with_l4_port_test_plan: fix " Haiyang Zhao
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: Haiyang Zhao @ 2020-09-15 11:24 UTC (permalink / raw)
  To: dts; +Cc: Haiyang Zhao

*.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(-)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2020-09-16  3:26 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-15 11:24 [dts] [PATCH V1 00/17] test_plans:fix build warnings and errors Haiyang Zhao
2020-09-15 11:24 ` [dts] [PATCH V1 01/17] test_plans/cloud_filter_with_l4_port_test_plan: fix " Haiyang Zhao
2020-09-15 11:24 ` [dts] [PATCH V1 02/17] test_plans/cvl_advanced_iavf_rss_test_plan: " Haiyang Zhao
2020-09-15 11:24 ` [dts] [PATCH V1 03/17] test_plans/cvl_advanced_rss_gtpu: " Haiyang Zhao
2020-09-15 11:24 ` [dts] [PATCH V1 04/17] test_plans/cvl_advanced_rss_pppoe_vlan_esp_ah_l2tp_pfcp: " Haiyang Zhao
2020-09-15 11:24 ` [dts] [PATCH V1 05/17] test_plans/cvl_advanced_rss: " Haiyang Zhao
2020-09-15 11:24 ` [dts] [PATCH V1 06/17] test_plans/cvl_fdir_test_plan: " Haiyang Zhao
2020-09-15 11:24 ` [dts] [PATCH V1 07/17] test_plans/cvl_iavf_rss_gtpu: " Haiyang Zhao
2020-09-15 11:24 ` [dts] [PATCH V1 08/17] test_plans/cvl_rss_configure_test_plan: " Haiyang Zhao
2020-09-15 11:24 ` [dts] [PATCH V1 09/17] test_plans/cvl_switch_filter_test_plan: " Haiyang Zhao
2020-09-15 11:24 ` [dts] [PATCH V1 10/17] test_plans/dpdk_gro_lib_test_plan: " Haiyang Zhao
2020-09-15 11:24 ` [dts] [PATCH V1 11/17] test_plans/iavf_fdir_test_plan: " Haiyang Zhao
2020-09-15 11:24 ` [dts] [PATCH V1 12/17] test_plans/linux_modules_test_plan: " Haiyang Zhao
2020-09-15 11:24 ` [dts] [PATCH V1 13/17] test_plans/qinq_filter_test_plan: " Haiyang Zhao
2020-09-15 11:24 ` [dts] [PATCH V1 14/17] test_plans/vhost_cbdma_test_plan: " Haiyang Zhao
2020-09-15 11:24 ` [dts] [PATCH V1 15/17] test_plans/virtio_event_idx_interrupt: " Haiyang Zhao
2020-09-15 11:24 ` [dts] [PATCH V1 16/17] test_plans/vmdq_test_plan: " Haiyang Zhao
2020-09-15 11:24 ` [dts] [PATCH V1 17/17] test_plans/index: " Haiyang Zhao
2020-09-16  3:26 ` [dts] [PATCH V1 00/17] test_plans:fix " Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).