Re: [dpdk-dev] [PATCH 0/8] Remove IPC threads

2018-06-26 Thread Zhang, Qi Z
> -Original Message- > From: Zhang, Qi Z > Sent: Tuesday, June 26, 2018 9:19 AM > To: 'Anatoly Burakov' ; dev@dpdk.org > Cc: Ananyev, Konstantin ; > tho...@monjalon.net; Richardson, Bruce > Subject: RE: [dpdk-dev] [PATCH 0/8] Remove IPC threads > >

Re: [dpdk-dev] [PATCH 0/8] Remove IPC threads

2018-06-25 Thread Zhang, Qi Z
k.org] On Behalf Of Anatoly Burakov > Sent: Friday, June 15, 2018 10:25 PM > To: dev@dpdk.org > Cc: Ananyev, Konstantin ; > tho...@monjalon.net; Richardson, Bruce > Subject: [dpdk-dev] [PATCH 0/8] Remove IPC threads > > As previously discussed [1], IPC threads need to be

[dpdk-dev] [PATCH 0/8] Remove IPC threads

2018-06-15 Thread Anatoly Burakov
As previously discussed [1], IPC threads need to be removed and their workload moved to interrupt thread. FreeBSD did not have an interrupt thread, nor did it support alarm API. This patchset adds support for both on FreeBSD. FreeBSD interrupt thread is based on kevent, FreeBSD's native event mult