"John Galgay" <[email protected]> writes:

> The following errors are running through the log [/var/log/messages] ... not
> continuously, but during intermittent periods.
>
> Nov 12 09:43:34 <host> kernel: BUG: using smp_processor_id() in preemptible
> [00000000] code: ovs-vswitchd/20192
> Nov 12 09:43:34 <host> kernel: caller is dp_dev_recv+0x67/0x83
> [openvswitch_mod]

It looks like we need to use get_cpu_var()/put_cpu_var() there
instead of a direct call to per_cpu_ptr().  I've filed a bug
report internally to fix this.

_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss_openvswitch.org

Reply via email to