RE: [EXT] [PATCH v5 3/5] eal/interrupts: add IRQ count in interrupt handle

2023-06-06 Thread Harman Kalra
md.com; > nikhil.agar...@amd.com > Subject: Re: [EXT] [PATCH v5 3/5] eal/interrupts: add IRQ count in interrupt > handle > > > > On 6/6/2023 12:48 PM, Harman Kalra wrote: > > > >> -Original Message- > >> From: Nipun Gupta > >> Sent

Re: [EXT] [PATCH v5 3/5] eal/interrupts: add IRQ count in interrupt handle

2023-06-06 Thread Nipun Gupta
; harpreet.an...@amd.com; nikhil.agar...@amd.com; Nipun Gupta Subject: [EXT] [PATCH v5 3/5] eal/interrupts: add IRQ count in interrupt handle External Email -- Have total number of IRQ count support in interrupt handle. In case of VFIO

RE: [EXT] [PATCH v5 3/5] eal/interrupts: add IRQ count in interrupt handle

2023-06-06 Thread Harman Kalra
md.com; > nikhil.agar...@amd.com; Nipun Gupta > Subject: [EXT] [PATCH v5 3/5] eal/interrupts: add IRQ count in interrupt > handle > > External Email > > -- > Have total number of IRQ count support in inter

RE: [PATCH v5 3/5] eal/interrupts: add IRQ count in interrupt handle

2023-06-01 Thread Gupta, Nipun
arwal, Nikhil > Subject: Re: [PATCH v5 3/5] eal/interrupts: add IRQ count in interrupt handle > > Hi David, > > On 6/1/2023 8:55 PM, David Marchand wrote: > > > > On Thu, May 25, 2023 at 12:08 PM Nipun Gupta > wrote: > >> > >> Have total number of IR

Re: [PATCH v5 3/5] eal/interrupts: add IRQ count in interrupt handle

2023-06-01 Thread Nipun Gupta
Hi David, On 6/1/2023 8:55 PM, David Marchand wrote: On Thu, May 25, 2023 at 12:08 PM Nipun Gupta wrote: Have total number of IRQ count support in interrupt handle. In case of VFIO this IRQ count is returned when VFIO_DEVICE_GET_IRQ_INFO ioctl is invoked. This IRQ_count can used by the devic

Re: [PATCH v5 3/5] eal/interrupts: add IRQ count in interrupt handle

2023-06-01 Thread David Marchand
On Thu, May 25, 2023 at 12:08 PM Nipun Gupta wrote: > > Have total number of IRQ count support in interrupt handle. > In case of VFIO this IRQ count is returned when > VFIO_DEVICE_GET_IRQ_INFO ioctl is invoked. This IRQ_count can > used by the devices to store/provide total number of interrupts >

[PATCH v5 3/5] eal/interrupts: add IRQ count in interrupt handle

2023-05-25 Thread Nipun Gupta
Have total number of IRQ count support in interrupt handle. In case of VFIO this IRQ count is returned when VFIO_DEVICE_GET_IRQ_INFO ioctl is invoked. This IRQ_count can used by the devices to store/provide total number of interrupts available and to enable or disable these interrupts. Signed-off-