numam-dpdk/doc/guides/nics
Dmitry Kozlyuk e9b3d79b06 bus: clarify log for non-NUMA-aware devices
PCI, vmbus, and auxiliary drivers printed a warning
when NUMA node had been reported as (-1) or not reported by OS:

    EAL:   Invalid NUMA socket, default to 0

This message and its level might confuse users because the configuration
is valid and nothing happens that requires attention or intervention.
It was also printed without the device identification and with an indent
(PCI only), which is confusing unless DEBUG logging is on to print
the header message with the device name.

Reduce level to INFO, reword the message, and suppress it when there is
only one NUMA node because NUMA awareness does not matter in this case.
Also, remove the indent for PCI.

Fixes: f0e0e86aa3 ("pci: move NUMA node check from scan to probe")
Fixes: 831dba47bd ("bus/vmbus: add Hyper-V virtual bus support")
Fixes: 1afce3086c ("bus/auxiliary: introduce auxiliary bus")
Cc: stable@dpdk.org

Signed-off-by: Dmitry Kozlyuk <dkozlyuk@nvidia.com>
Reviewed-by: Viacheslav Ovsiienko <viacheslavo@nvidia.com>
Reviewed-by: Xueming Li <xuemingl@nvidia.com>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
2021-08-04 11:33:31 +02:00
..
features net/ena: rework RSS configuration 2021-07-23 17:44:09 +02:00
img net/ice: add DCF hardware initialization 2020-04-21 13:57:05 +02:00
af_packet.rst doc: fix spelling reported by aspell in guides 2019-05-03 00:37:13 +02:00
af_xdp.rst net/af_xdp: prefer busy polling 2021-03-10 18:49:32 +01:00
ark.rst net/ark: generalize meta data between FPGA and PMD 2021-03-22 16:56:27 +01:00
atlantic.rst doc: remove references to make from NICs guide 2020-10-22 22:54:05 +02:00
avp.rst doc: fix copyright notice in AVP guide 2019-11-28 03:12:55 +01:00
axgbe.rst doc: fix driver names 2020-11-03 16:23:03 +01:00
bnx2x.rst doc: fix spelling 2021-07-31 20:03:47 +02:00
bnxt.rst net/bnxt: check FW capability to support TRUFLOW 2021-07-08 02:01:56 +02:00
build_and_test.rst ethdev: refine debug build option 2021-04-01 16:10:20 +02:00
cnxk.rst net/cnxk: support raw flow pattern 2021-07-13 12:19:22 +02:00
cxgbe.rst net/cxgbe: add MAC match-all to track promiscuous traffic 2021-07-02 19:03:03 +02:00
dpaa2.rst doc: remove SDK info from DPAA2 drivers guides 2021-07-23 20:33:12 +02:00
dpaa.rst doc: fix spelling 2021-07-31 20:03:47 +02:00
e1000em.rst doc: replace testpmd with dpdk-testpmd in commands 2021-02-11 15:42:18 +01:00
ena.rst bus: clarify log for non-NUMA-aware devices 2021-08-04 11:33:31 +02:00
enetc.rst doc: fix driver names 2020-11-03 16:23:03 +01:00
enic.rst net/enic: enable GENEVE offload via VNIC configuration 2021-05-11 23:52:26 +02:00
fail_safe.rst eal: replace blacklist/whitelist options 2020-11-16 00:11:22 +01:00
features.rst doc: add power management to NIC features 2021-07-09 21:13:13 +02:00
fm10k.rst eal: replace blacklist/whitelist options 2020-11-16 00:11:22 +01:00
hinic.rst doc: fix driver names 2020-11-03 16:23:03 +01:00
hns3.rst doc: add link status event requirements in hns3 guide 2021-07-02 19:03:03 +02:00
i40e.rst doc: update recommended versions for i40e 2021-04-01 10:02:57 +02:00
ice.rst doc: update matching versions in ice guide 2021-08-02 03:48:34 +02:00
igb.rst doc: fix driver names 2020-11-03 16:23:03 +01:00
igc.rst doc: fix hyperlink in igc guide 2020-11-03 23:35:07 +01:00
index.rst net/ngbe: add build and doc infrastructure 2021-07-12 17:55:19 +02:00
intel_vf.rst net/iavf: deprecate i40evf PMD 2021-04-19 10:36:17 +02:00
ionic.rst net/ionic: clean up Tx queue version support 2021-02-03 00:48:11 +01:00
ipn3ke.rst doc: fix driver names 2020-11-03 16:23:03 +01:00
ixgbe.rst doc: replace testpmd with dpdk-testpmd in commands 2021-02-11 15:42:18 +01:00
kni.rst doc: replace testpmd with dpdk-testpmd in commands 2021-02-11 15:42:18 +01:00
liquidio.rst doc: fix driver names 2020-11-03 16:23:03 +01:00
memif.rst doc: remove references to make from NICs guide 2020-10-22 22:54:05 +02:00
mlx4.rst doc: improve lstopo tip 2021-05-21 15:42:02 +02:00
mlx5.rst net/mlx5: fix VXLAN VNI matching on ConnectX-5 2021-08-03 14:43:28 +02:00
mvneta.rst build: update meson for Marvell Armada drivers 2021-01-08 16:03:05 +01:00
mvpp2.rst net/mvpp2: add fill buffs to configuration file 2021-01-29 18:16:11 +01:00
netvsc.rst doc: fix names of UIO drivers 2021-04-22 00:06:47 +02:00
nfb.rst eal: replace blacklist/whitelist options 2020-11-16 00:11:22 +01:00
nfp.rst doc: fix multiport syntax in nfp guide 2021-04-26 11:39:08 +02:00
ngbe.rst net/ngbe: support link update 2021-07-12 17:55:21 +02:00
null.rst doc: remove references to make from NICs guide 2020-10-22 22:54:05 +02:00
octeontx2.rst doc: fix spelling 2021-07-31 20:03:47 +02:00
octeontx_ep.rst net/octeontx_ep: add build and doc infrastructure 2021-01-29 18:16:12 +01:00
octeontx.rst doc: fix driver names 2020-11-03 16:23:03 +01:00
overview.rst doc: add flow API features tables 2021-05-18 19:06:56 +02:00
pcap_ring.rst doc: fix driver names 2020-11-03 16:23:03 +01:00
pfe.rst doc: fix driver names 2020-11-03 16:23:03 +01:00
qede.rst doc: replace testpmd with dpdk-testpmd in commands 2021-02-11 15:42:18 +01:00
sfc_efx.rst net/sfc: support flow action count in transfer rules 2021-07-20 12:20:31 +02:00
softnic.rst doc: remove references to make from NICs guide 2020-10-22 22:54:05 +02:00
szedata2.rst doc: remove references to make from NICs guide 2020-10-22 22:54:05 +02:00
tap.rst eal: replace blacklist/whitelist options 2020-11-16 00:11:22 +01:00
thunderx.rst eal: replace blacklist/whitelist options 2020-11-16 00:11:22 +01:00
txgbe.rst doc: fix spelling 2021-07-31 20:03:47 +02:00
vdev_netvsc.rst doc: fix driver names 2020-11-03 16:23:03 +01:00
vhost.rst doc: remove references to make from NICs guide 2020-10-22 22:54:05 +02:00
virtio.rst doc: fix spelling 2021-07-31 20:03:47 +02:00
vmxnet3.rst doc: fix names of UIO drivers 2021-04-22 00:06:47 +02:00