Re: [dpdk-dev] [EXT] [PATCH] net/qede: remove interrupt reconfigure in handler

2019-07-01 Thread Shahed Shaikh
>From: David Marchand >Sent: Wednesday, June 26, 2019 1:07 PM >To: Rasesh Mody >Cc: dev@dpdk.org; sta...@dpdk.org; Shahed Shaikh >Subject: Re: [EXT] [PATCH] net/qede: remove interrupt reconfigure in handler >On Wed, Jun 26, 2019 at 12:50 AM Rasesh Mody wrote: >>Fro

Re: [dpdk-dev] [EXT] [PATCH] net/qede: remove interrupt reconfigure in handler

2019-06-26 Thread David Marchand
On Wed, Jun 26, 2019 at 12:50 AM Rasesh Mody wrote: > >From: David Marchand > >Sent: Tuesday, June 25, 2019 6:39 AM > > > >-- > >rte_intr_enable/rte_intr_disable configure the interrupt context on the > >kernel side (either uio

Re: [dpdk-dev] [EXT] [PATCH] net/qede: remove interrupt reconfigure in handler

2019-06-25 Thread Rasesh Mody
>From: David Marchand >Sent: Tuesday, June 25, 2019 6:39 AM > >-- >rte_intr_enable/rte_intr_disable configure the interrupt context on the >kernel side (either uio or vfio). >In VFIO case, calling it from the interrupt handlers tr