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

2019-08-14 Thread William Tu
On Tue, Aug 13, 2019 at 8:30 AM 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 Acked-by: William Tu One comment inline below. > --- >

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

2019-08-13 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 | 74 +- lib/ovs-numa.h | 2 ++ 2 files changed, 75