From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH 1/2] net/virtio: access interrupt handler directly Date: Fri, 13 Jan 2017 21:51:46 +0800 Message-ID: <20170113135146.GG9770@yliu-dev.sh.intel.com> References: <1484201000-31071-1-git-send-email-yuanhan.liu@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id EE6E6F926 for ; Fri, 13 Jan 2017 14:49:30 +0100 (CET) Content-Disposition: inline In-Reply-To: <1484201000-31071-1-git-send-email-yuanhan.liu@linux.intel.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" On Thu, Jan 12, 2017 at 02:03:19PM +0800, Yuanhan Liu wrote: > Since commit 0e1b45a284b4 ("ethdev: decouple interrupt handling from > PCI device"), intr_handle is stored at eth_dev struct, that we could > use it directly. Thus there is no need to get it from hw. > > Signed-off-by: Yuanhan Liu > --- Both applied to dpdk-next-virtio. --yliu