[dpdk-dev] Running DPDK with Docker

2015-04-02 Thread Zhou, Danny
o: Karmarkar Suyash; Stephen Hemminger > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] Running DPDK with Docker > > The uio drivers are not secured by an iommu. > Therefore, you could misuse the NIC to DMA read/write into any part of > memory, e.g. reading or writing to memory o

[dpdk-dev] Running DPDK with Docker

2015-04-02 Thread Andre Richter
; -Original Message- > From: Stephen Hemminger [mailto:stephen at networkplumber.org] > Sent: Thursday, April 02, 2015 12:12 AM > To: Karmarkar Suyash > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] Running DPDK with Docker > > On Wed, 1 Apr 2015 17:56:56 + > Karmark

[dpdk-dev] Running DPDK with Docker

2015-04-02 Thread Karmarkar Suyash
[mailto:step...@networkplumber.org] Sent: Thursday, April 02, 2015 12:12 AM To: Karmarkar Suyash Cc: dev at dpdk.org Subject: Re: [dpdk-dev] Running DPDK with Docker On Wed, 1 Apr 2015 17:56:56 + Karmarkar Suyash wrote: > Hi, > > Given the popularity of Docker it would be nice if w

[dpdk-dev] Running DPDK with Docker

2015-04-01 Thread Zhou, Danny
ces at dpdk.org] On Behalf Of Karmarkar Suyash > Sent: Thursday, April 02, 2015 1:57 AM > To: dev at dpdk.org > Subject: [dpdk-dev] Running DPDK with Docker > > Hi, > > Given the popularity of Docker it would be nice if we can run DPDK inside a > Docker container but the cha

[dpdk-dev] Running DPDK with Docker

2015-04-01 Thread Karmarkar Suyash
Hi, Given the popularity of Docker it would be nice if we can run DPDK inside a Docker container but the challenge is the igb_uio.ko and rte_kni.ko kernel modules which need to be compiled with the exact kernel source running on the host. Are there ways to seamlessly run DPDK with Docker? I ca

[dpdk-dev] Running DPDK with Docker

2015-04-01 Thread Stephen Hemminger
On Wed, 1 Apr 2015 17:56:56 + Karmarkar Suyash wrote: > Hi, > > Given the popularity of Docker it would be nice if we can run DPDK inside a > Docker container but the challenge is the igb_uio.ko and rte_kni.ko kernel > modules which need to be compiled with the exact kernel source running