Commit 31ef9f5178 (timeval: Remove CACHE_TIME scheme.) removed
initialization of a rwlock which is still used for some operations.
This restores it.
---
lib/timeval.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/timeval.c b/lib/timeval.c
index 37b4353..3262397 100644
--- a/lib/timeval.c
It seems convenient and in keeping with other Open vSwtich code to use enum
ofp11_table_config as the type of the config field in struct
ofputil_table_mod.
Although the presence of OFPTC11_TABLE_MISS_MASK and need to use it as a
mask seems to make things a little untidy. And there only seems to be
On Sat, Sep 07, 2013 at 06:27:06PM -0700, Jarno Rajahalme wrote:
> This series fixes some bugs, adds meter support to ovs-ofctl, and provides
> dpif-netdev meters implmentation of the DROP band type.
>
> Jarno Rajahalme (8):
> Delete meters in the right place.
> ofproto: Use proper error code
The ovsdb-server compaction timing logic is written assuming milliscond
resolution timestamps but ovsdb-server wrote second resolution timestamps.
This commit changes ovsdb-server to write millisecond resolution timestamps
and ovsdb-tool to report millisecond timestamps.
This raises two compatibi
To make debugging easier.
---
lib/dynamic-string.c | 21 +++--
lib/dynamic-string.h |7 ++---
lib/table.c |2 +-
lib/timeval.c | 79 +
lib/timeval.h |9 ++
lib/vlog.c| 16 +
On Fri, Sep 06, 2013 at 09:28:37PM -0700, gy...@nicira.com wrote:
> From: Guolin Yang
>
> In monitor_daemon(), it set subprogram_name to "" which causes
> system crash in some platform. This change set subprogram name
> to program name.
>
> Signed-off-by: Guolin Yang
This has two effects:
On Sun, Sep 08, 2013 at 02:21:25AM +0300, Daniel Baluta wrote:
> This is a first step in implementing 'on demand flow counters'.
> We save flow_mod flags into newly created rule when a new flow
> is added, and echo them back in the flow stats request.
>
> Signed-off-by: Daniel Baluta
It's a reas