Re: [PATCH v2 3/3] net/ark: support chunk DMA transfers

2022-02-14 Thread Ferruh Yigit
On 2/11/2022 11:39 AM, John Miller wrote: Add support for chunk DMA transfers. Various performance optimizations and behavior fixes. Chunk mpu transfer use 64 objects (512 byte) to maintain memory read alignment. Align mpu memory allocation to be at 512 byte boundaries. Reduce force-close allocat

[PATCH v2 3/3] net/ark: support chunk DMA transfers

2022-02-11 Thread John Miller
Add support for chunk DMA transfers. Various performance optimizations and behavior fixes. Chunk mpu transfer use 64 objects (512 byte) to maintain memory read alignment. Align mpu memory allocation to be at 512 byte boundaries. Reduce force-close allocation from 1 objects to 64 objects. Add me

[PATCH v2 3/3] net/ark: support chunk DMA transfers

2022-02-10 Thread John Miller
--- v2: Various performance optimizations and behavior fixes - Chunk mpu transfer use 64 objects (512 byte) to maintain memory read alignment - Align mpu memory allocation to be at 512 byte boundaries - Reduce force-close allocation from 1 objects to 64 objects - Add memory write barriers