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

Thomas Monjalon thomas at monjalon.net
Wed Nov 5 15:53:42 CET 2025


Any news?


10/06/2025 08:48, fengchengwen:
> Hi Vidya,
> 
> How about add a wrap function and keep this function (could modify it's name).
> 
> static int
> test_enqueue_fill() {
> 	uint64_t pattern[3] = {0x0, 0xfedcba9876543210, 0xffffffffffffffff};
> 	int i;
> 	for (i = 0; i < RTE_DIM(pattern); i++) {
> 		ret = test_enqueue_fill_patter(dev_id, vchan, pattern[i]);
> 		if (ret)
> 			return ret;
> 	}
> 	return 0;
> }





More information about the dev mailing list