[dpdk-dev] [PATCH 2/2] uio: new driver to support PCI MSI-X

Stephen Hemminger stephen at networkplumber.org
Fri Oct 2 02:01:45 CEST 2015


On Thu, 1 Oct 2015 16:40:10 -0700
Alexander Duyck <alexander.duyck at gmail.com> wrote:

> I agree with some other reviewers.  Why call pci_enable_msix in open? 
> It seems like it would make much more sense to do this on probe, and 
> then disable MSI-X on free.  I can only assume you are trying to do it 
> to save on resources but the fact is this is a driver you have to 
> explicitly force onto a device so you would probably be safe to assume 
> that they plan to use it in the near future.

Because if interface is not up, the MSI handle doesn't have to be open.
This saves resources and avoids some races.


More information about the dev mailing list