[dpdk-dev] [PATCH v2 10/16] Added support for selecting VFIO interrupt type from EAL command-line
Thomas Monjalon
thomas.monjalon at 6wind.com
Thu May 22 14:34:33 CEST 2014
2014-05-19 16:51, Anatoly Burakov:
> Unlike igb_uio, VFIO interrupt type is not set by kernel module
> parameters but is set up via ioctl() calls at runtime. This warrants
> a new EAL command-line parameter. It will have no effect if VFIO is
> not compiled, but will set VFIO interrupt type to either "legacy" or
> "msix" if VFIO support is compiled. Note that VFIO initialization will
> fail if the interrupt type selected is not supported by the system.
>
> Signed-off-by: Anatoly Burakov <anatoly.burakov at intel.com>
> + }
> else if (!strcmp(lgopts[option_index].name, OPT_CREATE_UIO_DEV))
another code style issue reported by checkpatch.pl ;)
But it should be fixed by removing this code as Stephen suggests.
--
Thomas
More information about the dev
mailing list