Re: [dpdk-dev] [PATCH 2/2] app/tesetpmd: disable memory locking for bsdapp

2018-05-13 Thread Thomas Monjalon
> > If mlockall() is called while allocated VA space is bigger than > > amount of available RAM, FreeBSD kernel will deadlock and need > > a hard reboot. We do allocate big amounts of memory because of > > how new memory subsystem works, so calling mlockall() will cause > > a deadlock. So, disable

Re: [dpdk-dev] [PATCH 2/2] app/tesetpmd: disable memory locking for bsdapp

2018-05-10 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Anatoly Burakov > Sent: Thursday, May 3, 2018 1:38 PM > To: dev@dpdk.org > Cc: Lu, Wenzhuo ; Wu, Jingjing ; > Tan, Jianfeng > Subject: [dpdk-dev] [PATCH 2/2] app/tesetpmd: disable memory locking for > bsdapp >