Re: [ovs-dev] [PATCH] socket-util: Rate limit logs for bind attempts.

2018-08-20 Thread Ben Pfaff
Thanks, applied to master. On Mon, Aug 20, 2018 at 04:34:37PM -0700, Yifeng Sun wrote: > Looks good to me, thanks. > > Reviewed-by: Yifeng Sun > > On Mon, Aug 20, 2018 at 4:10 PM, Ben Pfaff wrote: > > > This reduces the amount of logging when higher-level code retries binding > > ports that a

Re: [ovs-dev] [PATCH] socket-util: Rate limit logs for bind attempts.

2018-08-20 Thread Yifeng Sun
Looks good to me, thanks. Reviewed-by: Yifeng Sun On Mon, Aug 20, 2018 at 4:10 PM, Ben Pfaff wrote: > This reduces the amount of logging when higher-level code retries binding > ports that are in use. > > Signed-off-by: Ben Pfaff > --- > lib/socket-util.c | 3 ++- > 1 file changed, 2 inserti

[ovs-dev] [PATCH] socket-util: Rate limit logs for bind attempts.

2018-08-20 Thread Ben Pfaff
This reduces the amount of logging when higher-level code retries binding ports that are in use. Signed-off-by: Ben Pfaff --- lib/socket-util.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/socket-util.c b/lib/socket-util.c index 504f4cd59554..df9b01a9e848 100644 ---