Re: [ovs-dev] [PATCH V2] jsonrpc: Notify excessive sending backlog.

2014-09-23 Thread Ben Pfaff
On Fri, Sep 19, 2014 at 01:32:55PM -0700, Alex Wang wrote: > This commit adds a log message to notify the excessive backlog > for jsonrpc. Expectedly, this message should never be printed. > > Signed-off-by: Alex Wang Acked-by: Ben Pfaff ___ dev mail

Re: [ovs-dev] [PATCH V2] jsonrpc: Notify excessive sending backlog.

2014-09-22 Thread Alex Wang
Hey Ben, Could you help look at this patch when you are available? Thx, Alex Wang, On Fri, Sep 19, 2014 at 1:32 PM, Alex Wang wrote: > This commit adds a log message to notify the excessive backlog > for jsonrpc. Expectedly, this message should never be printed. > > Signed-off-by: Alex Wang

[ovs-dev] [PATCH V2] jsonrpc: Notify excessive sending backlog.

2014-09-19 Thread Alex Wang
This commit adds a log message to notify the excessive backlog for jsonrpc. Expectedly, this message should never be printed. Signed-off-by: Alex Wang --- PATCH -> V2: - change the log level to INFO and use rate-limiter. - avoid calling list_size(). --- lib/jsonrpc.c | 10 ++ 1 file