[dpdk-dev] A question about hugepage initialization time

2014-12-12 Thread László Vadkerti
On Thu, 11 Dec, 2014, Bruce Richardson wrote: > On Wed, Dec 10, 2014 at 07:16:59PM +, L?szl? Vadkerti wrote: > > > > On Wed, 10 Dec 2014, Bruce Richardson wrote: > > > > > On Wed, Dec 10, 2014 at 09:29:26AM -0500, Neil Horman wrote: > > >> On Wed, Dec 10, 2014 at 10:32:25AM +, Bruce

[dpdk-dev] A question about hugepage initialization time

2014-12-11 Thread Bruce Richardson
On Wed, Dec 10, 2014 at 07:16:59PM +, L?szl? Vadkerti wrote: > na ez :) > > On Wed, 10 Dec 2014, Bruce Richardson wrote: > > > On Wed, Dec 10, 2014 at 09:29:26AM -0500, Neil Horman wrote: > >> On Wed, Dec 10, 2014 at 10:32:25AM +, Bruce Richardson wrote: > >>> On Tue, Dec 09, 2014 at

[dpdk-dev] A question about hugepage initialization time

2014-12-10 Thread László Vadkerti
na ez :) On Wed, 10 Dec 2014, Bruce Richardson wrote: > On Wed, Dec 10, 2014 at 09:29:26AM -0500, Neil Horman wrote: >> On Wed, Dec 10, 2014 at 10:32:25AM +, Bruce Richardson wrote: >>> On Tue, Dec 09, 2014 at 02:10:32PM -0800, Stephen Hemminger wrote: On Tue, 9 Dec 2014 11:45:07 -0800

[dpdk-dev] A question about hugepage initialization time

2014-12-10 Thread Neil Horman
On Wed, Dec 10, 2014 at 10:32:25AM +, Bruce Richardson wrote: > On Tue, Dec 09, 2014 at 02:10:32PM -0800, Stephen Hemminger wrote: > > On Tue, 9 Dec 2014 11:45:07 -0800 > > wrote: > > > > > > Hey Folks, > > > > > > > > Our DPDK application deals with very large in memory data structures, >

[dpdk-dev] A question about hugepage initialization time

2014-12-09 Thread Matt Laswell
Hey Everybody, Thanks for the feedback. Yeah, we're pretty sure that the amount of memory we work with is atypical, and we're hitting something that isn't an issue for most DPDK users. To clarify, yes, we're using 1GB hugepages, and we set them up via hugepagesz and hugepages= in our kernel's

[dpdk-dev] A question about hugepage initialization time

2014-12-09 Thread Stephen Hemminger
On Tue, 9 Dec 2014 11:45:07 -0800 wrote: > > Hey Folks, > > > > Our DPDK application deals with very large in memory data structures, and > > can potentially use tens or even hundreds of gigabytes of hugepage memory. > > During the course of development, we've noticed that as the number of huge

[dpdk-dev] A question about hugepage initialization time

2014-12-09 Thread
> Hey Folks, > > Our DPDK application deals with very large in memory data structures, and > can potentially use tens or even hundreds of gigabytes of hugepage memory. > During the course of development, we've noticed that as the number of huge > pages increases, the memory initialization time

[dpdk-dev] A question about hugepage initialization time

2014-12-09 Thread Matthew Hall
On Tue, Dec 09, 2014 at 10:33:59AM -0600, Matt Laswell wrote: > Our DPDK application deals with very large in memory data structures, and > can potentially use tens or even hundreds of gigabytes of hugepage memory. What you're doing is an unusual use case and this is open source code where

[dpdk-dev] A question about hugepage initialization time

2014-12-09 Thread Matt Laswell
Hey Folks, Our DPDK application deals with very large in memory data structures, and can potentially use tens or even hundreds of gigabytes of hugepage memory. During the course of development, we've noticed that as the number of huge pages increases, the memory initialization time during EAL