Hi, I use mempool APIs to allocate DMA-able descriptor ring and buffers so that I get both physical and virtual addresses of allocated memory. I buffers I get from the mempool APIs are 64 byte aligned. My requirement is 256byte alignment. How to achieve this? mempool APIs do not seem to take alignment parameters.
Thanks, -Dax