From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/2] eal_interrupts: support external rxq interrupt handlers Date: Thu, 09 Mar 2017 19:10:22 +0100 Message-ID: <3002919.bpld94t7Wf@xps13> References: <1486562252-15307-1-git-send-email-shahafs@mellanox.com> <1486562252-15307-2-git-send-email-shahafs@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, adrien.mazarguil@6wind.com, nelio.laranjeiro@6wind.com To: Shahaf Shuler , ferruh.yigit@intel.com Return-path: Received: from mail-wr0-f178.google.com (mail-wr0-f178.google.com [209.85.128.178]) by dpdk.org (Postfix) with ESMTP id 4ACE92B8C for ; Thu, 9 Mar 2017 19:10:34 +0100 (CET) Received: by mail-wr0-f178.google.com with SMTP id l37so50514726wrc.1 for ; Thu, 09 Mar 2017 10:10:34 -0800 (PST) In-Reply-To: <1486562252-15307-2-git-send-email-shahafs@mellanox.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" 2017-02-08 15:57, Shahaf Shuler: > /** > + * It deletes registered eventfds. > + * > + * @param intr_handle > + * Pointer to the interrupt handle. > + */ > +void > +rte_intr_free_epoll_fd(struct rte_intr_handle *intr_handle); This patch looks OK except a miss in the EAL map files for this new function. The title should be "eal/linux: support external Rx interrupt" I think this patch should target next-net. Please Ferruh, take care of this patchset. Thanks