From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] eal: add counter size for efd clean Date: Tue, 07 Nov 2017 01:41:09 +0100 Message-ID: <2746663.Wz2itrXseX@xps> References: <1502636600-46889-1-git-send-email-jingjing.wu@intel.com> <1503540656-104421-1-git-send-email-jingjing.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Tan, Jianfeng" To: "Wu, Jingjing" Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id B7AB21B33E for ; Tue, 7 Nov 2017 01:41:10 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 04/09/2017 04:49, Tan, Jianfeng: > From: Wu, Jingjing > > > > For virtual device, the rte_intr_handle struct is > > initialized by the virtual device driver, including > > the event fd assignment. If the event fd need to be > > read for clean, an argument is required for the proper > > event fd read. > > > > This patch adds efd_counter_size in rte_intr_handle > > struct to tell the rx interrupt process the read size. > > > > Signed-off-by: Jingjing Wu > > Reviewed-by: Jianfeng Tan I am not convinced at all by the whole interrupt management codebase. But waiting longer for applying a patch will not improve the situation :) Applied, thanks Reworded title: eal/linux: add interrupt counter size for vdev