RE: [PATCH v2 5/8] xen/events: link interdomain events to associated xenbus device
From: Paul Durrant <hidden>
Date: 2021-02-11 14:27:16
Also in:
linux-block, linux-scsi, lkml, xen-devel
From: Paul Durrant <hidden>
Date: 2021-02-11 14:27:16
Also in:
linux-block, linux-scsi, lkml, xen-devel
-----Original Message----- From: Juergen Gross <jgross@suse.com> Sent: 11 February 2021 10:16 To: xen-devel@lists.xenproject.org; linux-block@vger.kernel.org; linux-kernel@vger.kernel.org; netdev@vger.kernel.org; linux-scsi@vger.kernel.org Cc: Juergen Gross <jgross@suse.com>; Konrad Rzeszutek Wilk <redacted>; Roger Pau Monné [off-list ref]; Jens Axboe [off-list ref]; Wei Liu [off-list ref]; Paul Durrant [off-list ref]; David S. Miller [off-list ref]; Jakub Kicinski [off-list ref]; Boris Ostrovsky [off-list ref]; Stefano Stabellini [off-list ref] Subject: [PATCH v2 5/8] xen/events: link interdomain events to associated xenbus device In order to support the possibility of per-device event channel settings (e.g. lateeoi spurious event thresholds) add a xenbus device pointer to struct irq_info() and modify the related event channel binding interfaces to take the pointer to the xenbus device as a parameter instead of the domain id of the other side. While at it remove the stale prototype of bind_evtchn_to_irq_lateeoi(). Signed-off-by: Juergen Gross <jgross@suse.com> Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com> Reviewed-by: Wei Liu <wei.liu@kernel.org>
Reviewed-by: Paul Durrant <paul@xen.org>