Re: [ovs-dev] [PATCH v2 1/3] ovs-numa: Add dump based thread affinity functions.

2019-09-02 Thread David Marchand
On Mon, Sep 2, 2019 at 1:27 PM Ilya Maximets wrote: > > New functions to get and set CPU affinity using CPU dumps. > This will abstract OS specific implementation details from the > cross-platform code. > > Signed-off-by: Ilya Maximets > --- > lib/ovs-numa.c | 72

[ovs-dev] [PATCH v2 1/3] ovs-numa: Add dump based thread affinity functions.

2019-09-02 Thread Ilya Maximets
New functions to get and set CPU affinity using CPU dumps. This will abstract OS specific implementation details from the cross-platform code. Signed-off-by: Ilya Maximets --- lib/ovs-numa.c | 72 ++ lib/ovs-numa.h | 2 ++ 2 files changed, 69