From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Wang Subject: Re: DPDK on EC2? Date: Tue, 17 Mar 2015 09:21:59 -0600 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "dev-VfR2kkLFssw@public.gmane.org" To: "Patel, Rashmin N" Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Thanks Andre and Rashmin! I'm trying to deploy this dpdk-ovs on EC2. https://github.com/01org/dpdk-ovs But the way it works on my own machine seems quite different with it does on the cloud. I'm still confused about the hardware virtualization on EC2. On Mon, Mar 16, 2015 at 5:03 PM, Patel, Rashmin N wrote: > Just curious - I didn't understand the usage model here. In the Amazon EC= 2 > instance (a VM,) do you want to run a DPDK application? Where do you inte= nd > to run OVS? > > As far I remember, OVS has a datapath in Host kernel and you won't be > given Host access by AWS. And I'm not sure if Amazon provides an OVS > instance, but in case if they don't have an offering, you have to put you= r > OVS installation in another VM (virtualizing network function) and bounce > the traffic back to your VM(s.) > > As far as Amazon Advanced Networking is concerned, you get a dedicated > slice (an SRIOV Virtual Function) of a NIC in your VM, where a Physical > Function Driver running in the Host (Amazon VMM-Xen I think) controls all > the filtering configuration privileges. > > Thanks, > Rashmin > > -----Original Message----- > From: dev [mailto:dev-bounces-VfR2kkLFssw@public.gmane.org] On Behalf Of Andre Richter > Sent: Monday, March 16, 2015 2:27 PM > To: Jeff Wang; dev-VfR2kkLFssw@public.gmane.org > Subject: Re: [dpdk-dev] DPDK on EC2? > > Be sure to get an instance with SR-IOV, which is "enhanced networking" in > Amazon speak. > > http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/enhanced-networking.ht= ml > > Cheers Andre > Jeff Wang schrieb am Mo., 16. M=C3=A4rz 2015 um 21:0= 8: > > > Hi, > > > > I'm trying to deploy DPDK and ovs on an AWS EC2 instance which is > > running CentOS 7. > > > > Has anybody had tried to do this? How to bind a NIC to dpdk while it > > shows no NICs when I do lspci? > > > > Thanks! > > >