[dpdk-dev] [README]:Running DPDK in a LXC-based Container

2016-02-11 Thread Pushpasis Sarkar
Hi Bruce, Thanks a lot for pointing it out.. Yes this is exactly what I was facing.. If I have got it right the solution to my problem should be --file-prefix and -m (--socket-mem) options. Best Regards, -Pushpasis On Thu, Feb 11, 2016 at 6:38 PM, Bruce Richardson < bruce.richardson at intel.co

[dpdk-dev] [README]:Running DPDK in a LXC-based Container

2016-02-11 Thread Pushpasis Sarkar
Hi Alejandro, Thanks for the response. I tried the --file-prefix option.. But its the same issue.. :( Looks like the --file-prefix option only determines the name of the pages to be created under /mnt/huge/. I will try the --huge-dir option as well and see if I can do anything with it or not...

[dpdk-dev] [README]:Running DPDK in a LXC-based Container

2016-02-11 Thread Bruce Richardson
On Thu, Feb 11, 2016 at 06:26:10PM +0530, Pushpasis Sarkar wrote: > Hi Alejandro, > > Thanks for the response. I tried the --file-prefix option.. But its the > same issue.. :( Looks like the --file-prefix option only determines the > name of the pages to be created under /mnt/huge/. > > I will tr

[dpdk-dev] [README]:Running DPDK in a LXC-based Container

2016-02-11 Thread Alejandro Lucero
Did you try with the --file-prefix testpmd option? Just use different file-prefix for each DPDK app running. On Thu, Feb 11, 2016 at 5:01 AM, Pushpasis Sarkar wrote: > Hi Krishna, > > Off-late I have been investigating DPDK on Linux containers.. I came across > this thread and found it very hel

[dpdk-dev] [README]:Running DPDK in a LXC-based Container

2016-02-11 Thread Pushpasis Sarkar
Hi Krishna, Off-late I have been investigating DPDK on Linux containers.. I came across this thread and found it very helpful.. But I still find some issues when I try to run the same DPDK application simultaneously on more than one LXC containers.. Even when following the example provided in thi

[dpdk-dev] [README]:Running DPDK in a LXC-based Container

2015-06-17 Thread Mohit Saxena
Hi All, I am trying to run DPDK application on Ubuntu based Conatiner, I had followed the steps as described by "Krishnamurthy Jambur" in his earlier post lxc.cgroup.devices.allow = c 249:* rwm mknod /dev/uio0 c 249 0 lxc.mount.entry = /mnt/huge mnt/huge none bind,create=dir 0 0 But after starti

[dpdk-dev] [README]:Running DPDK in a LXC-based Container

2014-10-10 Thread Xie, Huawei
dev-bounces at dpdk.org] On Behalf Of Murthy, Krishna J > Sent: Wednesday, October 08, 2014 6:44 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [README]:Running DPDK in a LXC-based Container > > Running DPD

[dpdk-dev] [README]:Running DPDK in a LXC-based Container

2014-10-08 Thread Murthy, Krishna J
Running DPDK in a LXC-based Container Author: Krishnamurthy Jambur Note: This README assumes you have the a LXC based container running on the IA platform. This was tested on Windriver OVP Lin