Re: [dpdk-dev] [PATCH 07/40] net/virtio: move MSIX detection to PCI ethdev

2021-01-14 Thread Maxime Coquelin
On 1/6/21 9:22 AM, David Marchand wrote: > On Sun, Dec 20, 2020 at 10:14 PM Maxime Coquelin > wrote: >> >> There is no point it detecting whether we can use MSIX >> every time the interrupt is enabled/disabled/masked. >> >> Let's do it once for all at PCI device init time. >> >> Signed-off-by:

Re: [dpdk-dev] [PATCH 07/40] net/virtio: move MSIX detection to PCI ethdev

2021-01-06 Thread David Marchand
On Sun, Dec 20, 2020 at 10:14 PM Maxime Coquelin wrote: > > There is no point it detecting whether we can use MSIX > every time the interrupt is enabled/disabled/masked. > > Let's do it once for all at PCI device init time. > > Signed-off-by: Maxime Coquelin Is this a rework/fix of fe19d49cb525

Re: [dpdk-dev] [PATCH 07/40] net/virtio: move MSIX detection to PCI ethdev

2020-12-29 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Monday, December 21, 2020 5:14 AM > To: dev@dpdk.org; Xia, Chenbo ; olivier.m...@6wind.com; > amore...@redhat.com; david.march...@redhat.com > Cc: Maxime Coquelin > Subject: [PATCH 07/40] net/virtio: move MSIX detection to PCI ethdev >

[dpdk-dev] [PATCH 07/40] net/virtio: move MSIX detection to PCI ethdev

2020-12-20 Thread Maxime Coquelin
There is no point it detecting whether we can use MSIX every time the interrupt is enabled/disabled/masked. Let's do it once for all at PCI device init time. Signed-off-by: Maxime Coquelin --- drivers/net/virtio/virtio_ethdev.c | 15 --- drivers/net/virtio/virtio_pci.c| 5 -