From: Thomas Monjalon <thomas@monjalon.net>
To: fengchengwen@huawei.com, kevin.laatz@intel.com,
bruce.richardson@intel.com,
Vidya Sagar Velumuri <vvelumuri@marvell.com>
Cc: dev@dpdk.org, jerinj@marvell.com, anoobj@marvell.com,
vvelumuri@marvell.com, asasidharan@marvell.com,
ktejasree@marvell.com, gmuthukrishn@marvell.com, dev@dpdk.org
Subject: Re: [PATCH v2 2/2] test/dma: add functions to verify zero and one fill
Date: Tue, 19 Nov 2024 18:11:47 +0100 [thread overview]
Message-ID: <2724067.KRxA6XjA2N@thomas> (raw)
In-Reply-To: <20240419090734.43613-2-vvelumuri@marvell.com>
19/04/2024 11:07, Vidya Sagar Velumuri:
> Add test cases to verify zero fill and one fill
>
> Signed-off-by: Vidya Sagar Velumuri <vvelumuri@marvell.com>
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/test/test.h
> @@ -27,6 +27,10 @@
>
> #include <rte_test.h>
>
> +#ifndef ARRAY_SIZE
> +#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
> +#endif
Just one comment about this one: please use RTE_DIM.
next prev parent reply other threads:[~2024-11-19 17:11 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-16 12:37 [PATCH v1 1/2] test/dma: update the sg test to verify wrap around case Vidya Sagar Velumuri
2024-04-16 12:37 ` [PATCH v1 2/2] test/dma: add functions to verify zero and one fill Vidya Sagar Velumuri
2024-04-19 9:07 ` [PATCH v2 1/2] test/dma: update the sg test to verify wrap around case Vidya Sagar Velumuri
2024-04-19 9:07 ` [PATCH v2 2/2] test/dma: add functions to verify zero and one fill Vidya Sagar Velumuri
2024-10-04 11:05 ` [EXTERNAL] " Amit Prakash Shukla
2024-10-04 11:48 ` Amit Prakash Shukla
2024-11-19 17:11 ` Thomas Monjalon [this message]
2024-10-04 11:04 ` [EXTERNAL] [PATCH v2 1/2] test/dma: update the sg test to verify wrap around case Amit Prakash Shukla
2024-10-04 11:49 ` Amit Prakash Shukla
2025-06-06 9:40 ` [PATCH v3 " Vidya Sagar Velumuri
2025-06-06 9:40 ` [PATCH v3 2/2] test/dma: add functions to verify zero and one fill Vidya Sagar Velumuri
2025-06-09 3:03 ` [PATCH v4 1/2] test/dma: update the sg test to verify wrap around case Vidya Sagar Velumuri
2025-06-09 3:03 ` [PATCH v4 2/2] test/dma: add functions to verify zero and one fill Vidya Sagar Velumuri
2025-06-10 6:48 ` fengchengwen
2025-11-05 14:53 ` Thomas Monjalon
2025-06-10 6:41 ` [PATCH v4 1/2] test/dma: update the sg test to verify wrap around case fengchengwen
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=2724067.KRxA6XjA2N@thomas \
--to=thomas@monjalon.net \
--cc=anoobj@marvell.com \
--cc=asasidharan@marvell.com \
--cc=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
--cc=fengchengwen@huawei.com \
--cc=gmuthukrishn@marvell.com \
--cc=jerinj@marvell.com \
--cc=kevin.laatz@intel.com \
--cc=ktejasree@marvell.com \
--cc=vvelumuri@marvell.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.