Thx for pointing it out, I'll make a note in the comment.
On Fri, Sep 5, 2014 at 2:19 PM, Pravin Shelar wrote:
> On Thu, Sep 4, 2014 at 3:17 PM, Alex Wang wrote:
> > Many of the ovs_numa_*() functions abort the program when the
> > input cpu socket or core id is invalid. This commit relaxes
>
On Thu, Sep 4, 2014 at 3:17 PM, Alex Wang wrote:
> Many of the ovs_numa_*() functions abort the program when the
> input cpu socket or core id is invalid. This commit relaxes
> the input check and makes these functions return OVS_*_UNSPEC
> when the check fails.
>
> Signed-off-by: Alex Wang
Due
Many of the ovs_numa_*() functions abort the program when the
input cpu socket or core id is invalid. This commit relaxes
the input check and makes these functions return OVS_*_UNSPEC
when the check fails.
Signed-off-by: Alex Wang
---
lib/ovs-numa.c | 77 --