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
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
>
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
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
4 matches
Mail list logo