From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] igb_uio: use non-threaded ISR Date: Thu, 30 Mar 2017 22:28:41 +0200 Message-ID: <1601764.nrObFx1ngS@xps13> References: <1484953699-3156-1-git-send-email-david.w.su@intel.com> <8b3ddb7d-668a-62e0-5d50-86b796f27978@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit , Stephen Hemminger To: David Su Return-path: Received: from mail-wr0-f175.google.com (mail-wr0-f175.google.com [209.85.128.175]) by dpdk.org (Postfix) with ESMTP id D75ED271 for ; Thu, 30 Mar 2017 22:28:43 +0200 (CEST) Received: by mail-wr0-f175.google.com with SMTP id k6so71583534wre.2 for ; Thu, 30 Mar 2017 13:28:43 -0700 (PDT) In-Reply-To: <8b3ddb7d-668a-62e0-5d50-86b796f27978@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" 2017-02-27 16:15, Ferruh Yigit: > On 1/20/2017 11:08 PM, David Su wrote: > > This eliminates the overhead of a task switch when an interrupt arrives. > > > > Signed-off-by: David Su > > Overall I agree with Stephen to switch vfio when possible but for the > cases igb_uio still required: > > Acked-by: Ferruh Yigit Applied, thanks