From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id C023E1B3DE for ; Mon, 29 Jan 2018 10:39:12 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Jan 2018 01:39:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,429,1511856000"; d="scan'208";a="23278945" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.21.228]) ([10.252.21.228]) by FMSMGA003.fm.intel.com with ESMTP; 29 Jan 2018 01:39:10 -0800 To: Moti Haimovsky , pascal.mazon@6wind.com Cc: dev@dpdk.org References: <1515080670-178604-1-git-send-email-motih@mellanox.com> <1517136335-955-1-git-send-email-motih@mellanox.com> From: Ferruh Yigit Message-ID: <68333147-bbc1-9220-6331-c2321ee496dc@intel.com> Date: Mon, 29 Jan 2018 09:39:09 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <1517136335-955-1-git-send-email-motih@mellanox.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v4] net/tap: add Rx interrupts 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: Mon, 29 Jan 2018 09:39:13 -0000 On 1/28/2018 10:45 AM, Moti Haimovsky wrote: > This patch adds support for registering and waiting for Rx interrupts. > This allows applications to wait for Rx events from the PMD using the > DPDK rte_epoll subsystem. > > Signed-off-by: Moti Haimovsky Acked-by: Pascal Mazon Applied to dpdk-next-net/master, thanks.