Re: [PATCH v2 2/2] test/dma: add functions to verify zero and one fill

2024-11-19 Thread Thomas Monjalon
19/04/2024 11:07, Vidya Sagar Velumuri: > Add test cases to verify zero fill and one fill > > Signed-off-by: Vidya Sagar Velumuri Waiting for review from DMA maintainers. > diff --git a/app/test/test.h b/app/test/test.h > index 15e23d297f..0ca6519f6e 100644 > --- a/app/test/test.h > +++ b/app/t

RE: [EXTERNAL] [PATCH v2 2/2] test/dma: add functions to verify zero and one fill

2024-10-04 Thread Amit Prakash Shukla
Kondoj > ; Gowrishankar Muthukrishnan > ; dev@dpdk.org > Subject: [EXTERNAL] [PATCH v2 2/2] test/dma: add functions to verify zero > and one fill > > Prioritize security for external emails: Confirm sender and content safety >

Re: [EXTERNAL] [PATCH v2 2/2] test/dma: add functions to verify zero and one fill

2024-10-04 Thread Amit Prakash Shukla
Muthukrishnan ; dev@dpdk.org Subject: [EXTERNAL] [PATCH v2 2/2] test/dma: add functions to verify zero and one fill Prioritize security for external emails: Confirm sender and content safety before clicking links or opening attachments

[PATCH v2 2/2] test/dma: add functions to verify zero and one fill

2024-04-19 Thread Vidya Sagar Velumuri
Add test cases to verify zero fill and one fill Signed-off-by: Vidya Sagar Velumuri diff --git a/app/test/test.h b/app/test/test.h index 15e23d297f..0ca6519f6e 100644 --- a/app/test/test.h +++ b/app/test/test.h @@ -27,6 +27,10 @@ #include +#ifndef ARRAY_SIZE +#define ARRAY_SIZE(x) (sizeof(x