[RFC] eal: add bus cleanup to eal cleanup
Stephen Hemminger
stephen at networkplumber.org
Tue Apr 19 18:36:55 CEST 2022
On Tue, 19 Apr 2022 17:14:38 +0100
Kevin Laatz <kevin.laatz at intel.com> wrote:
> + RTE_LOG(INFO, EAL,
> + "Clean up PCI driver: %s (%x:%x) device: "PCI_PRI_FMT" (socket %i)\n",
> + drv->driver.name, dev->id.vendor_id, dev->id.device_id,
> + loc->domain, loc->bus, loc->devid, loc->function,
> + dev->device.numa_node);
> +
Looks like a debug message, do we really need more log spam?
More information about the dev
mailing list