From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Oct 2018 08:31:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,340,1534834800"; d="scan'208";a="262855314" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.49]) ([10.237.221.49]) by orsmga005.jf.intel.com with ESMTP; 04 Oct 2018 08:31:09 -0700 From: Ferruh Yigit To: Xiaoyun Li , thomas@monjalon.net, damarion@cisco.com, stephen@networkplumber.org Cc: helin.zhang@intel.com, ray.kinsella@intel.com, dev@dpdk.org References: <20180928034331.25147-1-xiaoyun.li@intel.com> <20180929021204.52432-1-xiaoyun.li@intel.com> Openpgp: preference=signencrypt Message-ID: Date: Thu, 4 Oct 2018 16:31:08 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3] ethdev: get rxq interrupt fd X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2018 15:31:12 -0000 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.