Re: [ovs-dev] [PATCH] rhel: remove ovs-sim man page from temporary directory (also for RHEL)

2018-06-05 Thread Ansis Atteka
On Tue, 5 Jun 2018 at 20:32, Ben Pfaff wrote: > > On Tue, Jun 05, 2018 at 07:48:26PM -0700, Ansis Atteka wrote: > > Fix following compilation error when building rpm packages > > with rhel/openvswitch.spec file. > > > > error: Installed (but unpackaged) file(s) found: > >

Re: [ovs-dev] [PATCH] rhel: remove ovs-sim man page from temporary directory (also for RHEL)

2018-06-05 Thread Ben Pfaff
On Tue, Jun 05, 2018 at 07:48:26PM -0700, Ansis Atteka wrote: > Fix following compilation error when building rpm packages > with rhel/openvswitch.spec file. > > error: Installed (but unpackaged) file(s) found: >/usr/share/man/man1/ovs-sim.1.gz > > Signed-off-by: Ansis Atteka Seems

Re: [ovs-dev] Fwd: unable to start openvswitch daemon !!

2018-06-05 Thread rakesh kumar
I am trying to use OVS with Core Emulator ( https://www.nrl.navy.mil/itd/ncs/products/core ) and Core internally trying to start the daemon from that location(/etc/init.d). And I will follow your instructions given for the issue. Regards Rakesh Kumar On Tue, Jun 5, 2018 at 6:14 PM, Flavio

[ovs-dev] [PATCH] rhel: remove ovs-sim man page from temporary directory (also for RHEL)

2018-06-05 Thread Ansis Atteka
Fix following compilation error when building rpm packages with rhel/openvswitch.spec file. error: Installed (but unpackaged) file(s) found: /usr/share/man/man1/ovs-sim.1.gz Signed-off-by: Ansis Atteka --- rhel/openvswitch.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [ovs-dev] [PATCH v4 2/2] Send gateway port ARP through router internal ports

2018-06-05 Thread Anil Venkata
On Wed, Jun 6, 2018 at 12:09 AM, Numan Siddique wrote: > > > On Tue, Jun 5, 2018 at 6:24 PM, wrote: > >> From: Venkata Anil >> >> External switches should learn the distributed gateway port MAC address >> as they have to forward the packet tagged with tenant vlan network but >> with this MAC

Re: [ovs-dev] [PATCH v2] rhel: remove ovs-sim man page from temporary directory

2018-06-05 Thread Ben Pfaff
On Tue, Jun 05, 2018 at 05:42:52PM +0300, Roi Dayan wrote: > > > On 05/06/2018 15:42, Lorenzo Bianconi wrote: > >Fix following compilation error running 'make rpm-fedora' > > > >error: Installed (but unpackaged) file(s) found: > >/usr/share/man/man1/ovs-sim.1.gz > > > >RPM build errors: > >

Re: [ovs-dev] [ovs-dev, 2/2] ovs-vswitchd: Do not use system routing table with --disable-system.

2018-06-05 Thread Ben Pfaff
On Mon, Jun 04, 2018 at 04:49:28PM +0300, Ilya Maximets wrote: > On 01.04.2018 03:12, Ben Pfaff wrote: > > The --disable-system option indicates that the user wants to avoid using > > the host's datapath. This is also a good indication that the user does > > not want to use other host resources

[ovs-dev] [PATCH] dhparams: Add pregenerated .c file to the repository.

2018-06-05 Thread Ben Pfaff
From: Eneas U de Queiroz The version of dhparams.c generated by any given version of OpenSSL or LibreSSL might work only with that version of the library. This can be inconvenient for cross-compiling if the "openssl" program on the build machine has a different version from the library on the

Re: [ovs-dev] [PATCH v5] ovndb-servers.ocf: add LB support for managing ovndb cluster:

2018-06-05 Thread Ben Pfaff
On Wed, Jun 06, 2018 at 12:05:25AM +0530, Numan Siddique wrote: > On Sat, Jun 2, 2018 at 9:41 PM, aginwala wrote: > > > using pacemaker so that controllers can be placed in different fault > > domains. > > More background about the discussions can be found on: > >

Re: [ovs-dev] OVS-DPDK public meeting

2018-06-05 Thread Christian Ehrhardt
On Tue, Jun 5, 2018 at 7:04 PM, Aaron Conole wrote: > Hi Christian, > > Christian Ehrhardt writes: > > > On Tue, Jun 5, 2018 at 3:28 PM, Stokes, Ian > wrote: > >> > On Wed, May 30, 2018 at 7:49 PM, Kevin Traynor > >> > wrote: > >> > > >> > > Minutes of meeting Wed 30th May. > >> > > > >> > >

Re: [ovs-dev] [PATCH] python:updated docstring

2018-06-05 Thread Ben Pfaff
On Mon, Jun 04, 2018 at 11:33:32AM -0700, Toms Atteka wrote: > Adjusted docstring and variable names according to previous code changes; > Fixed grammar "a attribute" > "an attribute". > > Fixes: bf42f674 (idl: Convert python daemons to utilize SchemaHelper) > Signed-off-by: Toms Atteka Thanks,

Re: [ovs-dev] [PATCH v4 2/2] Send gateway port ARP through router internal ports

2018-06-05 Thread Numan Siddique
On Tue, Jun 5, 2018 at 6:24 PM, wrote: > From: Venkata Anil > > External switches should learn the distributed gateway port MAC address > as they have to forward the packet tagged with tenant vlan network but > with this MAC as destination MAC address. So router has to send ARP > reply and gARP

[ovs-dev] 正规公司代开发票,电/薇13-7-28-88-57-04 qq303.334,630

2018-06-05 Thread zzgcjndb
___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Re: [ovs-dev] [PATCH v5] ovndb-servers.ocf: add LB support for managing ovndb cluster:

2018-06-05 Thread Numan Siddique
On Sat, Jun 2, 2018 at 9:41 PM, aginwala wrote: > using pacemaker so that controllers can be placed in different fault > domains. > More background about the discussions can be found on: > https://mail.openvswitch.org/pipermail/ovs-discuss/2018-May/046770.html > > Signed-off-by: aginwala >

Re: [ovs-dev] [PATCH v5] ovndb-servers.ocf: add LB support for managing ovndb cluster:

2018-06-05 Thread Numan Siddique
On Tue, Jun 5, 2018 at 11:30 PM, Ben Pfaff wrote: > OK. Numan, will you provide a Tested-by and/or Acked-by for the patch? > Yes Ben. I will have a look into v5 and provide the same. > > On Tue, Jun 05, 2018 at 10:56:40AM -0700, aginwala wrote: > > Hi Ben: > > > > Numan and Han have helped

[ovs-dev] Peace of Allah smile in your home.

2018-06-05 Thread Prince Mamed Rashid Al Nuaimi via dev
Peace of Allah smile in your home. I do this communication in my own capacity and I take responsible for my action as a prince. I am Prince Hamad bin Rashid Al Nuaimi the future king of Ajman UAE. I understand we can do business and become future partner. I want to invest in your country

Re: [ovs-dev] [PATCH v5] ovndb-servers.ocf: add LB support for managing ovndb cluster:

2018-06-05 Thread Ben Pfaff
OK. Numan, will you provide a Tested-by and/or Acked-by for the patch? On Tue, Jun 05, 2018 at 10:56:40AM -0700, aginwala wrote: > Hi Ben: > > Numan and Han have helped review the same. Have sent a final version (v5) > addressing Numan's comment post testing of v4 by him. > > > Regards, > >

Re: [ovs-dev] [PATCH 3/3] datapath: Do not fail to load on gre protocol conflict

2018-06-05 Thread Gregory Rose
On 6/5/2018 10:39 AM, Ben Pfaff wrote: On Tue, Jun 05, 2018 at 09:34:10AM -0700, Gregory Rose wrote: On 6/5/2018 9:07 AM, William Tu wrote: On Mon, Jun 4, 2018 at 1:14 PM, Greg Rose wrote: The ERSPAN feature depends on the gre kernel module so on systems where the ERSPAN feature isn't

Re: [ovs-dev] [PATCH v5] ovndb-servers.ocf: add LB support for managing ovndb cluster:

2018-06-05 Thread aginwala
Hi Ben: Numan and Han have helped review the same. Have sent a final version (v5) addressing Numan's comment post testing of v4 by him. Regards, On Tue, Jun 5, 2018 at 10:41 AM, Ben Pfaff wrote: > On Sat, Jun 02, 2018 at 09:11:56AM -0700, aginwala wrote: > > using pacemaker so that

Re: [ovs-dev] [PATCH v5] ovndb-servers.ocf: add LB support for managing ovndb cluster:

2018-06-05 Thread Ben Pfaff
On Sat, Jun 02, 2018 at 09:11:56AM -0700, aginwala wrote: > using pacemaker so that controllers can be placed in different fault domains. > More background about the discussions can be found on: > https://mail.openvswitch.org/pipermail/ovs-discuss/2018-May/046770.html > > Signed-off-by: aginwala

Re: [ovs-dev] [PATCH] dpif: Ensure ERSPAN GRE support

2018-06-05 Thread Ben Pfaff
On Fri, Jun 01, 2018 at 06:38:53PM +0200, Jiri Benc wrote: > On Fri, 1 Jun 2018 09:15:33 -0700, Gregory Rose wrote: > > Since ERSPAN over gre/ip_gre was added to the Linux 4.16 kernel the > > compat interface is needed > > for kernels up to 4.15 so that we can support ERSPAN.  If the built-in >

Re: [ovs-dev] [PATCH 3/3] datapath: Do not fail to load on gre protocol conflict

2018-06-05 Thread Ben Pfaff
On Tue, Jun 05, 2018 at 09:34:10AM -0700, Gregory Rose wrote: > On 6/5/2018 9:07 AM, William Tu wrote: > >On Mon, Jun 4, 2018 at 1:14 PM, Greg Rose wrote: > >>The ERSPAN feature depends on the gre kernel module so on systems where > >>the ERSPAN feature isn't supported the openvswitch kernel

Re: [ovs-dev] [PATCH v4] ovndb-servers.ocf: add LB support for managing ovndb cluster:

2018-06-05 Thread aginwala
On Tue, Jun 5, 2018 at 3:36 AM, Numan Siddique wrote: > On Sat, Jun 2, 2018 at 12:37 AM, aginwala wrote: > > > using pacemaker so that controllers can be placed in different fault > > domains. > > More background about the discussions can be found on: > >

[ovs-dev] [PATCH v5] ovndb-servers.ocf: add LB support for managing ovndb cluster:

2018-06-05 Thread aginwala
using pacemaker so that controllers can be placed in different fault domains. More background about the discussions can be found on: https://mail.openvswitch.org/pipermail/ovs-discuss/2018-May/046770.html Signed-off-by: aginwala --- Documentation/topics/integration.rst | 34 +---

Re: [ovs-dev] OVS-DPDK public meeting

2018-06-05 Thread Aaron Conole
Hi Christian, Christian Ehrhardt writes: > On Tue, Jun 5, 2018 at 3:28 PM, Stokes, Ian wrote: >> > On Wed, May 30, 2018 at 7:49 PM, Kevin Traynor >> > wrote: >> > >> > > Minutes of meeting Wed 30th May. >> > > >> > > [...] >> > > >> > >> > >> > > - DPDK 18.05 >> > > -- Will be released

Re: [ovs-dev] [PATCH 3/3] datapath: Do not fail to load on gre protocol conflict

2018-06-05 Thread Gregory Rose
On 6/5/2018 9:07 AM, William Tu wrote: On Mon, Jun 4, 2018 at 1:14 PM, Greg Rose wrote: The ERSPAN feature depends on the gre kernel module so on systems where the ERSPAN feature isn't supported the openvswitch kernel module would attempt to grab the ipv4 GRE protocol entry point and would

[ovs-dev] Previsión de contingencias

2018-06-05 Thread Jefes, Supervisores y Gerentes.
Nuestro webinar interactivo está dirigido a Jefes, Supervisores, Gerentes o todos aquellos que participan dentro de una empresa en la toma de decisiones y fijar el rumbo que debe tomar una organización en la concesión de sus metas y objetivos. Planeación estratégica para Jefes, Supervisores

Re: [ovs-dev] [PATCH 3/3] datapath: Do not fail to load on gre protocol conflict

2018-06-05 Thread William Tu
On Mon, Jun 4, 2018 at 1:14 PM, Greg Rose wrote: > The ERSPAN feature depends on the gre kernel module so on systems where > the ERSPAN feature isn't supported the openvswitch kernel module would > attempt to grab the ipv4 GRE protocol entry point and would fail to load > if it could not. > >

Re: [ovs-dev] [PATCH 2/3] Revert "utilities/ovs-ctl: Force removal of ip_gre/gre"

2018-06-05 Thread William Tu
On Mon, Jun 4, 2018 at 1:14 PM, Greg Rose wrote: > This reverts commit 2bdd1f3d96a86bea6bdb8788f23ec7dd99b289e3. > > Rather than attempting to force the removal of the ip_gre/gre > kernel modules, which often fails because they're in use, we > will add a patch that does not cause the openvswitch

Re: [ovs-dev] [PATCH 1/3] Revert "dpif: Ensure ERSPAN GRE support"

2018-06-05 Thread William Tu
On Mon, Jun 4, 2018 at 1:14 PM, Greg Rose wrote: > This reverts commit 8929c55287abae37efeac1e8876e6b3c2ccad0b9. > > This is the wrong direction for the solution to the ip_gre/gre kernel > module conflicts. > > Signed-off-by: Greg Rose > --- LGTM Acked-by: William Tu >

[ovs-dev] [PATCH] OVN: add ICMP time exceeded support to OVN logical router

2018-06-05 Thread Lorenzo Bianconi
Using icmp4 action, send an ICMP time exceeded frame whenever an OVN logical router receives an IPv4 packets whose TTL has expired (ip.ttl == {0, 1}) Signed-off-by: Lorenzo Bianconi --- ovn/northd/ovn-northd.8.xml | 4 --- ovn/northd/ovn-northd.c | 26 +-- tests/ovn.at

Re: [ovs-dev] Regarding AVB(audio video bridging )protocol development

2018-06-05 Thread Ben Pfaff
On Tue, Jun 05, 2018 at 06:46:22PM +0530, Vikas Kumar wrote: > can any one tell me, whether OVS development team has developed the AVB > (audio video bridging) protocol in Open Vswich? or are they developing > right now? No. No. ___ dev mailing list

Re: [ovs-dev] OVS-DPDK public meeting

2018-06-05 Thread Christian Ehrhardt
On Tue, Jun 5, 2018 at 3:28 PM, Stokes, Ian wrote: > > On Wed, May 30, 2018 at 7:49 PM, Kevin Traynor > > wrote: > > > > > Minutes of meeting Wed 30th May. > > > > > > [...] > > > > > > > > > > - DPDK 18.05 > > > -- Will be released today/tomorrow > > > -- Some delays due to a lot of patches

Re: [ovs-dev] [PATCH v2] rhel: remove ovs-sim man page from temporary directory

2018-06-05 Thread Roi Dayan
On 05/06/2018 15:42, Lorenzo Bianconi wrote: Fix following compilation error running 'make rpm-fedora' error: Installed (but unpackaged) file(s) found: /usr/share/man/man1/ovs-sim.1.gz RPM build errors: Installed (but unpackaged) file(s) found: /usr/share/man/man1/ovs-sim.1.gz

[ovs-dev] [PATCH] tests/stp: Make validation of flows before changing of topology.

2018-06-05 Thread Ilya Maximets
From: Ivan Dyukov The change fixes random stp test failure. Accuracy is about 20%. Failed test is following: 2337: STP - flush the fdb and mdb when topology changed In some cases, a validation is executed after topology change and it increase time of stp stabilization. To prevent this, delay

Re: [ovs-dev] OVS-DPDK public meeting

2018-06-05 Thread Stokes, Ian
> On Wed, May 30, 2018 at 7:49 PM, Kevin Traynor > wrote: > > > Minutes of meeting Wed 30th May. > > > > [...] > > > > > > - DPDK 18.05 > > -- Will be released today/tomorrow > > -- Some delays due to a lot of patches and last minute bug fixes > > > > Hi, > I wanted to ask if anyone is

[ovs-dev] Regarding AVB(audio video bridging )protocol development

2018-06-05 Thread Vikas Kumar
hi Team, can any one tell me, whether OVS development team has developed the AVB (audio video bridging) protocol in Open Vswich? or are they developing right now? Regards vikash ___ dev mailing list d...@openvswitch.org

Re: [ovs-dev] OVS-DPDK public meeting

2018-06-05 Thread Christian Ehrhardt
On Wed, May 30, 2018 at 7:49 PM, Kevin Traynor wrote: > Minutes of meeting Wed 30th May. > > [...] > > - DPDK 18.05 > -- Will be released today/tomorrow > -- Some delays due to a lot of patches and last minute bug fixes > Hi, I wanted to ask if anyone is already looking at DPDK 18.05

[ovs-dev] [PATCH v4 2/2] Send gateway port ARP through router internal ports

2018-06-05 Thread vkommadi
From: Venkata Anil External switches should learn the distributed gateway port MAC address as they have to forward the packet tagged with tenant vlan network but with this MAC as destination MAC address. So router has to send ARP reply and gARP for this MAC address through router internal patch

[ovs-dev] [PATCH v4 0/2] Use VLANs for VLAN packets redirected to a gateway chassis

2018-06-05 Thread vkommadi
From: Venkata Anil This patch avoids tunneling and instead uses source tenant vlan network across hypervisors for traffic from vlan network on local hypervisor towards gateway hypervisor hosting redirect chassiss port. On the local hypervisor, when the packet enters logical router ingress

[ovs-dev] [PATCH v4 1/2] Avoid tunneling for VLAN packets redirected to a gateway chassis

2018-06-05 Thread vkommadi
From: Venkata Anil When a vm on a vlan tenant network sends traffic to an external network, it is tunneled from host chassis to gateway chassis. In the earlier discussion [1], Russel (also in his doc [2]) suggested if we can figure out a way for OVN to do this redirect to the gateway host over a

[ovs-dev] [PATCH v2] rhel: remove ovs-sim man page from temporary directory

2018-06-05 Thread Lorenzo Bianconi
Fix following compilation error running 'make rpm-fedora' error: Installed (but unpackaged) file(s) found: /usr/share/man/man1/ovs-sim.1.gz RPM build errors: Installed (but unpackaged) file(s) found: /usr/share/man/man1/ovs-sim.1.gz make: *** [Makefile:7049: rpm-fedora] Error 1

Re: [ovs-dev] [RFC v7 11/13] netdev-dpdk: copy large packet to multi-seg. mbufs

2018-06-05 Thread Ilya Maximets
On 23.05.2018 19:47, Tiago Lam wrote: > From: Mark Kavanagh > > Currently, packets are only copied to a single segment in > the function dpdk_do_tx_copy(). This could be an issue in > the case of jumbo frames, particularly when multi-segment > mbufs are involved. > > This patch calculates the

Re: [ovs-dev] [PATCH v1 1/2] Fix packet drops on LACP bond after link up

2018-06-05 Thread Manohar Krishnappa Chidambaraswamy
Hi, Could someone take a look at this patch? We hit this issue (drops) on a customer setup and appreciate your comments/suggestions. Thanx Manu On 17/05/18, 3:26 PM, "ovs-dev-boun...@openvswitch.org on behalf of Manohar Krishnappa Chidambaraswamy" wrote: 1/2: Fix packet drops on LACP

Re: [ovs-dev] [PATCH v1 2/2] Fix packet drops on LACP bond after link up

2018-06-05 Thread Manohar Krishnappa Chidambaraswamy
Hi, Could someone take a look at this patch? We hit this issue (drops) on a customer setup and appreciate your comments/suggestions. Thanx Manu On 17/05/18, 3:29 PM, "ovs-dev-boun...@openvswitch.org on behalf of Manohar Krishnappa Chidambaraswamy" wrote: 2/2: Fix packet drops on LACP

Re: [ovs-dev] [PATCH v4] ovndb-servers.ocf: add LB support for managing ovndb cluster:

2018-06-05 Thread Numan Siddique
On Sat, Jun 2, 2018 at 12:37 AM, aginwala wrote: > using pacemaker so that controllers can be placed in different fault > domains. > More background about the discussions can be found on: > https://mail.openvswitch.org/pipermail/ovs-discuss/2018-May/046770.html > > Signed-off-by: aginwala > ---