Re: [dpdk-dev] [PATCH v4 4/5] app/testpmd: add mempool with external data buffers

2020-01-20 Thread Olivier Matz
On Thu, Jan 16, 2020 at 01:04:28PM +, Viacheslav Ovsiienko wrote: > The new mbuf pool type is added to testpmd. To engage the > mbuf pool with externally attached data buffers the parameter > "--mp-alloc=xbuf" should be specified in testpmd command line. > > The objective of this patch is just

[dpdk-dev] [PATCH v4 4/5] app/testpmd: add mempool with external data buffers

2020-01-16 Thread Viacheslav Ovsiienko
The new mbuf pool type is added to testpmd. To engage the mbuf pool with externally attached data buffers the parameter "--mp-alloc=xbuf" should be specified in testpmd command line. The objective of this patch is just to test whether mbuf pool with externally attached data buffers works OK. The m