Re: [ovs-dev] [PATCH] util: Better document ALIGNED_CAST.

2018-09-17 Thread Ben Pfaff
On Mon, Sep 17, 2018 at 10:12:09PM -0700, Han Zhou wrote: > On Mon, Sep 17, 2018 at 10:01 PM Ben Pfaff wrote: > > > > CC: Han Zhou > > Signed-off-by: Ben Pfaff > > --- > > include/openvswitch/util.h | 10 -- > > 1 file changed, 8 insertions(+), 2 deletions(-) > > > > diff --git

Re: [ovs-dev] [PATCH] util: Better document ALIGNED_CAST.

2018-09-17 Thread Han Zhou
On Mon, Sep 17, 2018 at 10:01 PM Ben Pfaff wrote: > > CC: Han Zhou > Signed-off-by: Ben Pfaff > --- > include/openvswitch/util.h | 10 -- > 1 file changed, 8 insertions(+), 2 deletions(-) > > diff --git a/include/openvswitch/util.h b/include/openvswitch/util.h > index

[ovs-dev] Info - 18.09.2018

2018-09-17 Thread Erik Co. & GmbH
Hallo, Wir vergeben Kredite an Privatpersonen und Unternehmen. Der Zinssatz wird 3% pro Jahr betragen. Wir haben Investoren, die daran interessiert sind, Projekte mit gro�em Volumen zu finanzieren, und wir geben Darlehen ohne Vorabgeb�hr aus. Kontaktieren Sie mich mit den folgenden

Re: [ovs-dev] [PATCH] ovsdb-idlc: Use ALIGNED_CAST to avoid spurious warnings for index rows.

2018-09-17 Thread Ben Pfaff
On Thu, Sep 13, 2018 at 04:26:52PM -0700, Han Zhou wrote: > On Thu, Sep 13, 2018 at 2:54 PM Ben Pfaff wrote: > > > > On Wed, Sep 12, 2018 at 03:47:05PM -0700, Han Zhou wrote: > > > On Wed, Sep 12, 2018 at 2:18 PM Ben Pfaff wrote: > > > > > > > > On Tue, Sep 11, 2018 at 11:32:25PM -0700, Han Zhou

[ovs-dev] [PATCH] util: Better document ALIGNED_CAST.

2018-09-17 Thread Ben Pfaff
CC: Han Zhou Signed-off-by: Ben Pfaff --- include/openvswitch/util.h | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/include/openvswitch/util.h b/include/openvswitch/util.h index b4d49ee21804..9189e6480b1c 100644 --- a/include/openvswitch/util.h +++

Re: [ovs-dev] [PATCH] Update tutorial for newer versions of Faucet and Open vSwitch.

2018-09-17 Thread Ben Pfaff
On Wed, Sep 12, 2018 at 11:53:28AM +1200, Brad Cowie wrote: > Newer versions of Faucet use a dynamic OpenFlow pipeline based on what > features are enabled in the configuration file. Update log output, flow > table dumps and explanations to be consistent with newer Faucet versions. > > Remove

Re: [ovs-dev] [PATCH v3] rhel: Ship ovs shared libraries, fedora

2018-09-17 Thread Ben Pfaff
On Wed, Sep 12, 2018 at 07:55:57PM -0300, Flavio Leitner wrote: > On Wed, Sep 12, 2018 at 12:43:51PM -0700, Martin Xu wrote: > > This patch extends 4886d4d2495b (debian, rhel: Ship ovs shared libraries > > and header files) to fedora, by packaging the shared libraries in > > openvswitch and

Re: [ovs-dev] [PATCH] ofproto-dpif-xlate: Fix translation of groups with no buckets.

2018-09-17 Thread Ben Pfaff
On Thu, Sep 13, 2018 at 04:58:08PM +0200, Eelco Chaudron wrote: > > > On 2 Sep 2018, at 18:30, Ben Pfaff wrote: > > >A group can have no buckets, in which case ovs_list_back() assert-fails. > >This fixes the problem. > > > >Found by OFTest. > > > >Fixes: a04e58881e25 ("ofproto-dpif-xlate:

Re: [ovs-dev] [PATCH] dpif-netdev: Fix "execute" packet length check.

2018-09-17 Thread Ben Pfaff
On Mon, Sep 17, 2018 at 04:23:09PM +0800, wangyunjian wrote: > From: Yunjian Wang > > The length check is wrong for immediate arguments to "execute" packet. > The ethernet header length should be considered. > > Signed-off-by: Yunjian Wang > --- > lib/dpif-netdev.c | 4 +++- > 1 file changed,

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

2018-09-17 Thread Ben Pfaff
On Fri, Sep 14, 2018 at 01:12:17PM +0100, Ian Stokes wrote: > Hi Ben, > > The following changes since commit 949758946767ff79b4c3eb5eca755c6cf21643e3: > > ovs-save: Don't always include the default flow during restore (2018-09-13 > 05:19:54 -0700) > > are available in the git repository at: >

Re: [ovs-dev] [PATCH] ovn: Add DHCP support for option 252.

2018-09-17 Thread Ben Pfaff
Looks low risk, applies and builds cleanly, so I applied it to branch-2.10. On Mon, Sep 17, 2018 at 04:01:17PM -0400, Mark Michelson wrote: > Hi folks, > > Any chance that this could be a candidate for a 2.10 backport? > > On 08/20/2018 04:14 PM, Mark Michelson wrote: > >This adds DHCP support

Re: [ovs-dev] [patch v2] conntrack: Add rcu support.

2018-09-17 Thread Ben Pfaff
On Mon, Sep 17, 2018 at 02:05:49PM -0700, Darrell Ball wrote: > Add in rcu support for conntrack. At the same time, the array of > hmaps is replaced by a cmap. Using a single map also simplifies > the handling of nat and allows the removal of the nat_conn map. > There is still some cleanup to do

Re: [ovs-dev] [PATCH net-next] net: fix return type of ndo_start_xmit function

2018-09-17 Thread YueHaibing
On 2018/9/17 23:09, David Miller wrote: > > Please don't do this. > > The hard part of fixing this is not what you are doing, changing the > return type. > > The hard part is fixing each and every function to actually return > values which are members of the netdev_tx_t enumeration. > >

Re: [ovs-dev] [PATCH v4] gre: Rename fallback devices to avoid udev's interference

2018-09-17 Thread Gregory Rose
On 9/17/2018 4:34 PM, Yifeng Sun wrote: Hi Greg, Your guess is correct. The FB device is only created once. Even if more tunnels are added, there are still only one FB device. Yes, three digits should be enough in our case. Thanks, Yifeng Excellent!  Thanks for confirming.  I think if you

Re: [ovs-dev] [PATCH v4] gre: Rename fallback devices to avoid udev's interference

2018-09-17 Thread Yifeng Sun
Hi Greg, Your guess is correct. The FB device is only created once. Even if more tunnels are added, there are still only one FB device. Yes, three digits should be enough in our case. Thanks, Yifeng On Mon, Sep 17, 2018 at 2:28 PM Gregory Rose wrote: > On 9/17/2018 1:40 PM, Yifeng Sun wrote:

[ovs-dev] Máster en Dirección Comercial

2018-09-17 Thread Estrategia de ventas
--- Este correo electrónico ha sido comprobado en busca de virus por AVG. http://www.avg.com ___ dev mailing list

Re: [ovs-dev] [PATCH v4] gre: Rename fallback devices to avoid udev's interference

2018-09-17 Thread Gregory Rose
On 9/17/2018 1:40 PM, Yifeng Sun wrote: Hi Greg, I checked that the 'else' part in the above patch is actually executed. So it should be necessary to keep them. Thanks, Yifeng That's interesting but I expect that it is only executed once during creation of the FB device.  Does it continue

[ovs-dev] [patch v2] conntrack: Add rcu support.

2018-09-17 Thread Darrell Ball
Add in rcu support for conntrack. At the same time, the array of hmaps is replaced by a cmap. Using a single map also simplifies the handling of nat and allows the removal of the nat_conn map. There is still some cleanup to do and a few things to check. I'll probably split out into several

Re: [ovs-dev] [PATCH v4] gre: Rename fallback devices to avoid udev's interference

2018-09-17 Thread Yifeng Sun
Hi Greg, I checked that the 'else' part in the above patch is actually executed. So it should be necessary to keep them. Thanks, Yifeng On Mon, Sep 17, 2018 at 9:51 AM Yifeng Sun wrote: > Hi Greg, > > Sure, thanks for the review. I will work on it. > > Yifeng > > On Mon, Sep 17, 2018 at 8:49

Re: [ovs-dev] [PATCH] ovn: Add DHCP support for option 252.

2018-09-17 Thread Mark Michelson
Hi folks, Any chance that this could be a candidate for a 2.10 backport? On 08/20/2018 04:14 PM, Mark Michelson wrote: This adds DHCP support for web proxy auto detection. Signed-off-by: Mark Michelson --- ovn/lib/ovn-l7.h| 2 ++ ovn/northd/ovn-northd.c | 3 ++- ovn/ovn-nb.xml

Re: [ovs-dev] [ovs-discuss] [PATCH v2] [PATCH] QinQ: support more vlan headers.

2018-09-17 Thread Eric Garver
On Tue, Sep 11, 2018 at 01:10:09AM +, Lilijun (Jerry, Cloud Networking) wrote: > Thanks for your reply. > > In my use case, it's OVS userspace datapath with dpdk. > > My detail case was a bit complicated as follows: > 1. Start the OVS userspace datapath with dpdk in my host server. > 2. A

[ovs-dev] PLM Software Users List

2018-09-17 Thread emma . stone
style="color:rgb(0,32,96)">Hi, style="color:rgb(0,32,96)">  style="color:rgb(0,32,96)">Would you be interested in acquiring Product Lifecycle Management Software Users List for marketing or email campaign? style="color:rgb(0,32,96)">  style="color:rgb(0,32,96)">We

Re: [ovs-dev] [PATCH v4] gre: Rename fallback devices to avoid udev's interference

2018-09-17 Thread Yifeng Sun
Hi Greg, Sure, thanks for the review. I will work on it. Yifeng On Mon, Sep 17, 2018 at 8:49 AM Gregory Rose wrote: > On 9/15/2018 9:24 PM, Yifeng Sun wrote: > > On certain kernel versions, when openvswitch kernel module creates > > a gre0 interface, the kernel’s gre module will jump out and

Re: [ovs-dev] [dpdk-howl PATCH v2] netdev-dpdk: Upgrade to dpdk v18.08.0

2018-09-17 Thread Eelco Chaudron
Hi Ophir, I did some basic PVP testing root vs non-root and it all seems to work as expected (did not do any performance comparison). I do see compiler warnings about usage of deprecated DPDK functions, I guess these need to be fixed: lib/netdev-dpdk.c: In function 'netdev_dpdk_destruct':

[ovs-dev] Targeted Global B2B Companies Emails List

2018-09-17 Thread alyssa
Hello, Hope all is well! We are a database organization. We provide business executives' contact information. Below, I've included a few examples: Industry-Specific Lists: Agriculture, Business Services, Chambers of Commerce, Cities, Towns & Municipalities, Construction, Consumer

Re: [ovs-dev] [PATCH v4] gre: Rename fallback devices to avoid udev's interference

2018-09-17 Thread Gregory Rose
On 9/15/2018 9:24 PM, Yifeng Sun wrote: On certain kernel versions, when openvswitch kernel module creates a gre0 interface, the kernel’s gre module will jump out and compete to control the gre0 interface. This will cause the failure of openvswitch kernel module loading. This fix renames

Re: [ovs-dev] [PATCH net-next] net: fix return type of ndo_start_xmit function

2018-09-17 Thread David Miller
Please don't do this. The hard part of fixing this is not what you are doing, changing the return type. The hard part is fixing each and every function to actually return values which are members of the netdev_tx_t enumeration. Please fix each and every function properly. Thank you.

[ovs-dev] [PATCH] ovn: Fix IPv6 DAD failure for child ports

2018-09-17 Thread nusiddiq
From: Numan Siddique When a child vlan interface is created inside a VM, the below kernel message is seen and IPv6 doesn't work on that interface. [ 138.000753] IPv6: vlan4: IPv6 duplicate address detected! When a child port sends a broadcast packet, OVN delivers the same packet back to the

[ovs-dev] [PATCH] dpif-netdev: Fix "execute" packet length check.

2018-09-17 Thread wangyunjian
From: Yunjian Wang The length check is wrong for immediate arguments to "execute" packet. The ethernet header length should be considered. Signed-off-by: Yunjian Wang --- lib/dpif-netdev.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/dpif-netdev.c