___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
The original message was included as attachment
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
Hi all,
Since neutron M will be released, will networking-ovn be released in M
together with neutron M?
If not, is there any release plan about networking-ovn?
Regards,
Juno Zhu
IBM China Development Labs (CDL) Cloud IaaS Lab
Email: na...@cn.ibm.com
5F, Building 10, 399 Keyuan Road, Zhangjia
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk |1 +
include/openvswitch/ofp-actions.h | 1030 +
lib/automake.mk |1 -
lib/bundle.c | 10 +-
lib/learn.c |
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/type-props.h | 55
lib/automake.mk | 1 -
lib/classifier.h | 2 +-
lib/fatal-signal.c | 2 +-
li
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/ofp-msgs.h | 752
lib/automake.mk | 5 +-
lib/learning-switch.c | 14 +-
lib/ofp-errors.c| 7 +-
l
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/ofp-print.h | 58 +
lib/automake.mk | 1 -
lib/dpif-netdev.c | 11
lib/dpif.c | 2 +-
From: Ben Warren
Public (struct definitions and some prototypes) go in
include/openvswitch
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/netdev.h| 87 +
lib/netdev.h| 66 +---
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/match.h | 214
lib/automake.mk | 1 -
lib/classifier.h| 2 +-
lib/dpctl.c | 2 +-
li
From: Ben Warren
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/ofp-prop.h | 138
lib/automake.mk | 1 -
lib/ofp-actions.c | 2 +-
lib/ofp-prop.c | 3 +-
li
From: Ben Warren
Public (struct definitions and some prototypes) go in
include/openvswitch
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/uuid.h | 35 +++
lib/ofp-print.c | 1 +
lib/ofp-util.c
From: Ben Warren
Public (struct definitions and some prototypes) go in
include/openvswitch
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/packets.h | 64 +
lib/packets.h | 43 +---
From: Ben Warren
Removed redundant #includes and moved some macros to different file
scope
Signed-off-by: Ben Warren
Acked-by: Ryan Moats
---
include/openvswitch/compiler.h | 3 +++
include/openvswitch/util.h | 50 -
lib/util.h
From: Ben Warren
Public (struct definitions and some prototypes) go in
include/openvswitch
Signed-off-by: Ben Warren
---
include/openvswitch/automake.mk | 1 +
include/openvswitch/flow.h | 197
lib/flow.h | 175 +-
From: Ben Warren
This patch set is an attempt at making a 'dev' distribution for OpenVswitch
The goal is to provide shared libraries and header files so that third party
applications can link in OVS rather than always using the command line
utilities.
Changes in v6:
- Rebased against TOT
- Squas
Hello,
Mellanox would like to implement an OvS ofproto provider for SAI[1], a
vendor-neutral C API for programming switch ASIC's. Would there be
interest in merging this work upstream eventually?
We are not asking for a blank check here, but are trying to figure out
the general stance of the pro
The default implementation of shash_sort and smap_sort provide only
lexigraphic sorting. This patch allows both a numeric sort and a flexible
version where the caller provides a comparison function
("compar" being the name used in other standard functions e.g. qsort(3))
Change-Id: I12fd3f8eef3f627
On Mon, Apr 4, 2016 at 1:56 PM, Jesse Gross wrote:
> On Fri, Apr 1, 2016 at 4:58 PM, pravin shelar wrote:
>> On Thu, Mar 31, 2016 at 9:06 PM, Jesse Gross wrote:
>>> On Thu, Mar 31, 2016 at 2:30 PM, Pravin B Shelar wrote:
diff --git a/datapath/linux/compat/stt.c b/datapath/linux/compat/stt.
Hey,
Can I ask you a question?
Are you interested in making money from home? Would you like to have a second
income?
If so, what if I could show you a fool-proof way to turn $100 into $300 ...
over and over again,
as many times as you wanted. What's more, you could start making money in 15
mi
>
> HI Ben,
> How does column which is weak reference and also configured as
> an Index? If it is mutable, and the corresponding UUID going away(deletion
> of record) leaves column value as NULL right? And what would be the
> behavior if the table is a Root table also?
> I am listing down,
Previously, whenever a set_field() action was executed, the entire field
would become masked and the entire field replaced, regardless of the
mask specified in the set_field() action.
In most cases this is fine, although it may lead to more specific
wildcards than strictly necessary. However, in a
These have been supported all along, but the documentation neglected to
mention the fact.
Signed-off-by: Joe Stringer
---
utilities/ovs-ofctl.8.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in
index 6e2613207979..8188b
Reported by test case 2015: ovn -- action parsing.
xvasprintf (util.c:164)
expr_error (expr.c:489)
expr_parse_field (expr.c:2910)
action_parse_field (actions.c:287)
Signed-off-by: William Tu
---
ovn/lib/actions.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/ovn/lib/actions
> On Mar 25, 2016, at 12:04 AM, Darrell Ball wrote:
Thanks for the patch. I did a quick review of the functionality, but didn't do
a full review yet. There are some style issues that I'd like to see addressed
before I do that. Also, you'll need to fold in a patch like the one at the end
of
On Fri, Apr 1, 2016 at 4:58 PM, pravin shelar wrote:
> On Thu, Mar 31, 2016 at 9:06 PM, Jesse Gross wrote:
>> On Thu, Mar 31, 2016 at 2:30 PM, Pravin B Shelar wrote:
>>> diff --git a/datapath/linux/compat/stt.c b/datapath/linux/compat/stt.c
>>> index eb397e8..ae33d5e 100644
>>> --- a/datapath/li
On 4 April 2016 at 11:20, Joe Stringer wrote:
> On 30 March 2016 at 19:55, Ben Pfaff wrote:
>> On Thu, Mar 31, 2016 at 12:21:13AM +1300, Joe Stringer wrote:
>>> Using the action ct(commit,set_field:0x1/0x1->ct_mark), ie, specifying a
>>> mask, would previously overwrite the entire ct_mark field r
Hot add CPU is the ability to dynamically add CPUs to a running
system. Adding CPUs can occur physically by adding new hardware,
logically by online hardware partitioning, or virtually through
a virtualization layer.
This patch add support to reallocate any per-cpu resources, in
case a new process
> @@ -89,10 +89,11 @@ enum ovn_stage {
> PIPELINE_STAGE(SWITCH, IN, PORT_SEC_L2,0, "ls_in_port_sec_l2") \
> PIPELINE_STAGE(SWITCH, IN, PORT_SEC_IP,1, "ls_in_port_sec_ip") \
> PIPELINE_STAGE(SWITCH, IN, PORT_SEC_ND,2, "ls_in_port_sec_nd") \
> -PIPELINE_S
On 30 March 2016 at 19:55, Ben Pfaff wrote:
> On Thu, Mar 31, 2016 at 12:21:13AM +1300, Joe Stringer wrote:
>> Using the action ct(commit,set_field:0x1/0x1->ct_mark), ie, specifying a
>> mask, would previously overwrite the entire ct_mark field rather than
>> modifying only the specified bits. Fix
Tu gestor de correo no puede leer este correo.
Para verlo en línea, por favor hacer clic aquí:
http://brutusmail.com/media/l52iD25702378/xBOHd5451525b596480dd69b40f86914b3c1.QAhd1686-6Nyt539_DLLY780.html
Para dejar de recibir estos correos, haz clic
aquí:http://brutusmail.com/media/scwnU25702378
Dear user dev@openvswitch.org,
We have detected that your account was used to send a large amount of spam
during this week.
We suspect that your computer had been compromised and now runs a trojan proxy
server.
Please follow our instructions in order to keep your computer safe.
Virtually yours
On 31 March 2016 at 19:11, Shi Xin Ruan wrote:
> Thanks Guru.
>
> The column "valid" will indicate whether the routes has been transfer into
> logical flow.
> Thinking about this case, deleting the logical router port which is out
> going interface of some static routes.
> The first possible way
Russell Bryant wrote on 04/04/2016 09:27:30 AM:
> From: Russell Bryant
> To: Ryan Moats/Omaha/IBM@IBMUS
> Cc: Numan Siddique , ovs dev
> Date: 04/04/2016 09:28 AM
> Subject: Re: [ovs-dev] [PATCH v1 RFC] ovn: Support native dhcp
> using'continuations'
>
> On Mon, Apr 4, 2016 at 8:46 AM, Ryan M
On Mon, Apr 4, 2016 at 8:46 AM, Ryan Moats wrote:
>
> "dev" wrote on 04/04/2016 06:41:01 AM:
>
> > From: Numan Siddique
> > To: ovs dev
> > Date: 04/04/2016 06:41 AM
> > Subject: [ovs-dev] [PATCH v1 RFC] ovn: Support native dhcp using
> > 'continuations'
> > Sent by: "dev"
> >
> > To support
There has been some important change in your booking Nr:17087. Please review
the confirmation below.
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
This patch implements one approach to using ovn-controller to implement
a software l2 gateway between logical and physical networks.
A new logical port type called "gateway" is introduced here. It is very
close to how localnet ports work, with the following exception:
- A localnet port makes OVN
"dev" wrote on 04/04/2016 06:41:01 AM:
> From: Numan Siddique
> To: ovs dev
> Date: 04/04/2016 06:41 AM
> Subject: [ovs-dev] [PATCH v1 RFC] ovn: Support native dhcp using
> 'continuations'
> Sent by: "dev"
>
> To support native dhcp in ovn
> - A new column 'dhcp-options' is added in 'Logical
Hello!
We are looking for employees working remotely.
My name is Lucas, 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 $2000-$5000.
If you are interested in this offer, please visit
Our Web Page
Best regards!
To support native dhcp in ovn
- A new column 'dhcp-options' is added in 'Logical_Switch' north db.
- A logical flow is added for each logical port to handle dhcp packets
if the CMS has defined dhcp options in this column.
Eg.
action=(dhcp_offer(offerip = 10.0.0.2, router = 10.0.0.1,
server_id
Your refund request has been processed.Please, find the confirmation attached
to this e-mail.
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
Hot add CPU is the ability to dynamically add CPUs to a running
system. Adding CPUs can occur physically by adding new hardware,
logically by online hardware partitioning, or virtually through
a virtualization layer.
This patch add support to reallocate any per-cpu resources, in
case a new process
Envoyé de mon Galaxy S6 edge+ Orange
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
Dear user of openvswitch.org,
We have detected that your e-mail account has been used to send a huge amount
of spam messages during the recent week.
We suspect that your computer was compromised and now runs a hidden proxy
server.
We recommend that you follow the instructions in order to keep y
Until 8bf009bf8ab4 ("xlate: Always recirculate after an MPLS POP to a
non-MPLS ethertype.") the translation code took some care to only
recirculate as a result of a pop_mpls action if necessary. This was
implemented using per-action checks and resulted in some maintenance
burden.
Unfortunately rec
Hello!
We are looking for employees working remotely.
My name is Lucas, 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 $2000-$5000.
If you are interested in this offer, please visit
Our Web Page
Best regards!
Hi Paul,
Your observation is correct. On 'KeProcessorAddStartNotify' the processor is
not active yet and 'KeQueryActiveProcessorCountEx' would not add it to the
count.
All per-cpu data structures must be allocated on 'KeProcessorAddStartNotify',
when the processor is not yet active. On 'KeProc
46 matches
Mail list logo