Re: [PATCH] xen/evtchn: Introduce new IOCTL to bind static evtchn

2023-05-09 Thread Rahul Singh
Hi Stefano, Thanks for the review. On 6 May 2023, at 1:52 am, Stefano Stabellini wrote: On Fri, 28 Apr 2023, Rahul Singh wrote: Xen 4.17 supports the creation of static evtchns. To allow user space application to bind static evtchns introduce new ioctl "IOCTL_EVTCHN_BIND_STATIC". Existing IOCTL

Re: [PATCH] xen/evtchn: Introduce new IOCTL to bind static evtchn

2023-05-05 Thread Stefano Stabellini
On Fri, 28 Apr 2023, Rahul Singh wrote: > Xen 4.17 supports the creation of static evtchns. To allow user space > application to bind static evtchns introduce new ioctl > "IOCTL_EVTCHN_BIND_STATIC". Existing IOCTL doing more than binding > that’s why we need to introduce the new IOCTL to only bind

Re: [PATCH] xen/evtchn: Introduce new IOCTL to bind static evtchn

2023-05-02 Thread Rahul Singh
Hi Ayan, On 28 Apr 2023, at 2:30 pm, Ayan Kumar Halder wrote: Hi Rahul, On 28/04/2023 13:36, Rahul Singh wrote: CAUTION: This message has originated from an External Source. Please use proper judgment and caution when opening attachments, clicking links, or responding to this email. Xen 4.

Re: [PATCH] xen/evtchn: Introduce new IOCTL to bind static evtchn

2023-04-28 Thread Ayan Kumar Halder
Hi Rahul, On 28/04/2023 13:36, Rahul Singh wrote: CAUTION: This message has originated from an External Source. Please use proper judgment and caution when opening attachments, clicking links, or responding to this email. Xen 4.17 supports the creation of static evtchns. To allow user space

[PATCH] xen/evtchn: Introduce new IOCTL to bind static evtchn

2023-04-28 Thread Rahul Singh
Xen 4.17 supports the creation of static evtchns. To allow user space application to bind static evtchns introduce new ioctl "IOCTL_EVTCHN_BIND_STATIC". Existing IOCTL doing more than binding that’s why we need to introduce the new IOCTL to only bind the static event channels. Also, static evtchns