All of lore.kernel.org
 help / color / mirror / Atom feed
* DPDK on EC2?
@ 2015-03-16 20:08 Jeff Wang
       [not found] ` <CAJKP2ZdXZ7vrWE3Popi5cJ1y8phiYmcz4PKFjn0aMFL4r6dTng-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Jeff Wang @ 2015-03-16 20:08 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

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!

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: DPDK on EC2?
       [not found] ` <CAJKP2ZdXZ7vrWE3Popi5cJ1y8phiYmcz4PKFjn0aMFL4r6dTng-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2015-03-16 21:27   ` Andre Richter
       [not found]     ` <CAKqeN2-t5mfK3oyzpYwdXymZNm9b6bEo-BEOQ0BMBxKXf12FHw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Andre Richter @ 2015-03-16 21:27 UTC (permalink / raw)
  To: Jeff Wang, dev-VfR2kkLFssw

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.html

Cheers Andre
Jeff Wang <fatjeffw-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> schrieb am Mo., 16. März 2015 um 21:08:

> 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!
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: DPDK on EC2?
       [not found]     ` <CAKqeN2-t5mfK3oyzpYwdXymZNm9b6bEo-BEOQ0BMBxKXf12FHw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2015-03-16 23:03       ` Patel, Rashmin N
       [not found]         ` <C68F1134885B32458704E1E4DA3E34F342552B2C-AtyAts71sc9qS6EAlXoojrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Patel, Rashmin N @ 2015-03-16 23:03 UTC (permalink / raw)
  To: Andre Richter, Jeff Wang, dev-VfR2kkLFssw

Just curious - I didn't understand the usage model here. In the Amazon EC2 instance (a VM,) do you want to run a DPDK application? Where do you intend 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 your 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@dpdk.org] On Behalf Of Andre Richter
Sent: Monday, March 16, 2015 2:27 PM
To: Jeff Wang; dev@dpdk.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.html

Cheers Andre
Jeff Wang <fatjeffw@gmail.com> schrieb am Mo., 16. März 2015 um 21:08:

> 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!
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: DPDK on EC2?
       [not found]         ` <C68F1134885B32458704E1E4DA3E34F342552B2C-AtyAts71sc9qS6EAlXoojrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
@ 2015-03-17 15:21           ` Jeff Wang
  0 siblings, 0 replies; 4+ messages in thread
From: Jeff Wang @ 2015-03-17 15:21 UTC (permalink / raw)
  To: Patel, Rashmin N; +Cc: dev-VfR2kkLFssw

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 <rashmin.n.patel-ral2JQCrhuE@public.gmane.orgm
> wrote:

> Just curious - I didn't understand the usage model here. In the Amazon EC2
> instance (a VM,) do you want to run a DPDK application? Where do you intend
> 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 your
> 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.html
>
> Cheers Andre
> Jeff Wang <fatjeffw-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> schrieb am Mo., 16. März 2015 um 21:08:
>
> > 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!
> >
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-03-17 15:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-16 20:08 DPDK on EC2? Jeff Wang
     [not found] ` <CAJKP2ZdXZ7vrWE3Popi5cJ1y8phiYmcz4PKFjn0aMFL4r6dTng-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-03-16 21:27   ` Andre Richter
     [not found]     ` <CAKqeN2-t5mfK3oyzpYwdXymZNm9b6bEo-BEOQ0BMBxKXf12FHw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-03-16 23:03       ` Patel, Rashmin N
     [not found]         ` <C68F1134885B32458704E1E4DA3E34F342552B2C-AtyAts71sc9qS6EAlXoojrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2015-03-17 15:21           ` Jeff Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.