[ovs-dev] [PATCH] ovn-northd.8.xml: fix sock path of NB and SB database.

2016-05-29 Thread Li Wei
commit 60bdd01 ("Separating OVN NB and SB database processes") introduced a separating OVN NB and SB database process, the path of sock file need to be updated. Fixes: 60bdd01 ("Separating OVN NB and SB database processes") Signed-off-by: Li Wei --- ovn/northd/ovn-northd.8

Re: [ovs-dev] [PATCH] ovn-northd.8.xml: fix sock path of NB and SB database.

2016-06-01 Thread Li Wei
Hi, On 05/31/2016 10:59 PM, Aaron Conole wrote: > Li Wei writes: > >> commit 60bdd01 ("Separating OVN NB and SB database processes") introduced >> a separating OVN NB and SB database process, the path of sock file need >> to be updated. >> >> Fixe

[ovs-dev] [PATCH v2] ovn-northd.8.xml: fix sock path of NB and SB database.

2016-06-01 Thread Li Wei
commit 60bdd01148e4 ("Separating OVN NB and SB database processes") introduced a separating OVN NB and SB database process, the path of sock files need to be updated. Fixes: 60bdd01148e4 ("Separating OVN NB and SB database processes") Signed-off-by: Li Wei --- v1 -> v2:

Re: [ovs-dev] [PATCH 1/3] netdev-dpdk: add hotplug support

2016-04-01 Thread Li Wei
Hello, On 03/28/2016 04:52 PM, Mauricio Vasquez B wrote: > In order to use dpdk ports in ovs they have to be bound to a DPDK > compatible driver before ovs is started. > > This patch adds the possibility to hotplug (or hot-unplug) a device > after ovs has been started. The implementation