Re: [dpdk-dev] [PATCH v4 3/5] mbuf: create packet pool with external memory buffers

2020-01-20 Thread Slava Ovsiienko
Hi, Olivier Great! Thanks a lot for the unit test template, this is very nice starting point, I will think what would be good to add for more thorough testing. With best regards, Slava > One more thing: it would be nice to have a functional test for this new > feature. I did a very minimal one

Re: [dpdk-dev] [PATCH v4 3/5] mbuf: create packet pool with external memory buffers

2020-01-20 Thread Olivier Matz
On Thu, Jan 16, 2020 at 01:04:27PM +, Viacheslav Ovsiienko wrote: > The dedicated routine rte_pktmbuf_pool_create_extbuf() is > provided to create mbuf pool with data buffers located in > the pinned external memory. The application provides the > external memory description and routine initiali

[dpdk-dev] [PATCH v4 3/5] mbuf: create packet pool with external memory buffers

2020-01-16 Thread Viacheslav Ovsiienko
The dedicated routine rte_pktmbuf_pool_create_extbuf() is provided to create mbuf pool with data buffers located in the pinned external memory. The application provides the external memory description and routine initializes each mbuf with appropriate virtual and physical buffer address. It is enti