From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH resend 3/3] pciif: add multi-vector-MSI command Date: Thu, 08 Aug 2013 10:02:36 +0100 Message-ID: References: <51E5395002000078000E54B2@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <51E5395002000078000E54B2@nat28.tlf.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich , xen-devel Cc: xiantao.zhang@intel.com List-Id: xen-devel@lists.xenproject.org On 16/07/2013 11:15, "Jan Beulich" wrote: > The requested vector count is to be passed in struct xen_pci_op's info > field. Upon failure, if a smaller vector count might work, the backend > will pass that smaller count in the value field (which so far is always > being set to zero in the error path). > > Signed-off-by: Jan Beulich Acked-by: Keir Fraser