On Fri, Dec 19, 2014 at 01:43:26AM -0600, Haowei Yuan wrote: > Hi folks, > > I am new to DPDK and have been trying to run the load balancer example > application on a machine with two NUMA nodes. Somehow the program > cannot be launched correctly if I add the "--no-huge" option to the > command. I am wondering if someone had seen similar problems, or maybe > I did something wrong. >
Hi, Can I ask why you want to run the app with the -no-huge flag. That flag is primarily for testing only, and is not designed for use in a real-world environment. /Bruce