mbox series

[V1,00/28] Modify the hard coded app parameter to call the platform interface

Message ID 20201208100627.9792-1-junx.w.zhou@intel.com (mailing list archive)
Headers
Series Modify the hard coded app parameter to call the platform interface |

Message

Zhou, JunX W Dec. 8, 2020, 10:05 a.m. UTC
  Modify the hard coded app parameter to call the platform interface

Zhou Jun (28):
  tests/TestSuite_hello_world:Modify the hard coded app parameter to
    call the platform interface
  tests/TestSuite_hotplug:Modify the hard coded app parameter to call
    the platform interface
  tests/TestSuite_inline_ipsec:Modify the hard coded app parameter to
    call the platform interface
  tests/TestSuite_interrupt_pmd:Modify the hard coded app parameter to
    call the platform interface
  tests/TestSuite_ip_pipeline:Modify the hard coded app parameter to
    call the platform interface
  tests/TestSuite_ipfrag:Modify the hard coded app parameter to call the
    platform interface
  tests/TestSuite_ipv4_reassembly:Modify the hard coded app parameter to
    call the platform interface
  tests/TestSuite_keep_alive:Modify the hard coded app parameter to call
    the platform interface
  tests/TestSuite_kni:Modify the hard coded app parameter to call the
    platform interface
  tests/TestSuite_l2fwd_jobstats:Modify the hard coded app parameter to
    call the platform interface
  tests/TestSuite_l3fwdacl:Modify the hard coded app parameter to call
    the platform interface
  tests/TestSuite_link_status_interrupt:Modify the hard coded app
    parameter to call the platform interface
  tests/TestSuite_metering_and_policing:Modify the hard coded app
    parameter to call the platform interface
  tests/TestSuite_multicast:Modify the hard coded app parameter to call
    the platform interface
  tests/TestSuite_multiprocess:Modify the hard coded app parameter to
    call the platform interface
  tests/TestSuite_packet_ordering:Modify the hard coded app parameter to
    call the platform interface
  tests/TestSuite_pmdpcap:Modify the hard coded app parameter to call
    the platform interface
  tests/TestSuite_pmdrss_hash:Modify the hard coded app parameter to
    call the platform interface
  tests/TestSuite_pmdrssreta:Modify the hard coded app parameter to call
    the platform interface
  tests/TestSuite_ptpclient:Modify the hard coded app parameter to call
    the platform interface
  tests/TestSuite_queue_start_stop:Modify the hard coded app parameter
    to call the platform interface
  tests/TestSuite_rxtx_callbacks:Modify the hard coded app parameter to
    call the platform interface
  tests/TestSuite_short_live:Modify the hard coded app parameter to call
    the platform interface
  tests/TestSuite_skeleton:Modify the hard coded app parameter to call
    the platform interface
  tests/TestSuite_softnic:Modify the hard coded app parameter to call
    the platform interface
  tests/TestSuite_timer:Modify the hard coded app parameter to call the
    platform interface
  tests/TestSuite_tso:Modify the hard coded app parameter to call the
    platform interface
  tests/TestSuite_userspace_ethtool:Modify the hard coded app parameter
    to call the platform interface

 tests/TestSuite_hello_world.py           |  8 ++--
 tests/TestSuite_hotplug.py               |  5 ++-
 tests/TestSuite_inline_ipsec.py          | 13 +++---
 tests/TestSuite_interrupt_pmd.py         | 13 ++++--
 tests/TestSuite_ip_pipeline.py           | 50 +++++++++++-------------
 tests/TestSuite_ipfrag.py                |  7 +---
 tests/TestSuite_ipv4_reassembly.py       |  5 ++-
 tests/TestSuite_keep_alive.py            |  5 ++-
 tests/TestSuite_kni.py                   |  6 ++-
 tests/TestSuite_l2fwd_jobstats.py        |  3 +-
 tests/TestSuite_l3fwdacl.py              | 21 +++++-----
 tests/TestSuite_link_status_interrupt.py | 17 ++++----
 tests/TestSuite_metering_and_policing.py | 13 +++---
 tests/TestSuite_multicast.py             |  5 +--
 tests/TestSuite_multiprocess.py          | 25 ++++++------
 tests/TestSuite_packet_ordering.py       |  5 ++-
 tests/TestSuite_pmdpcap.py               | 12 +++---
 tests/TestSuite_pmdrss_hash.py           | 19 ++++-----
 tests/TestSuite_pmdrssreta.py            |  3 +-
 tests/TestSuite_ptpclient.py             |  5 ++-
 tests/TestSuite_queue_start_stop.py      |  3 +-
 tests/TestSuite_rxtx_callbacks.py        |  3 +-
 tests/TestSuite_short_live.py            | 12 +++---
 tests/TestSuite_skeleton.py              |  3 +-
 tests/TestSuite_softnic.py               | 14 +++++--
 tests/TestSuite_timer.py                 |  4 +-
 tests/TestSuite_tso.py                   | 12 +++---
 tests/TestSuite_userspace_ethtool.py     |  5 ++-
 28 files changed, 156 insertions(+), 140 deletions(-)
  

Comments

Zhao, HaiyangX Dec. 9, 2020, 1:53 a.m. UTC | #1
Acked-by: Haiyang Zhao <haiyangx.zhao@intel.com>

Best Regards,
Zhao Haiyang

> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Zhou Jun
> Sent: Tuesday, December 8, 2020 18:06
> To: dts@dpdk.org
> Cc: Zhou, JunX W <junx.w.zhou@intel.com>
> Subject: [dts] [PATCH V1 00/28] Modify the hard coded app parameter to call
> the platform interface
  
Tu, Lijuan Dec. 10, 2020, 8:43 a.m. UTC | #2
> 
> Modify the hard coded app parameter to call the platform interface
> 
> Zhou Jun (28):
>   tests/TestSuite_hello_world:Modify the hard coded app parameter to
>     call the platform interface
>   tests/TestSuite_hotplug:Modify the hard coded app parameter to call
>     the platform interface
>   tests/TestSuite_inline_ipsec:Modify the hard coded app parameter to
>     call the platform interface
>   tests/TestSuite_interrupt_pmd:Modify the hard coded app parameter to
>     call the platform interface
>   tests/TestSuite_ip_pipeline:Modify the hard coded app parameter to
>     call the platform interface
>   tests/TestSuite_ipfrag:Modify the hard coded app parameter to call the
>     platform interface
>   tests/TestSuite_ipv4_reassembly:Modify the hard coded app parameter to
>     call the platform interface
>   tests/TestSuite_keep_alive:Modify the hard coded app parameter to call
>     the platform interface
>   tests/TestSuite_kni:Modify the hard coded app parameter to call the
>     platform interface
>   tests/TestSuite_l2fwd_jobstats:Modify the hard coded app parameter to
>     call the platform interface
>   tests/TestSuite_l3fwdacl:Modify the hard coded app parameter to call
>     the platform interface
>   tests/TestSuite_link_status_interrupt:Modify the hard coded app
>     parameter to call the platform interface
>   tests/TestSuite_metering_and_policing:Modify the hard coded app
>     parameter to call the platform interface
>   tests/TestSuite_multicast:Modify the hard coded app parameter to call
>     the platform interface
>   tests/TestSuite_multiprocess:Modify the hard coded app parameter to
>     call the platform interface
>   tests/TestSuite_packet_ordering:Modify the hard coded app parameter to
>     call the platform interface
>   tests/TestSuite_pmdpcap:Modify the hard coded app parameter to call
>     the platform interface
>   tests/TestSuite_pmdrss_hash:Modify the hard coded app parameter to
>     call the platform interface
>   tests/TestSuite_pmdrssreta:Modify the hard coded app parameter to call
>     the platform interface
>   tests/TestSuite_ptpclient:Modify the hard coded app parameter to call
>     the platform interface
>   tests/TestSuite_queue_start_stop:Modify the hard coded app parameter
>     to call the platform interface
>   tests/TestSuite_rxtx_callbacks:Modify the hard coded app parameter to
>     call the platform interface
>   tests/TestSuite_short_live:Modify the hard coded app parameter to call
>     the platform interface
>   tests/TestSuite_skeleton:Modify the hard coded app parameter to call
>     the platform interface
>   tests/TestSuite_softnic:Modify the hard coded app parameter to call
>     the platform interface
>   tests/TestSuite_timer:Modify the hard coded app parameter to call the
>     platform interface
>   tests/TestSuite_tso:Modify the hard coded app parameter to call the
>     platform interface
>   tests/TestSuite_userspace_ethtool:Modify the hard coded app parameter
>     to call the platform interface

Applied