Re: [ovs-dev] [dpdk-ovs] Memory allocation error while trying to add a dpdk mode port to ovs bridge

2016-06-19 Thread Wang, Alex
Btw, the version of dpdk I am using is 16.04. Best Regards, Alex -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Wang, Alex Sent: Monday, June 20, 2016 10:52 AM To: 'dev@openvswitch.org' Subject: [ovs-dev] [dpdk-ovs] Memory allocation error while trying to

[ovs-dev] cooperation with an international company

2016-06-19 Thread dev
Hello! We are looking for employees working remotely. My name is Lottie, am the personnel manager of a large International company. Most of the work you can do from home, that is, at a distance. Salary is $2500-$5000. If you are interested in this offer, please visit Our Site Best regards! __

[ovs-dev] TR: EUR-1,850,000.00

2016-06-19 Thread Pierucci ANDRE
> De : "PIERUCCI ANDRE"  BONJOUR,    Je me nømme PIERUCCI ANDRE, et j'aimerai vous faire une prøpøsitiøn qui pourra vous intéressé, il s'agit d'une sømme de 185EUR;Ceci n'etant pas un spam ni un virus, prenez nøte du fichier jøint pøur ma lettre de donat!on.-Pøur en savøir plus, contactez m

Re: [ovs-dev] [PATCH] OVN: initial patch of datalog engine

2016-06-19 Thread Yusheng Wang
> The paper explicitly says the nlog implements the incremental computation > for any state change in the input table, "incremental computation allows us > to recompute only the affected state and push the delta down to the network > edge." Therefore, IMO your implementation is applicable to eithe

[ovs-dev] [dpdk-ovs] Memory allocation error while trying to add a dpdk mode port to ovs bridge

2016-06-19 Thread Wang, Alex
Hi There, I downloaded the master branch from github and tried to setup OVS with DPDK mode under Ubuntu16.04 kernel_4.4.0-21-generic. However I encountered below error while I was trying to add a dpdk port to the OVS bridge. Error messages: root@unassigned-hostname:/opt/APP/utility/dpdk-16.04/t

Re: [ovs-dev] [CudaMailTagged] [RFC PATCH 09/14] parse NSH key in key_extract of openvswitch

2016-06-19 Thread Li, Johnson
> Regards > _Sugesh > > > > -Original Message- > > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Johnson Li > > Sent: Tuesday, June 7, 2016 7:10 PM > > To: dev@openvswitch.org > > Subject: [ovs-dev] [CudaMailTagged] [RFC PATCH 09/14] parse NSH key in > > key_extract of openv

Re: [ovs-dev] [RFC PATCH 07/14] Add APIs to set NSH keys for match fields

2016-06-19 Thread Li, Johnson
> > Regards > _Sugesh > > > > -Original Message- > > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Johnson Li > > Sent: Thursday, June 16, 2016 10:52 AM > > To: dev@openvswitch.org > > Subject: [ovs-dev] [RFC PATCH 07/14] Add APIs to set NSH keys for > > match fields > > >

Re: [ovs-dev] [CudaMailTagged] [RFC PATCH 03/14] Add NSH keys as match fields for user space flow table

2016-06-19 Thread Li, Johnson
> Regards > _Sugesh > > > > -Original Message- > > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Johnson Li > > Sent: Tuesday, June 7, 2016 7:10 PM > > To: dev@openvswitch.org > > Subject: [ovs-dev] [CudaMailTagged] [RFC PATCH 03/14] Add NSH keys as > > match fields for user

Re: [ovs-dev] [PATCH] OVN: initial patch of datalog engine

2016-06-19 Thread Yusheng Wang
Just replace '|' with new line, so the input looks like this: +:1:r 1:1 . for the case. The first '1' indicates its reference count, and will be ignored for input tables. The man page has more description on how the reference count is used. For query in this example, use: ?:1:r 1: . This wil

Re: [ovs-dev] [RFC PATCH 01/14] Add VxLAN-GPE extension for the Openvswitch

2016-06-19 Thread Li, Johnson
> Regards > _Sugesh > > > > -Original Message- > > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Johnson Li > > Sent: Thursday, June 16, 2016 10:52 AM > > To: dev@openvswitch.org > > Subject: [ovs-dev] [RFC PATCH 01/14] Add VxLAN-GPE extension for the > > Openvswitch > > > >

Re: [ovs-dev] [ovs-discuss] Request for comments on Open vSwitch joining the Linux Foundation

2016-06-19 Thread Ryan Moats
"discuss" wrote on 06/19/2016 02:35:34 PM: > From: Ben Pfaff > To: disc...@openvswitch.org, dev@openvswitch.org > Date: 06/19/2016 02:54 PM > Subject: Re: [ovs-discuss] Request for comments on Open vSwitch > joining the Linux Foundation > Sent by: "discuss" > > [adding ovs-dev] > > On Sun, Jun

Re: [ovs-dev] Request for comments on Open vSwitch joining the Linux Foundation

2016-06-19 Thread Ben Pfaff
[adding ovs-dev] On Sun, Jun 19, 2016 at 09:36:47AM -0700, Ben Pfaff wrote: > Since roughly October, some of the OVS committers have been talking over > the idea of bringing Open vSwitch into a foundation. Originally the > group discussing the idea was Justin, Russell, Thomas, and me, but we > la

Re: [ovs-dev] ovs meters implementation

2016-06-19 Thread Ben Pfaff
The meter action does not output to a port, so there's no netdev to associate with it. On Sun, Jun 19, 2016 at 09:01:22PM +0300, Vladimir Shebordaev wrote: > I mean, we always can attach qdisc if once we've got a netdev with a queue. > It could be shared and quite intelligent.. Sorry if it sounds

Re: [ovs-dev] [PATCH] FAQ: Describe how to use "learn" as a primitive.

2016-06-19 Thread Ryan Moats
"dev" wrote on 06/19/2016 12:24:11 PM: > From: Ben Pfaff > To: dev@openvswitch.org > Cc: Ben Pfaff > Date: 06/19/2016 12:24 PM > Subject: [ovs-dev] [PATCH] FAQ: Describe how to use "learn" as a primitive. > Sent by: "dev" > > Signed-off-by: Ben Pfaff > --- > FAQ.md | 42 +

Re: [ovs-dev] ovs meters implementation

2016-06-19 Thread Vladimir Shebordaev
I mean, we always can attach qdisc if once we've got a netdev with a queue. It could be shared and quite intelligent.. Sorry if it sounds just stupid, I'm not too deep into the code by the moment, I hope to be able to say something reasonable in a week. Probably, you or Deepanshu can express yourse

[ovs-dev] [PATCH] FAQ: Describe how to use "learn" as a primitive.

2016-06-19 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- FAQ.md | 42 ++ 1 file changed, 42 insertions(+) diff --git a/FAQ.md b/FAQ.md index df6f225..2babb8f 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2029,6 +2029,47 @@ A: OpenFlow actions are executed in the order specified. Thus, the

Re: [ovs-dev] ovs meters implementation

2016-06-19 Thread Ben Pfaff
In what way do you intend to use tc capabilities to implement meters? On Sun, Jun 19, 2016 at 11:43:33AM +0300, Vladimir Shebordaev wrote: > Hello, guys, > > sorry for the silence, I'm quite busy with my job at the moment, but OVS is > a pretty large pile of code. > > Well, it was my original in

[ovs-dev] Advanced Formula - Brand-New Progressive Product

2016-06-19 Thread dev
Have you been dreaming of a beautiful body, but had no results with diets, workouts and supplements? Our incredible solution with a breakthrough formula will deliver you the results you've been so eager to achive. Click Here! Powerful weight loss product that amplifies methabolism, stimulates

[ovs-dev] open vacancy

2016-06-19 Thread dev
Hello! We are looking for employees working remotely. My name is Aurelia, am the personnel manager of a large International company. Most of the work you can do from home, that is, at a distance. Salary is $2500-$5000. If you are interested in this offer, please visit Our Site Best regards! _

Re: [ovs-dev] ovs meters implementation

2016-06-19 Thread Vladimir Shebordaev
Hello, guys, sorry for the silence, I'm quite busy with my job at the moment, but OVS is a pretty large pile of code. Well, it was my original intent to use the tc capabilities in the kernel datapath. I've got some experience with qdiscs earlier, so I would like to also consider your thoughts alo

[ovs-dev] Get Back On Track With Our Breakthrough Solution

2016-06-19 Thread dev
Have you been dreaming of a beautiful body, but had no results with diets, workouts and supplements? Our incredible solution with a breakthrough formula will deliver you the results you've been so eager to achive. Click Here! Powerful weight loss product that amplifies methabolism, stimulates