[V2,0/9] add functions to test MEV

Message ID 20230825152825.2831565-1-songx.jiale@intel.com (mailing list archive)
Headers
Series add functions to test MEV |

Message

Jiale, SongX Aug. 25, 2023, 3:28 p.m. UTC
  Jiale Song (9):
  conf/crbs: add parameters
  execution: add parameters and parameter annotations
  framework/config: obtain and save the acc and imc configurations of MEV
  framework/dts: add global variables
  framework/dut: add and modify methods to adapt to MEV testing
  framework/pmd_output: optimize methods to adapt to MEV testing
  framework/project_dpdk: optimize methods to adapt to MEV testing
  framework/settings: add drivers and NICs for mev
  framework/tester: optimize scripts

 conf/crbs.cfg             |   4 +
 execution.cfg             |  21 +++++
 framework/config.py       |   4 +
 framework/dts.py          |  26 +++++-
 framework/dut.py          | 174 ++++++++++++++++++++++++++++++++++++--
 framework/pmd_output.py   |   3 +
 framework/project_dpdk.py |   3 +-
 framework/settings.py     |  10 ++-
 framework/tester.py       |   2 +-
 9 files changed, 234 insertions(+), 13 deletions(-)
  

Comments

David Marchand Aug. 25, 2023, 8:01 a.m. UTC | #1
On Fri, Aug 25, 2023 at 9:19 AM Jiale Song <songx.jiale@intel.com> wrote:
>
> Jiale Song (9):
>   conf/crbs: add parameters
>   execution: add parameters and parameter annotations
>   framework/config: obtain and save the acc and imc configurations of MEV
>   framework/dts: add global variables
>   framework/dut: add and modify methods to adapt to MEV testing
>   framework/pmd_output: optimize methods to adapt to MEV testing
>   framework/project_dpdk: optimize methods to adapt to MEV testing
>   framework/settings: add drivers and NICs for mev
>   framework/tester: optimize scripts

Sorry if it is something well known, what is MEV?