Re: [ovs-dev] OVS DPDK: dpdk_merge pull request for branch-2.10

2018-10-12 Thread Ben Pfaff
On Fri, Oct 12, 2018 at 03:33:47PM +, Stokes, Ian wrote: > Hi Ben, > > The following changes since commit 9eaf09872cb96d4ab3fe80d23032d480442c4c2b: > > ovn-controller: Support processing DHCPv6 information request message type > (2018-10-11 17:52:43 -0700) > > are available in the git

Re: [ovs-dev] Queries on LTS Release & OVSDB Replication featureset

2018-10-12 Thread Ben Pfaff
I don't see any evidence that you've attempted to answer these questions yourself. Most of it can be easily figured out from the OVS Git repository. On Fri, Oct 12, 2018 at 09:49:52AM +, kishore.yetik...@dell.com wrote: > Dear OVS Team: > Gentle reminder. We need this info at the earliest

Re: [ovs-dev] [PATCH 1/6] connmgr: Suppress duplicate port status notifications.

2018-10-12 Thread Ben Pfaff
On Fri, Aug 24, 2018 at 10:35:16AM -0700, Ben Pfaff wrote: > When the status of a port changes, ofproto calls into connmgr to notify > controllers. Sometimes, particular changes are only visible to controllers > running specific versions of OpenFlow. Until now, OVS would send those > controllers

[ovs-dev] OVS DPDK: dpdk_merge pull request for branch-2.10

2018-10-12 Thread Stokes, Ian
Hi Ben, The following changes since commit 9eaf09872cb96d4ab3fe80d23032d480442c4c2b: ovn-controller: Support processing DHCPv6 information request message type (2018-10-11 17:52:43 -0700) are available in the git repository at: https://github.com/istokes/ovs dpdk_merge_2_10 for you to

[ovs-dev] [PATCH] dpif-netdev.at: Add datapath flow modification test.

2018-10-12 Thread Ilya Maximets
This test is intended to cover flow_put operation for datapath flow modifications. Original bug was reported here: https://mail.openvswitch.org/pipermail/ovs-dev/2018-September/352579.html And fixed by commit: 35fe9efb2f02 ("dpif-netdev: Add vlan to mask for flow_put operation.") Signed-off-by:

[ovs-dev] OVS DPDK: dpdk_merge pull request for master

2018-10-12 Thread Stokes, Ian
Hi Ben, The following changes since commit 4617d1f6bd24c543f533f6485b42ebca6b0a8371: Work around Python/C JSON unicode differences (2018-10-11 15:00:59 -0700) are available in the git repository at: https://github.com/istokes/ovs dpdk_merge for you to fetch changes up to

[ovs-dev] [PATCH] dpif-netdev.at: Add missing backslash.

2018-10-12 Thread Ilya Maximets
Lines splitted without '\' and the second line is never executed. Fixes: b10d46a60013 ("tests: Check dpif-netdev odp_actions consistency.") Signed-off-by: Ilya Maximets --- tests/dpif-netdev.at | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/tests/dpif-netdev.at

Re: [ovs-dev] Possible Regression due to "ossfuzz: Break flow test target into two targets to speed up fuzzing."

2018-10-12 Thread Ben Pfaff
On Fri, Oct 12, 2018 at 03:44:51PM +0300, Ilya Maximets wrote: > > Hi, > > > > it seems that travis-ci is failing due to a testsuite regression introduced > > by 1adcbcee8f4c ("ossfuzz: Break flow test target into two targets to speed > > up fuzzing."). > > > >

Re: [ovs-dev] [PATCH 8/8] ofproto: Handle flow monitor requests with multiple parts.

2018-10-12 Thread Ben Pfaff
On Thu, Aug 30, 2018 at 01:00:56PM -0700, Ben Pfaff wrote: > Signed-off-by: Ben Pfaff This series still needs a review. ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Re: [ovs-dev] [PATCH v7 3/3] revalidator: Rebalance offloaded flows based on the pps rate

2018-10-12 Thread Kevin Traynor
On 09/27/2018 07:48 AM, Sriharsha Basavapatna via dev wrote: > This is the third patch in the patch-set to support dynamic rebalancing > of offloaded flows. > > The dynamic rebalancing functionality is implemented in this patch. The > ukeys that are not scheduled for deletion are obtained and

Re: [ovs-dev] OVS DPDK: dpdk_merge pull request for master

2018-10-12 Thread Ben Pfaff
On Fri, Oct 12, 2018 at 03:26:57PM +, Stokes, Ian wrote: > Hi Ben, > > The following changes since commit 4617d1f6bd24c543f533f6485b42ebca6b0a8371: > > Work around Python/C JSON unicode differences (2018-10-11 15:00:59 -0700) > > are available in the git repository at: > >

Re: [ovs-dev] [PATCH] ofproto-dpif-xlate: Avoid deadlock on multicast snooping recursion.

2018-10-12 Thread Yifeng Sun
Looks good to me, thanks. Reviewed-by: Yifeng Sun On Mon, Aug 20, 2018 at 8:26 PM Ben Pfaff wrote: > Until now, OVS did multicast snooping outputs holding the read-lock on > the mcast_snooping object. This could recurse via a patch port to try to > take the write-lock on the same object,

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

2018-10-12 Thread Mark Michelson
Hi Numan, The patch does a good job of explaining the routing behavior and the tunneling problem solved within. Prior to the patch, you can have a distributed gateway router with a redirect-chassis port set on it. This allows for east-west traffic to have an optimal direct path between

[ovs-dev] Nombreux modèles

2018-10-12 Thread Location ou achat
tranquille ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Re: [ovs-dev] [dpdk-howl PATCH v5 1/2] netdev-dpdk: Upgrade to dpdk v18.08

2018-10-12 Thread Eelco Chaudron
On 10 Oct 2018, at 18:14, Ophir Munk wrote: 1. Enable compilation and linkage with dpdk 18.08.0 The following dpdk commits which were introduced after dpdk 17.11.x require OVS updates to accommodate to the dpdk changes. - ce17edde ("ethdev: introduce Rx queue offloads API") - ab3ce1e0

Re: [ovs-dev] [dpdk-howl PATCH v5 2/2] netdev-dpdk: Set scatter based on capabilities

2018-10-12 Thread Eelco Chaudron
On 10 Oct 2018, at 18:14, Ophir Munk wrote: Before this commit setting scatter offload was based on checking net_nfp device. Since DPDK 17.11 more PMD drivers are reporting offload capabilities. Therefore this commit removes the specific check against net_nfp device and replaces it with a

Re: [ovs-dev] [PATCH v6 3/3] revalidator: Rebalance offloaded flows based on the pps rate

2018-10-12 Thread Simon Horman
On Thu, Sep 27, 2018 at 12:06:42PM +0530, Sriharsha Basavapatna via dev wrote: > Hi Simon, > > Thanks for your review comments; please see my response inline. > > On Mon, Sep 24, 2018 at 8:16 PM Simon Horman > wrote: > > > > Hi Sriharsha, > > > > thanks for your patch. > > > > I am pleased to

Re: [ovs-dev] [PATCH v7 1/3] dpif-netlink: Detect Out-Of-Resource condition on a netdev

2018-10-12 Thread Simon Horman
On Thu, Sep 27, 2018 at 12:18:25PM +0530, Sriharsha Basavapatna via dev wrote: > This is the first patch in the patch-set to support dynamic rebalancing > of offloaded flows. > > The patch detects OOR condition on a netdev port when ENOSPC error is > returned by TC-Flower while adding a flow

Re: [ovs-dev] [PATCH v11 09/14] dp-packet: Add support for data "linearization".

2018-10-12 Thread Lam, Tiago
On 11/10/2018 15:50, Eelco Chaudron wrote: > Hi Tiago, > > It has been a while since I reviewed this patchset, guess before my > summer holiday ;) > I picked this patch out of the set as it does not have my acked-by, and > I assume all the other which have it did not change too much to warrant

Re: [ovs-dev] [PATCH v7 0/3] Support dynamic rebalancing of offloaded flows

2018-10-12 Thread Simon Horman
On Thu, Oct 11, 2018 at 04:01:40PM -0700, Ben Pfaff wrote: > Thanks for the revision. > > This seems basically OK at a glance but I'd like a second set of eyes. > Simon, are you willing to review this? It seems roughly in your area > too. Thanks Ben, Thanks Sriharsha, I am very pleased to see

Re: [ovs-dev] Queries on LTS Release & OVSDB Replication featureset

2018-10-12 Thread Kishore.Yetikuri
Dear OVS Team: Gentle reminder. We need this info at the earliest to decide on the right release to be chosen for our projects. Regards Kishore From: Yetikuri, Kishore Sent: Thursday, October 11, 2018 2:24 PM To: 'd...@openvswitch.org' Cc: Ghalam, Joe; Gada, Bhavini; Ayalasomayajul, Mohan;

Re: [ovs-dev] [PATCH 0/2] Add support to offload GRE tunnels

2018-10-12 Thread Simon Horman
On Thu, Oct 11, 2018 at 10:06:41AM +0300, Roi Dayan wrote: > Hi, > > The first patch is to add support to offload to GRE tunnels using tc. > THe second patch is to offload the tunnel csum option correctly. Thanks Roi, this looks good to me: Reviewed-by: Simon Horman Let me see if I can get

Re: [ovs-dev] Possible Regression due to "ossfuzz: Break flow test target into two targets to speed up fuzzing."

2018-10-12 Thread Ilya Maximets
> Hi, > > it seems that travis-ci is failing due to a testsuite regression introduced > by 1adcbcee8f4c ("ossfuzz: Break flow test target into two targets to speed > up fuzzing."). > > https://travis-ci.org/openvswitch/ovs/jobs/439811394 Hi Simon, As it was already said, this is not the patch

Re: [ovs-dev] [dpdk-howl PATCH v5 1/2] netdev-dpdk: Upgrade to dpdk v18.08

2018-10-12 Thread Kevin Traynor
On 10/10/2018 05:14 PM, Ophir Munk wrote: > 1. Enable compilation and linkage with dpdk 18.08.0 > The following dpdk commits which were introduced after dpdk 17.11.x > require OVS updates to accommodate to the dpdk changes. > - ce17edde ("ethdev: introduce Rx queue offloads API") > - ab3ce1e0