From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3] ethdev: get rxq interrupt fd Date: Thu, 4 Oct 2018 16:31:08 +0100 Message-ID: References: <20180928034331.25147-1-xiaoyun.li@intel.com> <20180929021204.52432-1-xiaoyun.li@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: helin.zhang@intel.com, ray.kinsella@intel.com, dev@dpdk.org To: Xiaoyun Li , thomas@monjalon.net, damarion@cisco.com, stephen@networkplumber.org Return-path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 16FE61B4F3 for ; Thu, 4 Oct 2018 17:31:11 +0200 (CEST) In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/2/2018 11:48 AM, Ferruh Yigit wrote: > On 9/29/2018 3:12 AM, Xiaoyun Li wrote: >> Some users want to use their own epoll instances to control both >> DPDK rxq interrupt fds and their own other fds. So added a function >> to get rxq interrupt fd based on port id and queue id. >> >> Signed-off-by: Xiaoyun Li > > Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.