[ovs-dev] dpdk was compiled with CONFIG_RTE_LIBRTE_VHOST_NUMA=n , but on ovs-2.8 compilation, "configure: error: unable to find libnuma, install the dependency package "

2017-09-27 Thread Joo Kim
Hello, My dpdk was compiled with CONFIG_RTE_LIBRTE_VHOST_NUMA=n (which is a default in config/common_base). But, I see following error when I compile ovs-2.8 with dpdk enabled. Is this expected? Also ignorable error? " . . . checking for library containing get_mempolicy... no configure:

Re: [ovs-dev] [PATCH v4 3/3] ovn-controller: Use separate thread for packet-in processing.

2017-09-27 Thread Han Zhou
Hi Guoshuai, Thanks for the feedback. I am glad it is useful for you. And you have a very valid point that the current patch breaks the connection status feature. I didn't think about the detailed fix yet but in general I think it might be reasonable to add a "proxy" layer of HV-local SB DB,

Re: [ovs-dev] [PATCH] ovs-lib: dont't purge corrupted DB

2017-09-27 Thread Mark Michelson
LGTM On Wed, Sep 27, 2017 at 8:46 AM Matteo Croce wrote: > In ovs-lib there is a function named upgrade_db which tries to convert a > database after OVS {up,down}grades. This function uses ovsdb-tool to > check if the DB needs to be upgraded. If the upgrade fails, > it purges

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

2017-09-27 Thread Mark Michelson
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 Neighbor Solicitation packet

Re: [ovs-dev] [PATCH v3 0/9] OVS-DPDK flow offload with rte_flow

2017-09-27 Thread Darrell Ball
On 9/27/17, 3:41 AM, "Finn Christensen" wrote: -Original Message- From: Yuanhan Liu [mailto:y...@fridaylinux.org] Sent: 27. september 2017 11:47 To: Finn Christensen Cc: Darrell Ball ;

Re: [ovs-dev] [PATCH] dpif-netdev: Fix a zero-rate bug for meter

2017-09-27 Thread Andy Zhou
On Wed, Sep 27, 2017 at 9:23 AM, Ali Volkan Atli wrote: > From 23bc166eecd6e4db7b55720cdd780012df62a0cc Mon Sep 17 00:00:00 2001 > From: Ali Volkan ATLI > Date: Wed, 27 Sep 2017 18:33:57 +0300 > Subject: [PATCH] dpif-netdev: Fix a zero-rate

Re: [ovs-dev] [merge native tunneling and patch port 1/7] ofproto-dpif: Unfreeze within clone

2017-09-27 Thread Andy Zhou
On Thu, Sep 21, 2017 at 9:44 AM, Greg Rose wrote: > On 09/12/2017 12:49 PM, Andy Zhou wrote: >> >> When translating actions within open flow clone, actions generated >> by finish_freezeing() should also be enclosed within the datapath >> clone netlink encoding. >> >>

[ovs-dev] [PATCH] dpif-netdev: Fix a zero-rate bug for meter

2017-09-27 Thread Ali Volkan Atli
>From 23bc166eecd6e4db7b55720cdd780012df62a0cc Mon Sep 17 00:00:00 2001 From: Ali Volkan ATLI Date: Wed, 27 Sep 2017 18:33:57 +0300 Subject: [PATCH] dpif-netdev: Fix a zero-rate bug for meter Open vSwitch daemon crashes (by receiving signal SIGFPE, Arithmetic

[ovs-dev] [PATCH] ovn-northd: Do not add lflows in lr_in_arp_resolve stage for disabled logical ports

2017-09-27 Thread nusiddiq
From: Numan Siddique ovn-northd is adding the below logical flow for a disabled logical port (with mac M and IP 'A') table=6 (lr_in_arp_resolve ), match=(outport == "lrp-port" && reg0 == 'A'), action=(eth.dst = 'M'; next;) In the case of openstack load balancer 'octavia'

[ovs-dev] [PATCH] ovs-lib: dont't purge corrupted DB

2017-09-27 Thread Matteo Croce
In ovs-lib there is a function named upgrade_db which tries to convert a database after OVS {up,down}grades. This function uses ovsdb-tool to check if the DB needs to be upgraded. If the upgrade fails, it purges the DB and create an empty one. ovsdb-tool returns "yes" or "no" to indicate if the DB

Re: [ovs-dev] [PATCH v3 0/9] OVS-DPDK flow offload with rte_flow

2017-09-27 Thread Finn Christensen
-Original Message- From: Yuanhan Liu [mailto:y...@fridaylinux.org] Sent: 27. september 2017 11:47 To: Finn Christensen Cc: Darrell Ball ; d...@openvswitch.org; Chandran Sugesh ; Simon Horman

Re: [ovs-dev] [PATCH v3 0/9] OVS-DPDK flow offload with rte_flow

2017-09-27 Thread Yuanhan Liu
On Wed, Sep 27, 2017 at 09:12:49AM +, Finn Christensen wrote: > > [Darrell] It looks fine; of course, if we could drop dependencies on cap > probe, it would be ideal (. > > > [Finn] > From a Napatech point of view, we would definitely want to use the > RTE_FLOW_ACTION_TYPE_RSS if it

Re: [ovs-dev] [PATCH v3 0/9] OVS-DPDK flow offload with rte_flow

2017-09-27 Thread Finn Christensen
-Original Message- From: Darrell Ball [mailto:db...@vmware.com] Sent: 27. september 2017 05:54 To: Yuanhan Liu Cc: d...@openvswitch.org; Finn Christensen ; Chandran Sugesh ; Simon Horman

Re: [ovs-dev] [PATCH V2 3/4] tc: Add header rewrite using tc pedit action

2017-09-27 Thread Simon Horman
On Mon, Sep 25, 2017 at 04:31:42PM +0300, Paul Blakey wrote: > > > On 18/09/2017 18:01, Simon Horman wrote: > >On Mon, Sep 18, 2017 at 07:16:03AM +0300, Roi Dayan wrote: > >>From: Paul Blakey > >> > >>To be later used to implement ovs action set offloading. > >> >

Re: [ovs-dev] [PATCH V2 4/4] netdev-tc-offloads: Add support for action set

2017-09-27 Thread Simon Horman
On Mon, Sep 25, 2017 at 05:48:49PM +0300, Paul Blakey wrote: > > > On 18/09/2017 18:05, Simon Horman wrote: > >On Mon, Sep 18, 2017 at 07:16:04AM +0300, Roi Dayan wrote: > >>From: Paul Blakey > >> > >>Implement support for offloading ovs action set using > >>tc header

[ovs-dev] From Mrs.Maryam.

2017-09-27 Thread mrsmaryam tukur
Dearest One, It is my pleasure to write you after much consideration since can not be able to see you face to face, at first.being the wife of late Dr Ken B.TUKUR, from ZULU in republic of SOUTH AFRICA (S.A) Iam Mrs MARYAM KEN TUKUR and my husband was a limited liability cocoa and Gold merchant