From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/3] rte_interrupts: add rte_eal_intr_exit to shut down IRQ thread Date: Tue, 08 Mar 2016 16:09:34 +0100 Message-ID: <1687502.hfkCFZA1E7@xps13> References: <1455399524-3252-1-git-send-email-mhall@mhcomputing.net> <2570316.jdlT7AxtCU@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev@dpdk.org Return-path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 09DC72C47 for ; Tue, 8 Mar 2016 16:11:13 +0100 (CET) Received: by mail-wm0-f49.google.com with SMTP id p65so153889421wmp.1 for ; Tue, 08 Mar 2016 07:11:13 -0800 (PST) In-Reply-To: <2570316.jdlT7AxtCU@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-02-28 22:17, Thomas Monjalon: > 2016-02-13 13:38, Matthew Hall: > > There is no good way to shut down this thread from an application signal > > handler. Here we add an rte_eal_intr_exit() function to allow this. > > Please Cunming, > Would you have time to review this series about interrupt thread? > Thank you PING - reviewers wanted