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: Sun, 28 Feb 2016 22:17:47 +0100 Message-ID: <2570316.jdlT7AxtCU@xps13> References: <1455399524-3252-1-git-send-email-mhall@mhcomputing.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Cunming Liang Return-path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id E94732BA4 for ; Sun, 28 Feb 2016 22:19:19 +0100 (CET) Received: by mail-wm0-f52.google.com with SMTP id l68so13758318wml.0 for ; Sun, 28 Feb 2016 13:19:19 -0800 (PST) In-Reply-To: <1455399524-3252-1-git-send-email-mhall@mhcomputing.net> 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-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