svn commit: r198306 - head/sys/net
Li, Qing
qing.li at bluecoat.com
Wed Oct 21 23:41:52 UTC 2009
I reviewed the SMP code and architecture modules last night. After discussion
with Kip Macy, we feel using the "#ifdef SMP" is actually not necessary
here.
There is one more function in the flow-table module needs to check for the
smp_started condition, but other than that, I don't intend to fix anything
else at this point.
-- Qing
>
> b.f.,
>
> I think you are right in saying those code blocks should
> have "#ifdef SMP" condition around them. I am in the
> process of make those changes.
>
> Thanks,
>
> -- Qing
>
> On Tue, Oct 20, 2009 at 8:30 PM, Ryan Stone <rysto32 at gmail.com> wrote:
> > Judging from the checkin comment, it is not intended to only
> eliminate
> > the call to sched_bind in the non-SMP case. However. you asked
> > whether it would work correctly in the non-SMP case and I answered
> > that question.
> >
> > Ryan
> >
> _______________________________________________
> freebsd-current at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-
> unsubscribe at freebsd.org"
More information about the freebsd-current
mailing list