[dpdk-dev] [PATCH v2 3/3] bus/pci: only consider usable devices to select IOVA mode
Stephen Hemminger
stephen at networkplumber.org
Thu Jul 4 19:14:18 CEST 2019
On Fri, 14 Jun 2019 11:39:17 +0200
David Marchand <david.marchand at redhat.com> wrote:
> /* Supports only RTE_KDRV_NIC_UIO */
> + if (pdev->kdrv != RTE_KDRV_NIC_UIO)
> + RTE_LOG(DEBUG, EAL, "Unsupported kernel driver? Defaulting to IOVA as 'PA'\n");
Maybe NOTICE level, rather than DEBUG which is usually suppressed.
> + } else if (is_vfio_noiommu_enabled != 0) {
> + RTE_LOG(DEBUG, EAL, "Forcing to 'PA', vfio-noiommu mode configured\n");
ditto
More information about the dev
mailing list