From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v12] eal_interrupts: add option for pending callback unregister Date: Wed, 27 Mar 2019 19:01:09 +0100 Message-ID: <2461195.sM7h6ISGy9@xps> References: <20190321100832.6180-1-jgrajcia@cisco.com> <20190322115236.4189-1-jgrajcia@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jakub Grajciar Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id ACB5058CB for ; Wed, 27 Mar 2019 19:01:13 +0100 (CET) In-Reply-To: <20190322115236.4189-1-jgrajcia@cisco.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" 22/03/2019 12:52, Jakub Grajciar: > use case: if callback is used to receive message form socket, > and the message received is disconnect/error, this callback needs > to be unregistered, but cannot because it is still active. > > With this patch it is possible to mark the callback to be > unregistered once the interrupt process is done with this > interrupt source. > > Signed-off-by: Jakub Grajciar Applied, thanks