Re: [ovs-dev] [PATCH v2 3/3] dpdk: Use ovs-numa provided functions to manage thread affinity.

2019-09-02 Thread David Marchand
On Mon, Sep 2, 2019 at 3:38 PM Ilya Maximets wrote: > > On 02.09.2019 16:17, David Marchand wrote: > > On Mon, Sep 2, 2019 at 3:15 PM Ilya Maximets wrote: > >> > >> On 02.09.2019 16:09, David Marchand wrote: > >>> On Mon, Sep 2, 2019 at 1:27 PM Ilya Maximets > >>> wrote: > > This

Re: [ovs-dev] [PATCH v2 3/3] dpdk: Use ovs-numa provided functions to manage thread affinity.

2019-09-02 Thread Ilya Maximets
On 02.09.2019 16:17, David Marchand wrote: > On Mon, Sep 2, 2019 at 3:15 PM Ilya Maximets wrote: >> >> On 02.09.2019 16:09, David Marchand wrote: >>> On Mon, Sep 2, 2019 at 1:27 PM Ilya Maximets wrote: This allows to decrease code duplication and avoid using Linux-specific

Re: [ovs-dev] [PATCH v2 3/3] dpdk: Use ovs-numa provided functions to manage thread affinity.

2019-09-02 Thread David Marchand
On Mon, Sep 2, 2019 at 3:15 PM Ilya Maximets wrote: > > On 02.09.2019 16:09, David Marchand wrote: > > On Mon, Sep 2, 2019 at 1:27 PM Ilya Maximets wrote: > >> > >> This allows to decrease code duplication and avoid using Linux-specific > >> functions (this might be useful in the future if we'll

Re: [ovs-dev] [PATCH v2 3/3] dpdk: Use ovs-numa provided functions to manage thread affinity.

2019-09-02 Thread Ilya Maximets
On 02.09.2019 16:09, David Marchand wrote: > On Mon, Sep 2, 2019 at 1:27 PM Ilya Maximets wrote: >> >> This allows to decrease code duplication and avoid using Linux-specific >> functions (this might be useful in the future if we'll try to allow >> running OvS+DPDK on FreeBSD). >> >>

Re: [ovs-dev] [PATCH v2 3/3] dpdk: Use ovs-numa provided functions to manage thread affinity.

2019-09-02 Thread David Marchand
On Mon, Sep 2, 2019 at 1:27 PM Ilya Maximets wrote: > > This allows to decrease code duplication and avoid using Linux-specific > functions (this might be useful in the future if we'll try to allow > running OvS+DPDK on FreeBSD). > > Signed-off-by: Ilya Maximets > Acked-by: William Tu > --- >

[ovs-dev] [PATCH v2 3/3] dpdk: Use ovs-numa provided functions to manage thread affinity.

2019-09-02 Thread Ilya Maximets
This allows to decrease code duplication and avoid using Linux-specific functions (this might be useful in the future if we'll try to allow running OvS+DPDK on FreeBSD). Signed-off-by: Ilya Maximets Acked-by: William Tu --- lib/dpdk.c | 27 --- 1 file changed, 12