Re: [ovs-dev] [test log scan 1/5] netlink-socket: Don't bother logging SO_RCVBUFFORCE failure as non-root.

2013-02-01 Thread Ben Pfaff
I applied this to master. On Fri, Aug 17, 2012 at 06:21:29PM -0700, Ethan Jackson wrote: > Looks good, thanks. > > Ethan > > On Fri, Aug 17, 2012 at 4:34 PM, Ben Pfaff wrote: > > Some Open vSwitch utilities can do useful work when they are not run as > > root. Without this commit, these utilit

Re: [ovs-dev] [test log scan 1/5] netlink-socket: Don't bother logging SO_RCVBUFFORCE failure as non-root.

2012-08-17 Thread Ethan Jackson
Looks good, thanks. Ethan On Fri, Aug 17, 2012 at 4:34 PM, Ben Pfaff wrote: > Some Open vSwitch utilities can do useful work when they are not run as > root. Without this commit, these utilities will log a warning on failure > to use the SO_RCVBUFFORCE socket option if they open any Netlink soc

[ovs-dev] [test log scan 1/5] netlink-socket: Don't bother logging SO_RCVBUFFORCE failure as non-root.

2012-08-17 Thread Ben Pfaff
Some Open vSwitch utilities can do useful work when they are not run as root. Without this commit, these utilities will log a warning on failure to use the SO_RCVBUFFORCE socket option if they open any Netlink sockets. This will always happen, it does not report anything unexpected or fixable as n