RE: [EXTERNAL] [PATCH v2 1/2] test/dma: update the sg test to verify wrap around case

2024-10-04 Thread Amit Prakash Shukla
Kondoj > ; Gowrishankar Muthukrishnan > ; dev@dpdk.org > Subject: [EXTERNAL] [PATCH v2 1/2] test/dma: update the sg test to verify > wrap around case > > Prioritize security for external emails: Confirm sender and content safety >

Re: [EXTERNAL] [PATCH v2 1/2] test/dma: update the sg test to verify wrap around case

2024-10-04 Thread Amit Prakash Shukla
Muthukrishnan ; dev@dpdk.org Subject: [EXTERNAL] [PATCH v2 1/2] test/dma: update the sg test to verify wrap around case Prioritize security for external emails: Confirm sender and content safety before clicking links or opening attachments

[PATCH v2 1/2] test/dma: update the sg test to verify wrap around case

2024-04-19 Thread Vidya Sagar Velumuri
Run the sg test in a loop to verify wrap around case. Total number commands submitted to be more than the number descriptors allocated to verify the scenario. Signed-off-by: Vidya Sagar Velumuri diff --git a/app/test/test_dmadev.c b/app/test/test_dmadev.c index 143e1bcd68..7462e90831 100644 --- a