From: Vamsi Krishna Attunuru <vattunuru@marvell.com>
To: Chengwen Feng <fengchengwen@huawei.com>,
"thomas@monjalon.net" <thomas@monjalon.net>,
"honest.jiang@foxmail.com" <honest.jiang@foxmail.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>,
"liuyonglong@huawei.com" <liuyonglong@huawei.com>
Subject: RE: [EXTERNAL] [PATCH 00/10] bugfix and refactor of dma-perf
Date: Thu, 11 Sep 2025 14:53:34 +0000 [thread overview]
Message-ID: <SJ4PPFEA6F74CA216692DA006E81BDBA44BA609A@SJ4PPFEA6F74CA2.namprd18.prod.outlook.com> (raw)
In-Reply-To: <20250812020708.16186-1-fengchengwen@huawei.com>
>-----Original Message-----
>From: Chengwen Feng <fengchengwen@huawei.com>
>Sent: Tuesday, August 12, 2025 7:37 AM
>To: thomas@monjalon.net; honest.jiang@foxmail.com
>Cc: dev@dpdk.org; liuyonglong@huawei.com
>Subject: [EXTERNAL] [PATCH 00/10] bugfix and refactor of dma-perf
>
>This patchset contain one bugfix and eight refactor commit for test-dma-perf
>application. Chengwen Feng (10): app/dma-perf: fix use-after-free app/dma-
>perf: add global section for config file app/dma-perf: use argparse lib to parse
>argument ZjQcmQRYFpfptBannerStart Prioritize security for external emails:
>Confirm sender and content safety before clicking links or opening
>attachments <https://us-phishalarm-
>ewt.proofpoint.com/EWT/v1/CRVmXkqW!ti3Z1f8UAnTa1E-8-
>d26bzh7tQFqbKBdLU9oLN5L-
>Aaqbzf0spmN1mMd9tGvrkwR2vLtT9OuVOzwc_JrGGPezhvZxK2lONqTfg$>
>Report Suspicious
>
>ZjQcmQRYFpfptBannerEnd
>This patchset contain one bugfix and eight refactor commit for test-dma-perf
>application.
>
>Chengwen Feng (10):
> app/dma-perf: fix use-after-free
> app/dma-perf: add global section for config file
> app/dma-perf: use argparse lib to parse argument
> app/dma-perf: refactor output csv
> app/dma-perf: support list DMA devices
> app/dma-perf: add more global config
> app/dma-perf: remove invalid or redundant field
> app/dma-perf: refactor load config function
> app/dma-perf: refactor benchmark function
> app/dma-perf: support specific error info
>
>---
>v2: fix CI error: format string is not a string literal
> add one extra commit: support specific error info
>
> app/test-dma-perf/benchmark.c | 182 ++++++----- app/test-dma-
>perf/config.ini | 35 +--
> app/test-dma-perf/main.c | 573 ++++++++++++++++++----------------
> app/test-dma-perf/main.h | 28 +-
> app/test-dma-perf/meson.build | 2 +-
> doc/guides/tools/dmaperf.rst | 50 +--
> 6 files changed, 462 insertions(+), 408 deletions(-)
>
>--
>2.17.1
Thank you, Feng, for the refactoring.
Acked-by: Vamsi Attunuru <vattunuru@marvell.com>
next prev parent reply other threads:[~2025-09-11 14:53 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-11 10:54 [PATCH 0/9] " Chengwen Feng
2025-08-11 10:54 ` [PATCH 1/9] app/dma-perf: fix use-after-free Chengwen Feng
2025-08-11 10:54 ` [PATCH 2/9] app/dma-perf: add global section for config file Chengwen Feng
2025-08-11 10:54 ` [PATCH 3/9] app/dma-perf: use argparse lib to parse argument Chengwen Feng
2025-08-11 10:54 ` [PATCH 4/9] app/dma-perf: refactor output csv Chengwen Feng
2025-08-11 10:54 ` [PATCH 5/9] app/dma-perf: support list DMA devices Chengwen Feng
2025-08-11 10:54 ` [PATCH 6/9] app/dma-perf: add more global config Chengwen Feng
2025-08-11 10:54 ` [PATCH 7/9] app/dma-perf: remove invalid or redundant field Chengwen Feng
2025-08-11 10:54 ` [PATCH 8/9] app/dma-perf: refactor load config function Chengwen Feng
2025-08-11 10:54 ` [PATCH 9/9] app/dma-perf: refactor benchmark function Chengwen Feng
2025-08-12 2:06 ` [PATCH 00/10] bugfix and refactor of dma-perf Chengwen Feng
2025-08-12 2:06 ` [PATCH 01/10] app/dma-perf: fix use-after-free Chengwen Feng
2025-08-12 2:07 ` [PATCH 02/10] app/dma-perf: add global section for config file Chengwen Feng
2025-08-12 2:07 ` [PATCH 03/10] app/dma-perf: use argparse lib to parse argument Chengwen Feng
2025-08-12 2:07 ` [PATCH 04/10] app/dma-perf: refactor output csv Chengwen Feng
2025-08-12 2:07 ` [PATCH 05/10] app/dma-perf: support list DMA devices Chengwen Feng
2025-08-12 2:07 ` [PATCH 06/10] app/dma-perf: add more global config Chengwen Feng
2025-08-12 2:07 ` [PATCH 07/10] app/dma-perf: remove invalid or redundant field Chengwen Feng
2025-08-12 2:07 ` [PATCH 08/10] app/dma-perf: refactor load config function Chengwen Feng
2025-08-12 2:07 ` [PATCH 09/10] app/dma-perf: refactor benchmark function Chengwen Feng
2025-08-12 2:07 ` [PATCH 10/10] app/dma-perf: support specific error info Chengwen Feng
2025-09-11 14:53 ` Vamsi Krishna Attunuru [this message]
2025-09-17 3:33 ` [PATCH v2 00/10] bugfix and refactor of dma-perf Chengwen Feng
2025-09-17 3:33 ` [PATCH v2 01/10] app/dma-perf: fix use-after-free Chengwen Feng
2025-09-17 3:33 ` [PATCH v2 02/10] app/dma-perf: add global section for config file Chengwen Feng
2025-09-17 3:33 ` [PATCH v2 03/10] app/dma-perf: use argparse lib to parse argument Chengwen Feng
2025-09-17 3:33 ` [PATCH v2 04/10] app/dma-perf: refactor output csv Chengwen Feng
2025-09-17 3:33 ` [PATCH v2 05/10] app/dma-perf: support list DMA devices Chengwen Feng
2025-09-17 3:33 ` [PATCH v2 06/10] app/dma-perf: add more global config Chengwen Feng
2025-09-17 3:33 ` [PATCH v2 07/10] app/dma-perf: remove invalid or redundant field Chengwen Feng
2025-09-17 3:33 ` [PATCH v2 08/10] app/dma-perf: refactor load config function Chengwen Feng
2025-09-17 3:33 ` [PATCH v2 09/10] app/dma-perf: refactor benchmark function Chengwen Feng
2025-09-17 3:33 ` [PATCH v2 10/10] app/dma-perf: support specific error info Chengwen Feng
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=SJ4PPFEA6F74CA216692DA006E81BDBA44BA609A@SJ4PPFEA6F74CA2.namprd18.prod.outlook.com \
--to=vattunuru@marvell.com \
--cc=dev@dpdk.org \
--cc=fengchengwen@huawei.com \
--cc=honest.jiang@foxmail.com \
--cc=liuyonglong@huawei.com \
--cc=thomas@monjalon.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).