[V3 1/5] rename base classes 1

Juraj Linkeš juraj.linkes at pantheon.tech
Fri Jun 10 14:41:14 CEST 2022


Reviewed-by: Juraj Linkeš <juraj.linkes at pantheon.tech>

> -----Original Message-----
> From: Jun Dong <junx.dong at intel.com>
> Sent: Friday, June 10, 2022 7:08 AM
> To: dts at dpdk.org
> Cc: lijuan.tu at intel.com; qingx.sun at intel.com; junx.dong at intel.com; Juraj
> Linkeš <juraj.linkes at pantheon.tech>
> Subject: [V3 1/5] rename base classes 1
> 
> From: Juraj Linkeš <juraj.linkes at pantheon.tech>
> 
> conf/*
> doc/*
> execution/*
> execution.cfg
> removed output/
> 
> Signed-off-by: Juraj Linkeš <juraj.linkes at pantheon.tech>
> Signed-off-by: Jun Dong <junx.dong at intel.com>
> ---
>  conf/crbs.cfg                                 |  42 -----
>  conf/l3fwd.cfg                                |   2 +-
>  conf/performance_thread.cfg                   |   2 +-
>  conf/ports.cfg                                |  18 +--
>  conf/power_bidirection_channel.cfg            |   2 +-
>  conf/power_branch_ratio.cfg                   |   2 +-
>  conf/power_negative.cfg                       |   2 +-
>  conf/scene/dpdk_vf_passthrough.cfg            |  16 +-
>  conf/scene/pf_passthrough.cfg                 |  14 +-
>  conf/scene/vf_passthrough.cfg                 |  14 +-
>  conf/scene/vf_passthrough_1.cfg               |  14 +-
>  conf/testpmd_perf.cfg                         |   2 +-
>  conf/topology.cfg                             |  42 +++++
>  conf/{pktgen.cfg => traffic_generator.cfg}    |  24 +--
>  conf/vhost_peer_conf.cfg                      |   2 +-
>  conf/vm_power_manager.cfg                     |   2 +-
>  conf/vm_pw_mgmt_policy.cfg                    |   2 +-
>  doc/dts_gsg/image/virt_flow.svg               |  28 ++--
>  doc/dts_gsg/quick_start.rst                   | 122 ++++++++-------
>  doc/dts_gsg/usr_guide/igb_uio.rst             |   2 +-
>  doc/dts_gsg/usr_guide/index.rst               |   2 +-
>  doc/dts_gsg/usr_guide/intro.rst               |  18 ++-
>  doc/dts_gsg/usr_guide/ixia.rst                | 144 +++++++++---------
>  doc/dts_gsg/usr_guide/results.rst             |  12 +-
>  .../{setup_dut.rst => setup_sut.rst}          |   8 +-
>  doc/dts_gsg/usr_guide/sys_reqs.rst            |  18 +--
>  doc/dts_gsg/usr_guide/trex.rst                | 104 ++++++-------
>  doc/dts_gsg/usr_guide/usage.rst               | 110 ++++++-------
>  execution.cfg                                 |   2 +-
>  executions/execution.cfg                      |   4 +-
>  executions/execution_FVL.cfg                  |   4 +-
>  executions/execution_fm10k.cfg                |   4 +-
>  executions/execution_rxmode.cfg               |   6 +-
>  executions/execution_smoke.cfg                |   2 +-
>  output/Readme.txt                             |   2 -
>  35 files changed, 403 insertions(+), 391 deletions(-)
>  delete mode 100644 conf/crbs.cfg
>  create mode 100644 conf/topology.cfg
>  rename conf/{pktgen.cfg => traffic_generator.cfg} (81%)
>  rename doc/dts_gsg/usr_guide/{setup_dut.rst => setup_sut.rst} (97%)
>  delete mode 100644 output/Readme.txt
> 


More information about the dts mailing list