[v8,0/4] PCI Dev and SG copy support

Message ID cover.1700650397.git.gmuthukrishn@marvell.com (mailing list archive)
Headers
Series PCI Dev and SG copy support |

Message

Gowrishankar Muthukrishnan Nov. 22, 2023, 11:06 a.m. UTC
  Improve dma-perf application to support PCI dev and SG copy,
along with additional supports below:
 - validate copied memory
 - skip tests if not opted.

v8:
 - updated skip test patch.

Amit Prakash Shukla (2):
  app/dma-perf: add skip support
  app/dma-perf: add PCI device support

Gowrishankar Muthukrishnan (2):
  app/dma-perf: validate copied memory
  app/dma-perf: add SG copy support

 app/test-dma-perf/benchmark.c | 383 +++++++++++++++++++++++++++++++---
 app/test-dma-perf/config.ini  |  56 +++++
 app/test-dma-perf/main.c      | 161 +++++++++++---
 app/test-dma-perf/main.h      |  12 +-
 4 files changed, 551 insertions(+), 61 deletions(-)
  

Comments

Gowrishankar Muthukrishnan Dec. 7, 2023, 10:11 a.m. UTC | #1
Hi,
Could this patch series be reviewed ? As of now, patches are rebased without any conflicts.

Thanks,
Gowrishankar

> -----Original Message-----
> From: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
> Sent: Wednesday, November 22, 2023 4:36 PM
> To: dev@dpdk.org
> Cc: Anoob Joseph <anoobj@marvell.com>; Cheng Jiang
> <honest.jiang@foxmail.com>; Kevin Laatz <kevin.laatz@intel.com>; Bruce
> Richardson <bruce.richardson@intel.com>; Pavan Nikhilesh Bhagavatula
> <pbhagavatula@marvell.com>; Amit Prakash Shukla
> <amitprakashs@marvell.com>; Chengwen Feng
> <fengchengwen@huawei.com>; Gowrishankar Muthukrishnan
> <gmuthukrishn@marvell.com>
> Subject: [PATCH v8 0/4] PCI Dev and SG copy support
> 
> Improve dma-perf application to support PCI dev and SG copy, along with
> additional supports below:
>  - validate copied memory
>  - skip tests if not opted.
> 
> v8:
>  - updated skip test patch.
> 
> Amit Prakash Shukla (2):
>   app/dma-perf: add skip support
>   app/dma-perf: add PCI device support
> 
> Gowrishankar Muthukrishnan (2):
>   app/dma-perf: validate copied memory
>   app/dma-perf: add SG copy support
> 
>  app/test-dma-perf/benchmark.c | 383
> +++++++++++++++++++++++++++++++---
>  app/test-dma-perf/config.ini  |  56 +++++
>  app/test-dma-perf/main.c      | 161 +++++++++++---
>  app/test-dma-perf/main.h      |  12 +-
>  4 files changed, 551 insertions(+), 61 deletions(-)
> 
> --
> 2.25.1
  
Gowrishankar Muthukrishnan Feb. 5, 2024, 10:37 a.m. UTC | #2
Hi,

Could this series be merged as the patches are acked.



Thanks,

Gowrishankar