[dpdk-dev] [PATCH 5/5] uio: integrate MSI-X support

Stephen Hemminger stephen at networkplumber.org
Mon May 25 19:42:33 CEST 2015


On Mon, 25 May 2015 16:55:23 +0800
"Liang, Cunming" <cunming.liang at intel.com> wrote:

> > +			irqs.fd = intr_handle->fd;
> > +
> > +		if (ioctl(intr_handle->vfio_dev_fd, UIO_MSI_IRQ_SET, &irqs) < 0) {  
> It would be strange if using vfio_dev_fd in 'uio_msix_' related function.

Just minor variable name. The whole set of fd's etc, probably need better names..


More information about the dev mailing list