Hello!
We are looking for employees working remotely.
My name is Earle, 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!
> On 21 Jun 2016, at 23:46, Jesse Gross wrote:
>
> On Mon, Jun 20, 2016 at 5:16 AM, Ihar Hrachyshka wrote:
>> So back to MTU. When I boot a VM using a VXLAN backed network, the tap
>> device of MTU=1450 is plugged into the br-int bridge, which lowers the
>> bridge MTU to 1450. Then when I plu
Hi Pravin,
Thanks for the feedback.
>> @@ -4084,10 +4089,13 @@ dp_execute_cb(void *aux_, struct dp_packet_batch
>> *packets_,
>> int i;
>>
>> if (!may_steal) {
>> - dp_packet_batch_clone(&tnl_pkt, packets_);
>> - packets_ = &t
>
> On Tue, Jun 21, 2016 at 6:50 PM, Li, Johnson wrote:
> >> On Mon, Jun 20, 2016 at 9:02 PM, Li, Johnson
> wrote:
> > [JL] Yes, Mengke had renamed the command line and mapping table from
> > xx-geneve-yy To xx-tlv-yy. However, the flow fields are still named
> > TUN_ and bind to geneve Tunn
Commit 9b5422a98f81("ovs-lib: Try to call exit before killing.")
introduced a problem where internal interfaces are destroyed and
recreated, losing their IP address.
Commit 9aad5a5a96ba("ovs-vswitchd: Preserve datapath ports across
graceful shutdown.") fixed the problem by changing ovs-vswitchd
to
Guru made some suggestions offline, so I've sent a v2 here:
http://openvswitch.org/pipermail/dev/2016-June/073313.html
On 21/06/2016 11:49, "Daniele Di Proietto" wrote:
>Commit 9b5422a98f81("ovs-lib: Try to call exit before killing.")
>introduced a problem where internal interfaces are destr
On Tue, Jun 21, 2016 at 6:50 PM, Li, Johnson wrote:
>> On Mon, Jun 20, 2016 at 9:02 PM, Li, Johnson wrote:
>> > 2) Add framework codes (or full implementation) for MD type 2 support of
>> > the NSH header. According to the discussion at
>> > http://comments.gmane.org/gmane.network.o
On Tue, Jun 21, 2016 at 5:53 PM, Yang, Yi wrote:
> On Tue, Jun 21, 2016 at 09:26:58AM -0700, Jesse Gross wrote:
>> On Mon, Jun 20, 2016 at 7:30 PM, Yang, Yi wrote:
>> > On Mon, Jun 20, 2016 at 07:00:56PM -0700, Jesse Gross wrote:
>> >> >>
>> >> >> Hi, Yi Yang.
>> >> >>
>> >> >> Before adding the
> On Mon, Jun 20, 2016 at 9:02 PM, Li, Johnson wrote:
> > 2) Add framework codes (or full implementation) for MD type 2 support of
> > the NSH header. According to the discussion at
> > http://comments.gmane.org/gmane.network.openvswitch.devel/53788
> > I will reuse the definit
By default all the ip traffic destined to router ip is dropped in
lr_in_ip_input stage. When the router ip is used as snat ip, allow
reverse snat traffic destined to the router ip.
Signed-off-by: Chandra Sekhar Vejendla
---
ovn/northd/ovn-northd.c | 33 -
1 file c
On Tue, Jun 21, 2016 at 09:26:58AM -0700, Jesse Gross wrote:
> On Mon, Jun 20, 2016 at 7:30 PM, Yang, Yi wrote:
> > On Mon, Jun 20, 2016 at 07:00:56PM -0700, Jesse Gross wrote:
> >> >>
> >> >> Hi, Yi Yang.
> >> >>
> >> >> Before adding the OVS_VXLAN_EXT_GPE extension to the out-of-tree
> >> >> mo
Check if OvsAllocatememoryWithTag succeeded or not.
In case of failure propagate cleanup and return.
---
V2: Checked also NdisGetDataBuffer and MmGetSystemAddressForMdlSafe
if they return NULL and handle the error
V3: Don't deallocate and remove failed packets on STT reassembly.
They wi
ERROR: 1433 tests were run,
1 passed unexpectedly,
34 failed (5 expected failures).
646 tests were skipped.
## -- ##
## testsuite.log was created. ##
## -- ##
Please send `tests/testsuite.log' and all information you think might help:
To:
Sub
Thanks for doing this! Some suggestions below.
This no longer applies cleanly, and I also needed to add this incremental to
make the testsuite pass:
diff --git a/tests/pmd.at b/tests/pmd.at
index 3d219ff..9b6427e 100644
--- a/tests/pmd.at
+++ b/tests/pmd.at
@@ -144,10 +144,11 @@ dummy@ovs-dummy:
On 21 June 2016 at 14:59, Jarno Rajahalme wrote:
> Only set conntrack mark or labels when the commit flag is specified.
> This makes sure we can not set them before the connection has been
> persisted, as in that case the mark and labels would be lost in an
> event of an userspace upcall.
>
> OVS
PMD threads use pvectors but do not need the overhead of the
concurrent version. Expose the internal non-concurrent version for
that use.
Signed-off-by: Jarno Rajahalme
---
lib/pvector.c | 71 +++
lib/pvector.h | 13 +++
2 files ch
On Tue, Jun 21, 2016 at 02:08:34PM -0700, Jesse Gross wrote:
> On Mon, Jun 20, 2016 at 9:02 PM, Li, Johnson wrote:
> > 2) Add framework codes (or full implementation) for MD type 2 support of
> > the NSH header. According to the discussion at
> > http://comments.gmane.org/gmane.netwo
On 21 June 2016 at 14:59, Jarno Rajahalme wrote:
> Set conntrack mark and labels right before committing so that
> the initial conntrack NEW event has the mark and labels.
>
> Signed-off-by: Jarno Rajahalme
Acked-by: Joe Stringer
___
dev mailing list
Release the lock and return if an event entry fails to get allocated.
Signed-off-by: Sairam Venugopal
---
datapath-windows/ovsext/Event.c | 7 +++
1 file changed, 7 insertions(+)
diff --git a/datapath-windows/ovsext/Event.c b/datapath-windows/ovsext/Event.c
index abf8f0d..f9bea7f 100644
---
Hi Lance,
I applied your patch and testing it out right now. I'll let you know the result
as soon as possible.
> Initially I tried using 2015, but ran into multiple compilation issues (the
> first
> due to a type collision in pthread.h, easily fixed, I don't recall what I ran
> into
> next), t
Cleanup unused headers. Found by inspection.
Signed-off-by: Sairam Venugopal
---
datapath-windows/ovsext/Event.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/datapath-windows/ovsext/Event.c b/datapath-windows/ovsext/Event.c
index c210da3..abf8f0d 100644
--- a/datapath-windows/ovsext/Even
Thanks for the review!
> On Jun 21, 2016, at 1:57 PM, Joe Stringer wrote:
>
> On 20 June 2016 at 17:19, Jarno Rajahalme wrote:
>> Only allow setting conntrack mark or labels when the commit flag is
>> specified. This makes sure we can not set them before the connection
>> has been persisted, a
Only set conntrack mark or labels when the commit flag is specified.
This makes sure we can not set them before the connection has been
persisted, as in that case the mark and labels would be lost in an
event of an userspace upcall.
OVS userspace already requires the commit flag to accept setting
Set conntrack mark and labels right before committing so that
the initial conntrack NEW event has the mark and labels.
Signed-off-by: Jarno Rajahalme
---
v2: Separate Kernel API change to an RFC patch (2/2).
net/openvswitch/conntrack.c | 33 ++---
1 file changed, 14
On Mon, Jun 20, 2016 at 5:16 AM, Ihar Hrachyshka wrote:
> So back to MTU. When I boot a VM using a VXLAN backed network, the tap device
> of MTU=1450 is plugged into the br-int bridge, which lowers the bridge MTU to
> 1450. Then when I plug a device that belongs to a GRE network (MTU = 1458)
>
On Mon, Jun 20, 2016 at 8:40 AM, Jeroen van Bemmel wrote:
> Hello,
>
> When using VXLAN over Internet connections, Openvswitch TCP
> performance is currently limited due to IP fragmentation: The Internet
> MTU is (at most) 1500 bytes, and the typical TCP MSS value of 1460
> bytes used by clients b
- Original Message -
> From: "Paul Boca"
> To: "Lance Richardson"
> Cc: "Alin Serdean" , dev@openvswitch.org,
> "Ben Pfaff"
> Sent: Tuesday, June 21, 2016 3:43:44 PM
> Subject: RE: tests: fix issue in use of OVS_APP_EXIT_AND_WAIT
>
> Hi Lance!
>
> Seems like I made a mistake here...
>
On Mon, Jun 20, 2016 at 9:02 PM, Li, Johnson wrote:
> 2) Add framework codes (or full implementation) for MD type 2 support of
> the NSH header. According to the discussion at
> http://comments.gmane.org/gmane.network.openvswitch.devel/53788
> I will reuse the definitions for M
On 21 June 2016 at 11:09, Sairam Venugopal wrote:
> Clean up unused headers in Datapath.c. Found by inspection.
>
> Signed-off-by: Sairam Venugopal
>
Applied, thank you!
> ---
> datapath-windows/ovsext/Datapath.c | 7 ---
> 1 file changed, 7 deletions(-)
>
> diff --git a/datapath-windows/o
On 20 June 2016 at 17:19, Jarno Rajahalme wrote:
> Only allow setting conntrack mark or labels when the commit flag is
> specified. This makes sure we can not set them before the connection
> has been persisted, as in that case the mark and labels would be lost
> in an event of an userspace upcal
Hi Lance!
Seems like I made a mistake here...
When trying to run tests on Windows all tests that use OVSDB_CHECK_MONITOR
(ovsdb-monitor.at)
raise an error at line 42 where OVS_APP_EXIT_AND_WAIT_BY_TARGET is called.
The problem is that ovs-appctl is dumping the target log on stderr and AT_CHECK
f
Acked-by: Yin Lin
On Tue, Jun 21, 2016 at 11:09 AM, Sairam Venugopal
wrote:
> Clean up unused headers in Datapath.c. Found by inspection.
>
> Signed-off-by: Sairam Venugopal
> ---
> datapath-windows/ovsext/Datapath.c | 7 ---
> 1 file changed, 7 deletions(-)
>
> diff --git a/datapath-windo
On 21 June 2016 at 10:29, Flaviof wrote:
> On Tue, Jun 21, 2016 at 10:46 AM, Guru Shetty wrote:
>
> >
> >
> > On 20 June 2016 at 19:36, Flaviof wrote:
> >
> >> On Mon, Jun 13, 2016 at 6:45 AM, Gurucharan Shetty
> wrote:
> >>
> >> > For traffic from physical space to virtual space we need DNAT.
This patch allows a OVN hypervisor administator to specify the
type(s) of non-distributed logical port, the hypervisor would
prefer to support.
In some cloud deployments such as OpenStack, the operator may want
to dedicate certain hypervisors to host VMs and other hypervisors
to host the gateway p
"dev" wrote on 06/17/2016 06:10:32 PM:
> From: Nirapada Ghosh/San Jose/IBM@IBMUS
> To: dev@openvswitch.org
> Date: 06/17/2016 06:10 PM
> Subject: [ovs-dev] [PATCH V10] Function tracer to trace all function
calls
> Sent by: "dev"
>
> From: Nirapada Ghosh
>
> In some circumstances, we might need
Commit 9b5422a98f81("ovs-lib: Try to call exit before killing.")
introduced a problem where internal interfaces are destroyed and
recreated, losing their IP address.
Commit 9aad5a5a96ba("ovs-vswitchd: Preserve datapath ports across
graceful shutdown.") fixed the problem by changing ovs-vswitchd
to
Dear dev:
Please find attached our invoice for services rendered and additional
disbursements in the above-
mentioned matter.
Hoping the above to your satisfaction, we remain.
Sincerely,
Pansy Peters
Mexico Key Account Director
___
dev mailing list
de
This looks good to me according to the debian policy manual:
https://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces
Acked-by: Daniele Di Proietto
I noticed is that if I try to upgrade from 2.5.0 to 2.5.90(with this
change) using dpkg from command line the results may vary:
`
Dear dev:
Please find attached our invoice for services rendered and additional
disbursements in the above-
mentioned matter.
Hoping the above to your satisfaction, we remain.
Sincerely,
Antone Stein
Group Managing Director
___
dev mailing list
dev@op
Dear dev:
Please find attached our invoice for services rendered and additional
disbursements in the above-
mentioned matter.
Hoping the above to your satisfaction, we remain.
Sincerely,
Bianca Puckett
Group Director of Strategy
___
dev mailing list
d
Hi Paul,
Please find the comments inlined.
Thanks,
Sairam
On 6/21/16, 9:51 AM, "Paul Boca" wrote:
>Check if OvsAllocatememoryWithTag succeeded or not.
>In case of failure propagate cleanup and return.
>---
>V2: Checked also NdisGetDataBuffer and MmGetSystemAddressForMdlSafe
>if they return
Dear dev:
Please find attached our invoice for services rendered and additional
disbursements in the above-
mentioned matter.
Hoping the above to your satisfaction, we remain.
Sincerely,
Bernadine Wilcox
Vice President of Sales Marketing
___
dev maili
Clean up unused headers in Datapath.c. Found by inspection.
Signed-off-by: Sairam Venugopal
---
datapath-windows/ovsext/Datapath.c | 7 ---
1 file changed, 7 deletions(-)
diff --git a/datapath-windows/ovsext/Datapath.c
b/datapath-windows/ovsext/Datapath.c
index 5cc0614..39a4c42 100644
---
This patch allows a OVN hypervisor administator to specify the
type(s) of non-distributed logical port, the hypervisor would
prefer to support.
In some cloud deployments such as OpenStack, the operator may want
to dedicate certain hypervisors to host VMs and other hypervisors
to host the gateway p
- Original Message -
> From: "Alin Serdean"
> To: "Lance Richardson" , dev@openvswitch.org
> Sent: Tuesday, June 14, 2016 1:22:36 PM
> Subject: RE: tests: fix issue in use of OVS_APP_EXIT_AND_WAIT
>
> I'll take a look over it tomorrow :).
>
> I saw that you had troubles compiling/linking
Check if OvsAllocatememoryWithTag succeeded or not.
In case of failure propagate cleanup and return.
---
V2: Checked also NdisGetDataBuffer and MmGetSystemAddressForMdlSafe
if they return NULL and handle the error
---
datapath-windows/ovsext/Stt.c | 55 ++---
On Tue, Jun 21, 2016 at 1:50 PM, Lance Richardson
wrote:
> Any feedback? I see that there are still numerous occurrences of the
> failure
> addressed by this patch.
>
This seems like a harmless workaround that improves test failure rate. I
applied it to master.
--
Russell Bryant
--
Russell
Dear dev:
Please find attached our invoice for services rendered and additional
disbursements in the above-
mentioned matter.
Hoping the above to your satisfaction, we remain.
Sincerely,
Sadie Frye
Financial Director - Multinational Group
___
dev mail
Any feedback? I see that there are still numerous occurrences of the failure
addressed by this patch.
Thanks,
Lance
- Original Message -
> From: "Lance Richardson"
> To: dev@openvswitch.org, "Ben Pfaff" , na...@cn.ibm.com
> Sent: Thursday, June 9, 2016 11:40:49 AM
> Subject: Re: [ovs
- Original Message -
> From: "Paul Boca"
> To: "Lance Richardson" , "Alin Serdean"
>
> Cc: dev@openvswitch.org
> Sent: Tuesday, June 21, 2016 5:37:59 AM
> Subject: RE: tests: fix issue in use of OVS_APP_EXIT_AND_WAIT
>
> Hi Lance!
>
> One small change that should be added to your patch
On Tue, Jun 21, 2016 at 10:46 AM, Guru Shetty wrote:
>
>
> On 20 June 2016 at 19:36, Flaviof wrote:
>
>> On Mon, Jun 13, 2016 at 6:45 AM, Gurucharan Shetty wrote:
>>
>> > For traffic from physical space to virtual space we need DNAT.
>> > The DNAT happens in the gateway router and reaches the l
Thanks for the review, I applied to this master and branch-2.5.
On Tue, Jun 21, 2016 at 10:08 AM, Jarno Rajahalme wrote:
> [Google filtered by ack as spam, so I'm trying again.]
>
> Acked-by: Jarno Rajahalme
>
>> On Jun 9, 2016, at 11:50 AM, Jesse Gross wrote:
>>
>> Since tunnel metadata is sto
[Google filtered by ack as spam, so I'm trying again.]
Acked-by: Jarno Rajahalme
> On Jun 9, 2016, at 11:50 AM, Jesse Gross wrote:
>
> Since tunnel metadata is stored in a fixed area in the flow match field, we
> must allocate space for options as they are registered with the switch. In
> ord
Since the 'commit' flag is required to set the mark and/or labels, the
set values are always available for following lookups.
Signed-off-by: Jarno Rajahalme
---
utilities/ovs-ofctl.8.in | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/utilities/ovs-ofctl.8.in
Add '--noproxy' parameter to 'wget' so that the test cases do not try
to use a proxy that may be configured in the test environment.
Signed-off-by: Jarno Rajahalme
---
tests/system-traffic.at | 102
1 file changed, 51 insertions(+), 51 deletions(-
Thanks for the review, pushed to master with the suggested changes.
Jarno
> On May 6, 2016, at 2:27 PM, Ben Pfaff wrote:
>
> On Wed, May 04, 2016 at 01:08:13PM -0700, Jarno Rajahalme wrote:
>> There is no need to set the revalidate flag after each flow mod
>> separately, as we can do it once
On Mon, Jun 20, 2016 at 7:25 PM, Simon Horman
wrote:
> [Cc Jiri Benc]
>
> On Sat, Jun 18, 2016 at 06:38:54PM -0700, pravin shelar wrote:
>> On Thu, Jun 16, 2016 at 10:53 PM, Simon Horman
>> wrote:
>> > On Tue, Jun 07, 2016 at 03:45:27PM -0700, pravin shelar wrote:
>> >> On Mon, Jun 6, 2016 at 8:0
On Sat, Jun 18, 2016 at 3:36 PM, William Tu wrote:
> The patch adds a new action to support packet truncation. The new action
> is formatted as 'output(port=n,max_len=m)', as output to port n, with
> packet size being MIN(original_size, m).
>
> One use case is to enable port mirroring to send sma
On Sat, Jun 18, 2016 at 3:36 PM, William Tu wrote:
> Upstream commit:
> commit f2a4d086ed4c588d32fe9b7aa67fead7280e7bf1
> Author: William Tu
> Date: Fri Jun 10 11:49:33 2016 -0700
>
> openvswitch: Add packet truncation support.
>
> The patch adds a new OVS action, OVS_ACTION
On Mon, Jun 20, 2016 at 7:30 PM, Yang, Yi wrote:
> On Mon, Jun 20, 2016 at 07:00:56PM -0700, Jesse Gross wrote:
>> >>
>> >> Hi, Yi Yang.
>> >>
>> >> Before adding the OVS_VXLAN_EXT_GPE extension to the out-of-tree module,
>> >> you
>> >> should send it to the mainline kernel. Besides, you need a
I am unfortunately going to miss the Hyper-V meeting today because I am
traveling.
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
On 20 June 2016 at 19:36, Flaviof wrote:
> On Mon, Jun 13, 2016 at 6:45 AM, Gurucharan Shetty wrote:
>
> > For traffic from physical space to virtual space we need DNAT.
> > The DNAT happens in the gateway router and reaches the logical
> > port. The return traffic should be unDNATed.
> >
> > Tr
Hello!
We are looking for employees working remotely.
My name is Alonzo, 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!
__
Hello!
We are looking for employees working remotely.
My name is Damian, 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!
__
> -Original Message-
> From: Jan Scheurich [mailto:jan.scheur...@ericsson.com]
> Sent: Tuesday, June 21, 2016 10:27 AM
> To: Fischetti, Antonio ;
> dev@openvswitch.org
> Subject: RE: [RFC Patch] dpif-netdev: Sorted subtable vectors per
> in_port in dpcls
>
> > [Antonio F]
> > What if the
NQDØê ߪç!
ÁÂK]£
LÊZTÞ|ïE^Ù½Aа
Ä :.ìÛYj:Ö¤ÒpÂ-¬±PqÝÉ^ÎxtÆZc®hª-s¡çñíÝA8z]ÈîQâö5ªÈgªÛw<ê?¤jàâ
D`´?í`À01J2uÆÁcº!6Õ¡Ù7MíÅVAýDEojPJv¡`ìÎÇLwí]Mü^O;dVÄusТ>
§©È·÷ߪ«É4ºê¬J'LS6ûäê"[²
2zSn(û§eÝÂ3^ñ]¦ôðJOí²!¢·|ݦÚ'âõoÊÝÇÆ8÷«døLõÔN`ºðþ²kϳɺeMÛÊPwzÜI\
Uú9ò¹p
On Windows the PID file doesn't gets deleted on process exit.
Signed-off-by: Paul-Daniel Boca
---
V2: Skip pid file check in ovsdb-monitor.at also
---
tests/daemon-py.at | 8 ++--
tests/ovsdb-monitor.at | 4 +++-
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/tests/daemon
Disregard this patch.
The Subject is wrong, it should be "V2 14/16" not "V2 4/16"
> -Original Message-
> From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Paul Boca
> Sent: Tuesday, June 21, 2016 12:43 PM
> To: dev@openvswitch.org
> Subject: [ovs-dev] [PATCH V2 4/16] python test
AF_UNIX sockets are not supported on Windows.
Instead of an AF_UNIX socket use localhost tcp connections to communicate
between components. This makes the python sockets compatible with
the ones used in Windows applications.
In case the socket returns WSAEWOULDBLOCK, it is replaced by EAGAIN error
AF_UNIX sockets are not supported on Windows.
Instead of an AF_UNIX socket use localhost tcp connections to communicate
between components. This makes the python sockets compatible with
the ones used in Windows applications.
In case the socket returns WSAEWOULDBLOCK, it is replaced by EAGAIN error
Hi Lance!
One small change that should be added to your patch.
diff --git a/tests/ovs-vsctl.at b/tests/ovs-vsctl.at
index ac8749a..5171786 100644
--- a/tests/ovs-vsctl.at
+++ b/tests/ovs-vsctl.at
@@ -9,7 +9,7 @@ m4_define([OVS_VSCTL_SETUP],
dnl OVS_VSCTL_CLEANUP
dnl
dnl Kills off the database
Hello!
We are looking for employees working remotely.
My name is Carter, 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!
__
Hello!
We are looking for employees working remotely.
My name is Rich, 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!
> [Antonio F]
> What if the range of the hash values is partitioned per port type?
> I mean if the 1st range - say the first 10 values - are reserved for dpdk
> ports
>
> if // range is [0..9]
> uint32_t port_idx = 0 + hash_port_no(port_no) % 10;
> else// range is [10..NUM_SUBTABLE_VECT
This patch tries to support ND versus ARP for OVN.
It adds a new OVN action 'na' in ovn-controller side, and modify lflows
for 'na' action and relevant packets in ovn-northd.
First, for ovn-northd, it will generate lflows per each lport with its
IPv6 addresses and mac addresss, with 'na' action,
75 matches
Mail list logo