Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jun 2016 13:26:55 +0200
From:      Roger Pau =?iso-8859-1?Q?Monn=E9?= <royger@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r301198 - head/sys/dev/xen/netfront
Message-ID:  <20160602112655.bdxb4v3qxqhydkrx@mac>
In-Reply-To: <201606021116.u52BGajD047287@repo.freebsd.org>
References:  <201606021116.u52BGajD047287@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jun 02, 2016 at 11:16:36AM +0000, Roger Pau Monné wrote:
> Author: royger
> Date: Thu Jun  2 11:16:35 2016
> New Revision: 301198
> URL: https://svnweb.freebsd.org/changeset/base/301198
> 
> Log:
>   xen-netfront: switch to using an interrupt handler
>   
>   In order to use custom taskqueues we would have to mask the interrupt, which
>   is basically what is already done for an interrupt handler, or else we risk
>   loosing interrupts. This switches netfront to the same interrupt handling
>   that was done before multiqueue support was added.
>   
>   Reviewed by:	Wei Liu <wei.liu2@citrix.com>
>   Sponsored by:	Citrix Systems R&D

Differential revision: https://reviews.freebsd.org/D6609



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160602112655.bdxb4v3qxqhydkrx>