On 5 December 2013 18:42, Joe Stringer <joestrin...@nicira.com> wrote:
> On systems that provide /proc/cpuinfo similar to Linux on x86, this
> should allow us to choose a better default value for the number of
> upcall handler threads---in particular, it avoids counting hyper-thread
> cores. If /proc/cpuinfo cannot be parsed for any reason, fall back to
> using sysconf().
...
> +    if (!stream) {
> +        VLOG_WARN("%s: open failed (%s)", file_name, ovs_strerror(errno));

The warning causes much of the testsuite to fail on systems that don't
have /proc/cpuinfo.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to