[ovs-dev] [PATCH] docs: fix typo in testing.rst

2017-02-20 Thread Lance Richardson
Coverage section refers to "check-lcoc" target, should be "check-lcov". Signed-off-by: Lance Richardson --- Documentation/topics/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/topics/testing.rst

Re: [ovs-dev] [PATCH 2/2] rhel-systemd: Document systemd behavior

2017-02-20 Thread Flavio Leitner
On Wed, Feb 08, 2017 at 05:28:22PM +0100, Eelco Chaudron wrote: > This is a follow up patch to document the systemd behavior including > the change introduced by the "rhel-systemd: Restart openvswitch > service if a daemon crashes", still under review. > > Signed-off-by: Eelco Chaudron

Re: [ovs-dev] [PATCH] rhel-systemd: Restart openvswitch service if a daemon crashes

2017-02-20 Thread Flavio Leitner
On Tue, Feb 07, 2017 at 01:38:05PM +0100, Eelco Chaudron wrote: > Currently if either ovsdb-server or ovs-vswitchd is crashing the > daemon is not restarting leaving the system in faulty state. > This patch will detect the daemon crash and will restart the > openvswitch service. > > Here is a

Re: [ovs-dev] [PATCH v3] dpif-netdev: Change definitions of 'idle' & 'processing' cycles

2017-02-20 Thread Loftus, Ciara
> > On 02/17/2017 10:39 AM, Ciara Loftus wrote: > > Instead of counting all polling cycles as processing cycles, only count > > the cycles where packets were received from the polling. > > > > Signed-off-by: Georg Schmuecking > > Signed-off-by: Ciara Loftus

[ovs-dev] [PATCH v4] dpif-netdev: Change definitions of 'idle' & 'processing' cycles

2017-02-20 Thread Ciara Loftus
Instead of counting all polling cycles as processing cycles, only count the cycles where packets were received from the polling. Signed-off-by: Georg Schmuecking Signed-off-by: Ciara Loftus Co-authored-by: Georg Schmuecking

[ovs-dev] [PATCH] ofproto-dpif-xlate: Allow sending BFD messages even when RSTP port is not forwarding

2017-02-20 Thread Mika Väisänen
Interworking of BFD and RSTP does not work, as currently BFD messages are dropped if RSTP port is not in forwarding mode. To correct this problem, an extra check is added to allow BFD messages to be sent even when rstp_forward_state is false. Note: This patch is made against branch-2.5.

[ovs-dev] [PATCH] python: Fix Chinese characters UnicodeEncodeError exception

2017-02-20 Thread Guoshuai Li
The OVSDB client may send or recv Chinese characters. So we should use UTF-8 encoding data for send or recv by default. Signed-off-by: Guoshuai Li --- python/ovs/jsonrpc.py | 9 - python/ovs/stream.py | 8 2 files changed, 8 insertions(+), 9 deletions(-)

[ovs-dev] [PATCH] doc: Fix issues.rst formatting typo.

2017-02-20 Thread nickcooper-zhangtonghao
The preformatted block is only finished when the text falls back to the same indentation level as a paragraph prior to the preformatted block. Signed-off-by: nickcooper-zhangtonghao --- Documentation/faq/issues.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)