Re: [ovs-dev] [PATCH net-next v9] openvswitch: enable NSH support

2017-09-28 Thread Yang, Yi
On Fri, Sep 29, 2017 at 02:28:38AM +0800, Pravin Shelar wrote: > On Tue, Sep 26, 2017 at 6:39 PM, Yang, Yi wrote: > > On Tue, Sep 26, 2017 at 06:49:14PM +0800, Jiri Benc wrote: > >> On Tue, 26 Sep 2017 12:55:39 +0800, Yang, Yi wrote: > >> > After push_nsh, the packet won't be recirculated to flow

Re: [ovs-dev] [branch-2.8 2/2] Prepare for 2.8.2.

2017-09-28 Thread Justin Pettit
> On Sep 26, 2017, at 3:58 PM, Ben Pfaff wrote: > > On Tue, Sep 26, 2017 at 01:37:37PM -0700, Justin Pettit wrote: >> Signed-off-by: Justin Pettit > > Acked-by: Ben Pfaff Thanks. I pushed the series to branch-2.8. --Justin ___ dev mailing list

Re: [ovs-dev] [PATCH] dpif-netdev: Use portable error code for zero rate meter band

2017-09-28 Thread Joe Stringer
On 28 September 2017 at 12:39, Andy Zhou wrote: > 'EBADRQC' is only defined on the Linux platform. Without this fix, > The travis MacOS build fails. Switching to using EDOM which is more > portable. > > Fixes: 2029ce9ac3a601 (dpif-netdev: Fix a zero-rate bug for meter) > CC: Ali Volkan ATLI > Sig

Re: [ovs-dev] [PATCH v4 2/2] ofproto-dpif-ipfix: add interface Information Elements to flow key

2017-09-28 Thread Greg Rose
On 09/26/2017 04:53 AM, Michal Weglicki wrote: Extend flow key part of data record to include following Information Elements: - ingressInterface - ingressInterfaceType - egressInterface - egressInterfaceType - interfaceName - interfaceDescription Michal, I'm testing this patch and so far it lo

Re: [ovs-dev] [PATCH] connmgr: Fix violation of flow monitoring protocol description.

2017-09-28 Thread Ben Pfaff
On Thu, Sep 28, 2017 at 02:35:41PM -0700, Guru Shetty wrote: > On 28 September 2017 at 10:38, Ben Pfaff wrote: > > > nicira-ext.h says: > > > > * 1. OVS sends an NXT_FLOW_MONITOR_PAUSED message to the controller, > > following > > *all the already queued notifications. After it receives th

[ovs-dev] Recursos Humanos Rumbo al 2018

2017-09-28 Thread Un poco de Presión siempre ayuda
Buenas tardes, En gusto compartirle la información de nuestra más reciente Póliza de Capacitación Online que se encuentra en fase de PREVENTA con un precio especial ¡a casi 40% del precio real! Este programa está orientado a todo el personal involucrado con los Recursos Humanos de su empresa y

Re: [ovs-dev] [PATCH] connmgr: Fix violation of flow monitoring protocol description.

2017-09-28 Thread Guru Shetty
On 28 September 2017 at 10:38, Ben Pfaff wrote: > nicira-ext.h says: > > * 1. OVS sends an NXT_FLOW_MONITOR_PAUSED message to the controller, > following > *all the already queued notifications. After it receives this > message, > *the controller knows that its view of the flow table,

Re: [ovs-dev] [PATCH] ovn/actions: Improve OVN load-balancing performance.

2017-09-28 Thread Guru Shetty
On 28 September 2017 at 13:48, Ben Pfaff wrote: > On Thu, Sep 28, 2017 at 01:58:04AM -0700, Gurucharan Shetty wrote: > > Currently, we send the first packet of every new connection > > to userspace to figure out the target IP address of load-balancing. > > > > With this patch, we use the selectio

Re: [ovs-dev] [PATCH] ovn/actions: Improve OVN load-balancing performance.

2017-09-28 Thread Ben Pfaff
On Thu, Sep 28, 2017 at 01:58:04AM -0700, Gurucharan Shetty wrote: > Currently, we send the first packet of every new connection > to userspace to figure out the target IP address of load-balancing. > > With this patch, we use the selection method of dp_hash to prevent > that situation. > > Signe

Re: [ovs-dev] [PATCH] datapath-windows: Fix bugs in cleaner threads

2017-09-28 Thread Guru Shetty
On 22 September 2017 at 14:24, Shashank Ram wrote: > Conntrack, Conntrack-related, Stt, and IP fragmentation > have cleaner threads that run periodically to clean > up their respective tables. During driver unload, > OvsExtDetach() calls into routines that are meant > for explicitly cleaning thes

[ovs-dev] [PATCH] dpif-netdev: Use portable error code for zero rate meter band

2017-09-28 Thread Andy Zhou
'EBADRQC' is only defined on the Linux platform. Without this fix, The travis MacOS build fails. Switching to using EDOM which is more portable. Fixes: 2029ce9ac3a601 (dpif-netdev: Fix a zero-rate bug for meter) CC: Ali Volkan ATLI Signed-off-by: Andy Zhou --- lib/dpif-netdev.c | 2 +- ofp

[ovs-dev] [PATCH] ovn/actions: Improve OVN load-balancing performance.

2017-09-28 Thread Gurucharan Shetty
Currently, we send the first packet of every new connection to userspace to figure out the target IP address of load-balancing. With this patch, we use the selection method of dp_hash to prevent that situation. Signed-off-by: Gurucharan Shetty --- ovn/lib/actions.c | 2 +- 1 file changed, 1 ins

[ovs-dev] New Arrivals

2017-09-28 Thread Bonesca - Jona
  [ View in browser ]( http://r.newsletter.bonescamail.nl/7xa28jy3ioatrf.html )     [ ]( http://r.newsletter.bonescamail.nl/track/click/vp48y7sdpaoatrd )    New arrivals :   Tomorrow and Monday unloading.   Jona Trevally Indonesia IWP 500-1000 grs & 1-3 kg 10 kilo / 3-5 kg in 20 kilo box J

Re: [ovs-dev] [PATCH net-next v9] openvswitch: enable NSH support

2017-09-28 Thread Pravin Shelar
On Tue, Sep 26, 2017 at 6:39 PM, Yang, Yi wrote: > On Tue, Sep 26, 2017 at 06:49:14PM +0800, Jiri Benc wrote: >> On Tue, 26 Sep 2017 12:55:39 +0800, Yang, Yi wrote: >> > After push_nsh, the packet won't be recirculated to flow pipeline, so >> > key->eth.type must be set explicitly here, but for po

[ovs-dev] [PATCH] connmgr: Fix violation of flow monitoring protocol description.

2017-09-28 Thread Ben Pfaff
nicira-ext.h says: * 1. OVS sends an NXT_FLOW_MONITOR_PAUSED message to the controller, following *all the already queued notifications. After it receives this message, *the controller knows that its view of the flow table, as represented by *flow monitor notifications, is incompl

[ovs-dev] Fwd: [dpdk-dev] DPDK Community Survey 2017

2017-09-28 Thread Kevin Traynor
Hi, DPDK is doing a community survey. It's a good opportunity for developers and users of OVS with the DPDK datapath to give feedback on how to improve DPDK. Note it's only open until Sunday. Kevin. Forwarded Message Subject: [dpdk-dev] DPDK Community Survey 2017 Date: Fri, 22

Re: [ovs-dev] [RFC PATCH v1] docs: Add release feature roadmap.

2017-09-28 Thread Stokes, Ian
Thanks for the review Stephen, This document was raised at the OVS DPDK community sync and it was decided not to proceed further with it (mainly due to the overhead entailed in maintaining it and frequency of modifications to the doc that may occur at). Instead roadmaps are going to be flagged

Re: [ovs-dev] [RFC PATCH v1] docs: Add release feature roadmap.

2017-09-28 Thread Stephen Finucane
On Wed, 2017-09-13 at 22:04 +0100, Ian Stokes wrote: > Add a document to outline the roadmap of features contributors are targeting > for upcoming OVS releases. > > Signed-off-by: Ian Stokes > --- > Documentation/automake.mk |1 + > Documentation/faq/index.rst

Re: [ovs-dev] [PATCH v2] docs: Add references to git-pw

2017-09-28 Thread Stephen Finucane
On Thu, 2017-09-28 at 08:44 -0700, Ben Pfaff wrote: > On Thu, Sep 28, 2017 at 04:36:04PM +0100, Stephen Finucane wrote: > > On Mon, 2017-09-04 at 14:09 +0100, Stephen Finucane wrote: > > > Now that Patchwork 2.0 is out, folks can start to take advantage of some > > > of the new features that it off

Re: [ovs-dev] [PATCH v2] docs: Add references to git-pw

2017-09-28 Thread Ben Pfaff
On Thu, Sep 28, 2017 at 04:36:04PM +0100, Stephen Finucane wrote: > On Mon, 2017-09-04 at 14:09 +0100, Stephen Finucane wrote: > > Now that Patchwork 2.0 is out, folks can start to take advantage of some > > of the new features that it offers. Chief among these is series support, > > which is only

Re: [ovs-dev] [PATCH v2] docs: Add references to git-pw

2017-09-28 Thread Stephen Finucane
On Mon, 2017-09-04 at 14:09 +0100, Stephen Finucane wrote: > Now that Patchwork 2.0 is out, folks can start to take advantage of some > of the new features that it offers. Chief among these is series support, > which is only exposed via the web UI and new REST API and which, in > turn, necessitates

Re: [ovs-dev] Proposal for enabling dp_hash irrespective of OF version

2017-09-28 Thread Ben Pfaff
Hmm, OK. Dropping back to a previous suggestion, why do you think it is a big deal for a controller to use OF1.5 style group_mods in OF1.1 to OF1.4? It is generally a simple matter of sending a different header indicating a Nicira Extension. The controller will need modification in any case to su

[ovs-dev] [PATCH v2 4/4] netdev-dpdk: Reword mp_size as n_mbufs.

2017-09-28 Thread antonio . fischetti
From: Antonio Fischetti Rename mp_size as n_mbufs in dpdk_mp structure. This parameter is passed to rte mempool creation functions and is meant to contain the number of elements inside the requested mempool. CC: Ciara Loftus CC: Kevin Traynor CC: Aaron Conole Signed-off-by: Antonio Fischetti

[ovs-dev] [PATCH v2 3/4] netdev-dpdk: assert mempool names.

2017-09-28 Thread antonio . fischetti
From: Antonio Fischetti CC: Ciara Loftus CC: Kevin Traynor CC: Aaron Conole Signed-off-by: Antonio Fischetti --- lib/netdev-dpdk.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/netdev-dpdk.c b/lib/netdev-dpdk.c index 25fb9a8..dded37f 100644 --- a/lib/netdev-dpdk.

[ovs-dev] [PATCH v2 2/4] netdev-dpdk: if mempool already exists don't reinit packet areas.

2017-09-28 Thread antonio . fischetti
From: Antonio Fischetti Skip initialization of mempool objects if this was already done in a previous call to dpdk_mp_create. CC: Ciara Loftus CC: Kevin Traynor CC: Aaron Conole Signed-off-by: Antonio Fischetti --- lib/netdev-dpdk.c | 10 +- 1 file changed, 5 insertions(+), 5 deleti

[ovs-dev] [PATCH v2 1/4] netdev-dpdk: fix mempool management with vhu client.

2017-09-28 Thread antonio . fischetti
From: Antonio Fischetti In a PVP test where vhostuser ports are configured as clients, OvS crashes when QEMU is launched. This patch avoids the repeated calls to netdev_change_seq_changed after the requested mempool is already acquired. CC: Kevin Traynor CC: Aaron Conole Reported-by: Ciara Lof

Re: [ovs-dev] [PATCH 3/4] netdev-dpdk: log an err message when a mempool name is empty.

2017-09-28 Thread Fischetti, Antonio
> -Original Message- > From: Darrell Ball [mailto:db...@vmware.com] > Sent: Tuesday, September 26, 2017 9:22 PM > To: Fischetti, Antonio ; d...@openvswitch.org > Subject: Re: [ovs-dev] [PATCH 3/4] netdev-dpdk: log an err message when a > mempool name is empty. > > > > On 9/26/17, 8:06 A

Re: [ovs-dev] [PATCH 2/4] netdev-dpdk: if mempool already exists don't reinit packet areas.

2017-09-28 Thread Fischetti, Antonio
> -Original Message- > From: Darrell Ball [mailto:db...@vmware.com] > Sent: Tuesday, September 26, 2017 9:02 PM > To: Fischetti, Antonio ; d...@openvswitch.org > Subject: Re: [ovs-dev] [PATCH 2/4] netdev-dpdk: if mempool already exists > don't > reinit packet areas. > > > > On 9/26/17,

Re: [ovs-dev] [PATCH 1/4] netdev-dpdk: fix mempool management with vhu client.

2017-09-28 Thread Fischetti, Antonio
Thanks Darrell, replies inline. -Antonio > -Original Message- > From: Darrell Ball [mailto:db...@vmware.com] > Sent: Tuesday, September 26, 2017 9:04 PM > To: Fischetti, Antonio ; d...@openvswitch.org > Subject: Re: [ovs-dev] [PATCH 1/4] netdev-dpdk: fix mempool management with > vhu > c

[ovs-dev] Greetings with Confidence

2017-09-28 Thread Kelvin Sotire
Greetings my name is Kelvin Sotire, i am writing to seek your assistance in the trasnfer of fund. i am treasurere to mikhail khodorkovsky, the russian billionaire, the russian oil tycoon. i need a reliable hand for a transfer 25,000,000 USD and automatic investment of the fund immediately after tr

Re: [ovs-dev] [PATCH v8 4/4] ovn: Generate Neighbor Solicitation packet for unknown MAC IPv6 packets

2017-09-28 Thread Numan Siddique
On Thu, Sep 28, 2017 at 2:12 AM, Mark Michelson wrote: > > > On Thu, Sep 21, 2017 at 11:12 AM wrote: > >> From: Numan Siddique >> >> In the router ingress pipeline, if the destination mac is unresolved >> by the time the packet reaches the ARP_REQUEST stage, OVN should generate >> an >> IPv6 Ne