From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [RFC 0/8] remove IPC threads Date: Thu, 19 Apr 2018 17:22:23 +0200 Message-ID: <2792230.YcD1pZkY78@xps> References: <1524150216-3407-1-git-send-email-jianfeng.tan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, anatoly.burakov@intel.com To: Jianfeng Tan Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 3CA1D56A1 for ; Thu, 19 Apr 2018 17:22:26 +0200 (CEST) In-Reply-To: <1524150216-3407-1-git-send-email-jianfeng.tan@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 19/04/2018 17:03, Jianfeng Tan: > As discussed here, http://dpdk.org/dev/patchwork/patch/36579/, we will > try best to avoid thread creation in the library. Now we have two threads > for IPC, rte_mp_handle and rte_mp_handle_async. This patchset is to > finish the job. Thanks for working on it. > This patchset: > - is rebased on commit 34345a9b69bb ("eventdev: fix build with icc"). > - also needs http://dpdk.org/dev/patchwork/patch/37335/ > > Patch 1~2: code cleanup and bug fix. (Target for v18.05) > Patch 3~4: Remove IPC async thread. (Target for v18.08) > Patch 5~8: Remove IPC thread. (Target for v18.08) You should send fixes for 18.05 in a separate series. It is preferred to merge full series or nothing.