Re: [dpdk-dev] Intel I350 support in DPDK 17.11

2020-07-20 Thread siddarth rai
+ igb maintainer On Mon, Jul 20, 2020 at 6:29 PM siddarth rai wrote: > Hi, > > I am using DPDK 17.11 in my application. I am facing an RX issue when > running the application with an intel I350 NIC. > Details of the NIC: > driver: igb > version: 5.4.0-k* > firmware-v

[dpdk-dev] Intel I350 support in DPDK 17.11

2020-07-20 Thread siddarth rai
Hi, I am using DPDK 17.11 in my application. I am facing an RX issue when running the application with an intel I350 NIC. Details of the NIC: driver: igb version: 5.4.0-k* firmware-version: 1.63, 0x8d58, 1.1099.0 Kernel - 3.10.0-957.5.1.el7.x86_64 >From the release notes, I found out that th

Re: [dpdk-dev] Big spike in DPDK VSZ

2020-02-04 Thread siddarth rai
Hi Anatoly, You mentioned that the maximum size of mempool is limited. Can you tell what is the limit and where is it specified? Regards, Siddarth On Tue, Feb 4, 2020 at 5:27 PM siddarth rai wrote: > Hi, > > Thanks for the clarification > > Regards, > Siddarth > > On

Re: [dpdk-dev] Big spike in DPDK VSZ

2020-02-04 Thread siddarth rai
Hi, Thanks for the clarification Regards, Siddarth On Tue, Feb 4, 2020 at 4:43 PM Burakov, Anatoly wrote: > On 04-Feb-20 10:55 AM, siddarth rai wrote: > > Hi Anatoly, > > > > I don't need a secondary process. > > I understand that you don't, however th

Re: [dpdk-dev] Big spike in DPDK VSZ

2020-02-04 Thread siddarth rai
t; On 30-Jan-20 8:51 AM, David Marchand wrote: > > On Thu, Jan 30, 2020 at 8:48 AM siddarth rai wrote: > >> I have been using DPDK 19.08 and I notice the process VSZ is huge. > >> > >> I tried running the test PMD. It takes 64G VSZ and if I use the > >> '

Re: [dpdk-dev] Big spike in DPDK VSZ

2020-01-31 Thread siddarth rai
order to configure > RTE_MAX_MEM_MB are related parameters for your specific application. > > --- > Julien Meunier > > > -Original Message- > > From: dev On Behalf Of siddarth rai > > Sent: Thursday, January 30, 2020 11:48 AM > > To: David Marchand >

Re: [dpdk-dev] Big spike in DPDK VSZ

2020-01-30 Thread siddarth rai
multi NUMA setup, the VSZ goes above 400G and I can't get core files to debug crashes in my app. Regards, Siddarth Regards, Siddarth On Thu, Jan 30, 2020 at 2:21 PM David Marchand wrote: > On Thu, Jan 30, 2020 at 8:48 AM siddarth rai wrote: > > I have been using DPDK 19.08 and I

[dpdk-dev] Big spike in DPDK VSZ

2020-01-29 Thread siddarth rai
Hi, I have been using DPDK 19.08 and I notice the process VSZ is huge. I tried running the test PMD. It takes 64G VSZ and if I use the '--in-memory' option it takes up to 188G. Is there anyway to disable allocation of such huge VSZ in DPDK ? This is resulting in huge core files and I suspect tha