[ovs-dev] 回复: 回复: 回复: one issue in vxlan functionality of the kernel-datapath type of ovs

2019-06-09 Thread pei Jikui
Ben, Thanks for your review. 1) Based on my understanding, there are two kinds of cases to age out the datapath flow. a) Timer. b) revalidate. The flow will be deleted if there are some invalidated conditions such as there is no output interface for this flow. Even if the revalidate do

Re: [ovs-dev] [PATCH] rhel: Fixed a bug for checking the correct major version and revision.

2019-06-09 Thread Ben Pfaff
On Fri, Jun 07, 2019 at 03:54:38PM -0700, Gregory Rose wrote: > On 6/7/2019 3:39 PM, Ashish Varma wrote: > > Fixed a bug where checking for major version 3.10 and major revision not > > equal to 327 or 693 or 957 should have gone to the default else at the end. > > In the current code, the default

Re: [ovs-dev] [PATCH 1/3] sat-math: Add functions for saturating arithmetic on "long long int".

2019-06-09 Thread Ben Pfaff
On Fri, Mar 01, 2019 at 03:54:46PM -0800, Ben Pfaff wrote: > The first users will be added in an upcoming commit. > > Signed-off-by: Ben Pfaff This series still needs review. ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailma

Re: [ovs-dev] [PATCH 1/4] ovn-controller-vtep: Fix wrong value for ovnsb-db argument

2019-06-09 Thread Ben Pfaff
On Wed, May 08, 2019 at 01:53:45PM +0200, Jaime Caamaño Ruiz wrote: > Fix help output of ovn-controller-vtep that was suggesting the > openvswitch database instead of the ovn southbound database for the > ovnsb-db argument. > > Also fix the corresponding systemd unit that was passing the openvswit

Re: [ovs-dev] [PATCH] dist-docs: Fix bugs in text to HTML conversion.

2019-06-09 Thread Ben Pfaff
On Fri, May 10, 2019 at 03:02:43PM -0700, Ben Pfaff wrote: > This fixes two bugs. First, & has a special meaning in the replacement > text for a sed "s" command, so this escapes it. Second, this code > misprocessed bold or underlined &<>: >^H> would become >^H> which > would display as >> in most

[ovs-dev] [PATCH v2 2/2] OpenFlow: Enable OpenFlow 1.5 by default.

2019-06-09 Thread Ben Pfaff
Open vSwitch now supports all OpenFlow 1.5 required features, so enable it by default. Signed-off-by: Ben Pfaff --- Documentation/faq/openflow.rst| 27 +-- .../group-selection-method-property.txt | 16 +-- NEWS

[ovs-dev] [PATCH v2 1/2] ofp-actions: Support OF1.5 meter action.

2019-06-09 Thread Ben Pfaff
OpenFlow 1.5 changed "meter" from an instruction to an action. This commit supports it properly. Signed-off-by: Ben Pfaff --- Documentation/topics/openflow.rst | 6 -- NEWS | 1 + include/openvswitch/ofp-actions.h | 4 +- lib/ofp-actions.c | 11

[ovs-dev] [PATCH v2 0/2] Enable OpenFlow 1.5 by default

2019-06-09 Thread Ben Pfaff
v1->v2: * Applied first 8 patches (thanks Numan) and dropped from series. * Rebased and reposted. Ben Pfaff (2): ofp-actions: Support OF1.5 meter action. OpenFlow: Enable OpenFlow 1.5 by default. Documentation/faq/openflow.rst| 27 ++-- .../group-selection-method-propert

Re: [ovs-dev] [PATCH 01/10] ofp-actions: Make encap action really require OF1.3+.

2019-06-09 Thread Ben Pfaff
On Sat, Jun 08, 2019 at 12:55:18PM +0530, Numan Siddique wrote: > On Wed, May 1, 2019 at 4:59 AM Ben Pfaff wrote: > > > This action is only supported in OpenFlow 1.3 and later, but the parser > > from text allowed it in earlier versions, which could cause confusion, > > e.g.: > > > > $ ovs-ofctl

Re: [ovs-dev] [PATCH v2 2/2] Don't send or receive LACP PDUs when carrier state of slave is down

2019-06-09 Thread Ben Pfaff
On Sun, Jun 09, 2019 at 01:27:22PM +, Nitin Katiyar wrote: > > > > -Original Message- > > From: Ben Pfaff [mailto:b...@ovn.org] > > Sent: Friday, June 07, 2019 11:03 PM > > To: Nitin Katiyar > > Cc: ovs-dev@openvswitch.org; Manohar Krishnappa Chidambaraswamy > > > > Subject: Re: [ov

[ovs-dev] Vacaciones en Brasil 2019

2019-06-09 Thread Hotel Parador da Cachoeira
    Haga su Reserva Directo al Hotel Descuentos en Reservas Anticipadas   ( http://www.hotelparador.com.br/contato/ ) Hotel Parador da Cachoeira - Florianópolis El Hotel Parador da Cachoeira fue cuidadosamente pensado para proporcionar confort y bienestar en un ambiente armonioso y bien decora

[ovs-dev] [PATCH net-next] net: openvswitch: remove unnecessary ASSERT_OVSL in ovs_vport_del()

2019-06-09 Thread Taehee Yoo
ASSERT_OVSL() in ovs_vport_del() is unnecessary because ovs_vport_del() is only called by ovs_dp_detach_port() and ovs_dp_detach_port() calls ASSERT_OVSL() too. Signed-off-by: Taehee Yoo --- net/openvswitch/vport.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/net/openvswitch/vport.c b/ne

[ovs-dev] Servicio informAtico para empresas, pymes y hogar

2019-06-09 Thread BS Desarrollos
BsDesarrollos - Soluciones Informaticas Servicio informático para empresas, pymes y hogar. Abonos mensuales - Servicio de guardia las 24hs - Nos encargamos del area de sistemas de su empresa. Servicio tecnico a PC - Servidores - Redes - Telefonía - Camaras IP Soporte Help Desk: » Soporte telefón

[ovs-dev] Nunca mas problemas en sus baños

2019-06-09 Thread Valot
¿Problemas en sus baños? ( https://www.valot.com.ar/ ) ( https://www.valot.com.ar/ ) Le garantizamos que con nuestros sistemas de dispensers e insumos ya no tendrá mas problemas en sus baños de uso común. Cada baño será un centro de higiene y confort . ( https://www.valot.com.ar/ ) MAS INFO CLICK

[ovs-dev] [patch v2] conntrack: Add option to disable TCP sequence checking.

2019-06-09 Thread Darrell Ball
This may be needed in some special cases, such as to support some hardware offload implementations. Reported-at: https://mail.openvswitch.org/pipermail/ovs-dev/2019-May/359188.html Signed-off-by: Darrell Ball --- v2: Per particular requirement, support 'no-tcp-seq-chk' rather than 'liberal'

[ovs-dev] [patch v5] conntrack: Optimize recirculations.

2019-06-09 Thread Darrell Ball
Cache the 'conn' context and use it when it is valid. The cached 'conn' context will get reset if it is not expected to be valid; a negative test is added to check this. Signed-off-by: Darrell Ball --- v5: Check for alg ctl on recirculation to handle potential corner case. Remove unnecessar

[ovs-dev] [PATCH net] net: openvswitch: do not free vport if register_netdevice() is failed.

2019-06-09 Thread Taehee Yoo
In order to create an internal vport, internal_dev_create() is used and that calls register_netdevice() internally. If register_netdevice() fails, it calls dev->priv_destructor() to free private data of netdev. actually, a private data of this is a vport. Hence internal_dev_create() should not fre

[ovs-dev] Indumentaria para Empresas

2019-06-09 Thread IP Uniformes
( http://impucor.com.ar/ )       - CHALECOS POLARES Y CAMPERAS CON LOGO - BUZOS, CAMISAS, PANTALONES, TODO IMPRESO O BORDADO CON SU LOGO   SOLICITE MAS INFO CLICK ACA ( mailto:impu...@impucor.com.ar ) Av. Juan B. Justo 2917 - Bº Alta Cordoba - Cordoba Tel./Fax: (0351) 4745240 E-mail: impu...@i

[ovs-dev] [PATCH v3 2/2] Don't send or receive LACP PDUs when carrier state of slave is down

2019-06-09 Thread Nitin Katiyar
Fortville NICs (or their drivers) can get into an inconsistent state, in which the NIC can actually transmit and receive packets even though they report "PHY down". In such a state, OVS can exchange and process LACP messages and enable a LACP slave. However, further packet exchange over the slave f

[ovs-dev] [PATCH v7 1/2] Avoid packet drop on LACP bond after link up

2019-06-09 Thread Nitin Katiyar
Problem: The OVS state machine that enables and disables bond slaves runs in the OVS main thread. The OVS code that processes received LACP packets runs in a different thread. Until now, when the latter processes a LACP PDU that should enable a slave, the slave was only enabled when the m

Re: [ovs-dev] [PATCH v2 2/2] Don't send or receive LACP PDUs when carrier state of slave is down

2019-06-09 Thread Nitin Katiyar
> -Original Message- > From: Ben Pfaff [mailto:b...@ovn.org] > Sent: Friday, June 07, 2019 11:03 PM > To: Nitin Katiyar > Cc: ovs-dev@openvswitch.org; Manohar Krishnappa Chidambaraswamy > > Subject: Re: [ovs-dev] [PATCH v2 2/2] Don't send or receive LACP PDUs when > carrier state of sl

[ovs-dev] Libere espacio en su empresa oficina u hogar

2019-06-09 Thread LA BAULERA
( http://www.labaulera.com.ar/ ) 156 6894201 4361-7912 / 4361-0621 i...@labaulera.com.ar . MAS INFORMACION CLICK ACA ( mailto:i...@labaulera.com.ar ) . www.labaulera.com.ar ( http://www.labaulera.com.ar/ ) Este es un e-mail legal,  y contiene informacion de servicios y productos que consideramo

[ovs-dev] Vacaciones en Brasil 2019

2019-06-09 Thread Hotel Parador da Cachoeira
    Haga su Reserva Directo al Hotel Descuentos en Reservas Anticipadas   ( http://www.hotelparador.com.br/contato/ ) Hotel Parador da Cachoeira - Florianópolis El Hotel Parador da Cachoeira fue cuidadosamente pensado para proporcionar confort y bienestar en un ambiente armonioso y bien decora