Re: [ovs-dev] [PATCH v4 0/6] Add minimum network namespace support.

2018-04-11 Thread Flavio Leitner
On Tue, Apr 03, 2018 at 09:48:55PM -0300, Flavio Leitner wrote: > On Sat, Mar 31, 2018 at 01:23:20PM -0700, Ben Pfaff wrote: > > On Thu, Mar 29, 2018 at 11:05:25PM -0300, Flavio Leitner wrote: > > > Today Open vSwitch doesn't know about network namespaces (netns), but > > > users are moving

[ovs-dev] [PATCH] netns: Add documentation and update NEWS.

2018-04-11 Thread Flavio Leitner
Create a document to describe the how it works and known limitations and update the NEWS accordingly. Signed-off-by: Flavio Leitner --- Documentation/topics/networking-namespaces.rst | 69 ++ NEWS | 1 + 2

Re: [ovs-dev] [RFC] [PATCH] 1/1 Add multi-column index support for the Python IDL

2018-04-11 Thread Terry Wilson
On Wed, Apr 11, 2018 at 12:52 PM, Flavio Leitner wrote: > On Wed, Apr 11, 2018 at 07:23:07PM +0200, Timothy Redaelli wrote: >> On Tue, 10 Apr 2018 15:20:54 -0700 >> Ben Pfaff wrote: >> >> > On Mon, Apr 09, 2018 at 03:03:03PM -0500, twil...@redhat.com wrote: >> >

Re: [ovs-dev] [PATCH 3/3] rhel: add "force-reload-kmod" support in "ovs-systemd-reload"

2018-04-11 Thread Guru Shetty
On 11 April 2018 at 11:03, Timothy Redaelli wrote: > On Wed, 11 Apr 2018 10:05:53 -0700 > Guru Shetty wrote: > > > On 22 December 2017 at 07:00, Timothy Redaelli > > wrote: > > > > > Since you can't use "ovs-ctl force-reload-kmod" on

[ovs-dev] Atención al cliente

2018-04-11 Thread Axiomas y errores en la comunicación
Atención al cliente interno como estrategia Abril 19 - webinar Interactivo Objetivo: Tu deber es mantener una relación apropiada con ellos y ofrecerles programas de formación constantemente. No basta solo con recompensar su esfuerzo con mejoras económicas sino que debes procurar que

Re: [ovs-dev] [PATCH v1] tests: Added NSH related unit test cases for datapath

2018-04-11 Thread Ashish Varma
Sure, no problem. Thanks, Ashish On Tue, Apr 10, 2018 at 5:00 PM, Gregory Rose wrote: > On 4/6/2018 7:35 AM, Gregory Rose wrote: > >> >> >> On 4/4/2018 10:23 AM, Ben Pfaff wrote: >> >>> On Thu, Mar 29, 2018 at 04:46:09PM -0700, Ashish Varma wrote: >>> Added test

Re: [ovs-dev] [PATCH 3/3] rhel: add "force-reload-kmod" support in "ovs-systemd-reload"

2018-04-11 Thread Timothy Redaelli
On Wed, 11 Apr 2018 10:05:53 -0700 Guru Shetty wrote: > On 22 December 2017 at 07:00, Timothy Redaelli > wrote: > > > Since you can't use "ovs-ctl force-reload-kmod" on Fedora/RHEL, due > > to systemd dependencies, this commit adds the "force-reload-kmod" >

Re: [ovs-dev] [RFC] [PATCH] 1/1 Add multi-column index support for the Python IDL

2018-04-11 Thread Ben Pfaff
On Wed, Apr 11, 2018 at 02:52:51PM -0300, Flavio Leitner wrote: > On Wed, Apr 11, 2018 at 07:23:07PM +0200, Timothy Redaelli wrote: > > On Tue, 10 Apr 2018 15:20:54 -0700 > > Ben Pfaff wrote: > > > > > On Mon, Apr 09, 2018 at 03:03:03PM -0500, twil...@redhat.com wrote: > > > >

Re: [ovs-dev] Mempool issue for OVS 2.9

2018-04-11 Thread Kevin Traynor
On 04/10/2018 11:12 AM, Stokes, Ian wrote: -Original Message- From: Ilya Maximets [mailto:i.maxim...@samsung.com] Sent: Monday, 29 January, 2018 09:35 To: Jan Scheurich ; Venkatesan Pradeep ; Stokes, Ian

Re: [ovs-dev] [RFC] [PATCH] 1/1 Add multi-column index support for the Python IDL

2018-04-11 Thread Flavio Leitner
On Wed, Apr 11, 2018 at 07:23:07PM +0200, Timothy Redaelli wrote: > On Tue, 10 Apr 2018 15:20:54 -0700 > Ben Pfaff wrote: > > > On Mon, Apr 09, 2018 at 03:03:03PM -0500, twil...@redhat.com wrote: > > > From: Terry Wilson > > > > > > This adds multi-column

Re: [ovs-dev] [PATCH v10 3/3] dpif-netdev: Detection and logging of suspicious PMD iterations

2018-04-11 Thread Jan Scheurich
Hi Ilya, I would not say this is expected behavior. It seems that you are executing on a somewhat slower system (tsc clock seems to be 100/us = 0.1 GHz) and that, even with only 5 lines logged before and after, the logging output is causing so much slow down of the PMD that it continues to

[ovs-dev] Pricelist April 2018

2018-04-11 Thread Bonesca Mailing
Deze email nieuwsbrief werd in grafisch HTML formaat verzonden. Als u deze tekstversie ziet, verkiest uw email programma "gewone tekst" emails. U kan de originele nieuwsbrief online bekijken:

Re: [ovs-dev] [RFC] [PATCH] 1/1 Add multi-column index support for the Python IDL

2018-04-11 Thread Timothy Redaelli
On Tue, 10 Apr 2018 15:20:54 -0700 Ben Pfaff wrote: > On Mon, Apr 09, 2018 at 03:03:03PM -0500, twil...@redhat.com wrote: > > From: Terry Wilson > > > > This adds multi-column index support for the Python IDL that is > > similar to the feature in the C IDL. >

Re: [ovs-dev] [PATCH 3/3] rhel: add "force-reload-kmod" support in "ovs-systemd-reload"

2018-04-11 Thread Guru Shetty
On 22 December 2017 at 07:00, Timothy Redaelli wrote: > Since you can't use "ovs-ctl force-reload-kmod" on Fedora/RHEL, due to > systemd dependencies, this commit adds the "force-reload-kmod" feature on > ovs-systemd-reload. > > Signed-off-by: Timothy Redaelli

Re: [ovs-dev] [PATCH v1] Fix AUTHORS.rst

2018-04-11 Thread Ben Pfaff
On Wed, Apr 11, 2018 at 10:30:17AM +0100, lucasago...@gmail.com wrote: > From: Lucas Alvares Gomes > > The commit 9afc6f14ee7b2622703d98689acb0044d4a5492e added a new author > which name was too long that broke the column size. Runinng "make > docs-checks" was failing

Re: [ovs-dev] [RFC 0/2] dpdk: minor refactor of the initialization step

2018-04-11 Thread Mooney, Sean K
> -Original Message- > From: Kevin Traynor [mailto:ktray...@redhat.com] > Sent: Wednesday, April 11, 2018 4:03 PM > To: Aaron Conole ; Mooney, Sean K > > Cc: d...@openvswitch.org; Ilya Maximets ; Assaf > Muller

Re: [ovs-dev] [RFC 0/2] dpdk: minor refactor of the initialization step

2018-04-11 Thread Kevin Traynor
On 04/11/2018 02:21 PM, Aaron Conole wrote: > "Mooney, Sean K" writes: > >>> -Original Message- >>> From: Aaron Conole [mailto:acon...@redhat.com] >>> Sent: Monday, April 9, 2018 4:32 PM >>> To: Mooney, Sean K >>> Cc:

Re: [ovs-dev] [PATCH v8 3/6] netdev-dpdk: implement flow offload with rte flow

2018-04-11 Thread Finn Christensen
>-Original Message- >From: Stokes, Ian >Sent: 10. april 2018 21:59 >To: Shahaf Shuler ; Finn Christensen > >Cc: simon.hor...@netronome.com; ovs-dev@openvswitch.org; Chandran, >Sugesh ;

Re: [ovs-dev] [PATCH 2/2] dpdk docs: Drop file share in libvirt config.

2018-04-11 Thread Aaron Conole
Stephen Finucane writes: > On Wed, 2018-04-11 at 09:54 -0400, Aaron Conole wrote: >> Tiago Lam writes: >> >> > When explaining on how to add vhost-user ports to a guest, using >> > libvirt, the following piece of configuration is used: >> > >> >

[ovs-dev] [PATCH] stopwatch: Add latch_poll to stopwatch loop.

2018-04-11 Thread Mark Michelson
Nothing was clearing the latch, so the loop was busy. This makes it so the loop only runs on new calls to latch_set() by a separate thread. Signed-off-by: Mark Michelson --- lib/stopwatch.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/stopwatch.c

Re: [ovs-dev] [PATCH 2/2] dpdk docs: Drop file share in libvirt config.

2018-04-11 Thread Stephen Finucane
On Wed, 2018-04-11 at 09:54 -0400, Aaron Conole wrote: > Tiago Lam writes: > > > When explaining on how to add vhost-user ports to a guest, using > > libvirt, the following piece of configuration is used: > > > > > > > > > > > > > > > >

Re: [ovs-dev] [PATCH 2/2] dpdk docs: Drop file share in libvirt config.

2018-04-11 Thread Aaron Conole
Tiago Lam writes: > When explaining on how to add vhost-user ports to a guest, using > libvirt, the following piece of configuration is used: > > > > > > > > This is used to facilitate sharing of a DPDK directory between the host > and

Re: [ovs-dev] [PATCH 1/2] dpdk docs: Drop qemu-kvm for qemu-system-x86_64.

2018-04-11 Thread Aaron Conole
Tiago Lam writes: > When explaining on how to add vhost-user ports to a guest, using > libvirt, point to the qemu-system-x86_64 binary by default, instead of > using qemu-kvm. The latter has been made obsolete and dropped from a > number of distributions (although it is

Re: [ovs-dev] [RFC 0/2] dpdk: minor refactor of the initialization step

2018-04-11 Thread Aaron Conole
"Mooney, Sean K" writes: >> -Original Message- >> From: Aaron Conole [mailto:acon...@redhat.com] >> Sent: Monday, April 9, 2018 4:32 PM >> To: Mooney, Sean K >> Cc: d...@openvswitch.org; Stokes, Ian ; Kevin >>

Re: [ovs-dev] [PATCH v8 5/6] dpif-netdev: do hw flow offload in a thread

2018-04-11 Thread Shahaf Shuler
Tuesday, April 10, 2018 10:58 PM, Stokes, Ian: > Subject: RE: [PATCH v8 5/6] dpif-netdev: do hw flow offload in a thread > > > Currently, the major trigger for hw flow offload is at upcall > > handling, which is actually in the datapath. Moreover, the hw offload > > installation and modification

Re: [ovs-dev] [PATCH] netdev-dpdk: fix MAC address in port addr example

2018-04-11 Thread Marcelo Ricardo Leitner
On Wed, Apr 11, 2018 at 12:15:28PM +, Stokes, Ian wrote: > > Seems the doc just wasn't updated when they settled for a way of > > addressing this issue. > > Agreed, I've validated with a Mellanox Connect X3 pro card, 6 bytes > was expected. > > Thanks for this Marcelo, I see Timothy Redaelli

Re: [ovs-dev] [PATCH v8 2/6] dpif-netdev: retrieve flow directly from the flow mark

2018-04-11 Thread Shahaf Shuler
Tuesday, April 10, 2018 10:58 PM, Stokes, Ian: > Subject: RE: [PATCH v8 2/6] dpif-netdev: retrieve flow directly from the flow > mark > > > Subject: [PATCH v8 2/6] dpif-netdev: retrieve flow directly from the > > flow mark > > > > From: Yuanhan Liu > > > > So that we could

Re: [ovs-dev] [PATCH] netdev-dpdk: fix MAC address in port addr example

2018-04-11 Thread Stokes, Ian
> Hi Billy, > > On Wed, Apr 11, 2018 at 09:31:39AM +, O Mahony, Billy wrote: > > Hi Marcelo, > > > > I haven't used the specific cards referred to in the surrounding > > documentation but I don't think the 'mac' address format is a typo. > > > > The notation is specific to some vendor NICs

Re: [ovs-dev] [PATCH] netdev-dpdk: fix MAC address in port addr example

2018-04-11 Thread Marcelo Ricardo Leitner
Hi Billy, On Wed, Apr 11, 2018 at 09:31:39AM +, O Mahony, Billy wrote: > Hi Marcelo, > > I haven't used the specific cards referred to in the surrounding > documentation but I don't think the 'mac' address format is a typo. > > The notation is specific to some vendor NICs that have several >

Re: [ovs-dev] [PATCH 1/1] netdev-dpdk: fix RX jumbo for NICs not supporting scatter

2018-04-11 Thread Stokes, Ian
> > On 10/04/18 21:08, Stokes, Ian wrote: > >>> Currently to RX jumbo packets fails for NICs not supporting scatter. > >>> Scatter is not strictly needed for jumbo support on RX. This change > >>> fixes the issue by only enabling scatter for NICs supporting it. > >>> > >>> Reported-by: Louis Peens

Re: [ovs-dev] [PATCH 1/1] netdev-dpdk: fix RX jumbo for NICs not supporting scatter

2018-04-11 Thread Stokes, Ian
> >> Currently to RX jumbo packets fails for NICs not supporting scatter. > >> Scatter is not strictly needed for jumbo support on RX. This change > >> fixes the issue by only enabling scatter for NICs supporting it. > >> > >> Reported-by: Louis Peens > >>

Re: [ovs-dev] [PATCH 1/1] netdev-dpdk: fix RX jumbo for NICs not supporting scatter

2018-04-11 Thread Kevin Traynor
On 04/11/2018 12:10 PM, Pablo Cascón wrote: > On 10/04/18 21:08, Stokes, Ian wrote: >>> Currently to RX jumbo packets fails for NICs not supporting scatter. >>> Scatter is not strictly needed for jumbo support on RX. This change >>> fixes >>> the issue by only enabling scatter for NICs supporting

Re: [ovs-dev] [PATCH 1/1] netdev-dpdk: fix RX jumbo for NICs not supporting scatter

2018-04-11 Thread Pablo Cascón
On 10/04/18 21:08, Stokes, Ian wrote: Currently to RX jumbo packets fails for NICs not supporting scatter. Scatter is not strictly needed for jumbo support on RX. This change fixes the issue by only enabling scatter for NICs supporting it. Reported-by: Louis Peens

[ovs-dev] [PATCH 1/2] dpdk docs: Drop qemu-kvm for qemu-system-x86_64.

2018-04-11 Thread Tiago Lam
When explaining on how to add vhost-user ports to a guest, using libvirt, point to the qemu-system-x86_64 binary by default, instead of using qemu-kvm. The latter has been made obsolete and dropped from a number of distributions (although it is still available on Fedora). This has been verified

[ovs-dev] [PATCH 2/2] dpdk docs: Drop file share in libvirt config.

2018-04-11 Thread Tiago Lam
When explaining on how to add vhost-user ports to a guest, using libvirt, the following piece of configuration is used: This is used to facilitate sharing of a DPDK directory between the host and the guest. However, for this to work selinux also needs to be

Re: [ovs-dev] [PATCH] tc: Change filter error to debug once

2018-04-11 Thread Simon Horman
On Wed, Apr 11, 2018 at 10:57:30AM +0300, Roi Dayan wrote: > Also update the message to be more correct. > Before this commit if there were tc rules that are not of type > flower the log was getting filled quickyl with errors about it > and always appeared to the user when dumping flows from user

Re: [ovs-dev] [PATCH v1] Fix AUTHORS.rst

2018-04-11 Thread Daniel Alvarez Sanchez
Acked-by: Daniel Alvarez Just as a note, normally v1 is not used in the subject, that you can avoid it by using "git send-email -1 --to=d...@openvswitch.org" and it will send just the latest commit without adding the v1 tag to the email subject. On Wed, Apr 11, 2018 at

Re: [ovs-dev] [PATCH] netdev-dpdk: fix MAC address in port addr example

2018-04-11 Thread O Mahony, Billy
Hi Marcelo, I haven't used the specific cards referred to in the surrounding documentation but I don't think the 'mac' address format is a typo. The notation is specific to some vendor NICs that have several Ethernet devices sharing a single PCI bus:device.function address. In that case the

[ovs-dev] [PATCH v1] Fix AUTHORS.rst

2018-04-11 Thread lucasagomes
From: Lucas Alvares Gomes The commit 9afc6f14ee7b2622703d98689acb0044d4a5492e added a new author which name was too long that broke the column size. Runinng "make docs-checks" was failing because of that. All this patch does is to enlarge the "Name" column to fit the new

Re: [ovs-dev] [PATCH] docs: Fix 7 byte octets MAC addresses in dpdk.rst

2018-04-11 Thread Stokes, Ian
> On Mon, Apr 09, 2018 at 05:18:55PM +0200, Timothy Redaelli wrote: > > Currently the code relies on the standard 6 byte octets, but the > > documentation uses a wrong 7-byte octects. > > This commit fix the documention in order to use the correct 6 byte > > octets syntax. > > > > Fixes:

[ovs-dev] [PATCH] tc: Change filter error to debug once

2018-04-11 Thread Roi Dayan
Also update the message to be more correct. Before this commit if there were tc rules that are not of type flower the log was getting filled quickyl with errors about it and always appeared to the user when dumping flows from user space. This commit moves the error to debug and logs it only once.

Re: [ovs-dev] [PATCH] Handle gratuitous ARP requests and replies in tnl_arp_snoop()

2018-04-11 Thread Manohar Krishnappa Chidambaraswamy
Thanx Ben. -Manu On 11/04/18, 4:57 AM, "Ben Pfaff" wrote: On Thu, Apr 05, 2018 at 12:20:27PM +, Manohar Krishnappa Chidambaraswamy wrote: > Problem: > > In user-space tunneling implementation, tnl_arp_snoop() snoops only ARP > *reply* packets to

Re: [ovs-dev] [PATCH 2/3] ofproto-dpif: Improve dp_hash selection method for select groups

2018-04-11 Thread Jan Scheurich
Hi Ychen, Thanks a lot for your tests of corner cases and suggested bug fixes. I will include fixes in the next version, possibly also unit test cases for those. A bucket weight of zero should in my eyes imply no traffic to that bucket. I will check how to achieve that. I will also look into