Re: [dpdk-dev] [PATCH v11 2/6] app/testpmd: add multiple pools per core creation

2020-10-16 Thread Ferruh Yigit
...@redhat.com; david.march...@redhat.com; arybche...@solarflare.com Subject: Re: [dpdk-dev] [PATCH v11 2/6] app/testpmd: add multiple pools per core creation On 10/16/2020 4:48 PM, Slava Ovsiienko wrote: -Original Message- From: Ferruh Yigit Sent: Friday, October 16, 2020 18:39 To: Slava Ovsiienko

Re: [dpdk-dev] [PATCH v11 2/6] app/testpmd: add multiple pools per core creation

2020-10-16 Thread Slava Ovsiienko
avid.march...@redhat.com; arybche...@solarflare.com > Subject: Re: [dpdk-dev] [PATCH v11 2/6] app/testpmd: add multiple pools per > core creation > > On 10/16/2020 4:48 PM, Slava Ovsiienko wrote: > >> -Original Message- > >> From: Ferruh Yigit > >>

Re: [dpdk-dev] [PATCH v11 2/6] app/testpmd: add multiple pools per core creation

2020-10-16 Thread Ferruh Yigit
...@redhat.com; david.march...@redhat.com; arybche...@solarflare.com Subject: Re: [dpdk-dev] [PATCH v11 2/6] app/testpmd: add multiple pools per core creation On 10/16/2020 4:05 PM, Ferruh Yigit wrote: On 10/16/2020 2:39 PM, Viacheslav Ovsiienko wrote: The command line parameter --mbuf-size is updated, it

Re: [dpdk-dev] [PATCH v11 2/6] app/testpmd: add multiple pools per core creation

2020-10-16 Thread Slava Ovsiienko
avid.march...@redhat.com; arybche...@solarflare.com > Subject: Re: [dpdk-dev] [PATCH v11 2/6] app/testpmd: add multiple pools per > core creation > > On 10/16/2020 4:05 PM, Ferruh Yigit wrote: > > On 10/16/2020 2:39 PM, Viacheslav Ovsiienko wrote: > >> The command line

Re: [dpdk-dev] [PATCH v11 2/6] app/testpmd: add multiple pools per core creation

2020-10-16 Thread Ferruh Yigit
On 10/16/2020 4:05 PM, Ferruh Yigit wrote: On 10/16/2020 2:39 PM, Viacheslav Ovsiienko wrote: The command line parameter --mbuf-size is updated, it can handle the multiple values like the following: --mbuf-size=2176,512,768,4096 specifying the creation the extra memory pools with the requested

Re: [dpdk-dev] [PATCH v11 2/6] app/testpmd: add multiple pools per core creation

2020-10-16 Thread Ferruh Yigit
On 10/16/2020 2:39 PM, Viacheslav Ovsiienko wrote: The command line parameter --mbuf-size is updated, it can handle the multiple values like the following: --mbuf-size=2176,512,768,4096 specifying the creation the extra memory pools with the requested mbuf data buffer sizes. If some buffer spli