Re: [PATCH v2 2/2] ethdev: fix some functions are available in the new event

2025-01-17 Thread lihuisong (C)
在 2025/1/16 23:18, Thomas Monjalon 写道: 16/01/2025 12:40, Huisong Li: During probing, before the port becomes generally available, the rte_eth_dev_socket_id() and rte_eth_dev_owner_*() are available to application. Fixes: 7dcd73e37965 ("drivers/bus: set device NUMA node to unknown by default")

Re: [PATCH v2 2/2] ethdev: fix some functions are available in the new event

2025-01-16 Thread Thomas Monjalon
16/01/2025 12:40, Huisong Li: > During probing, before the port becomes generally available, the > rte_eth_dev_socket_id() and rte_eth_dev_owner_*() are available to > application. > > Fixes: 7dcd73e37965 ("drivers/bus: set device NUMA node to unknown by > default") > Fixes: 53ef1b34776b ("ethdev

[PATCH v2 2/2] ethdev: fix some functions are available in the new event

2025-01-16 Thread Huisong Li
During probing, before the port becomes generally available, the rte_eth_dev_socket_id() and rte_eth_dev_owner_*() are available to application. Fixes: 7dcd73e37965 ("drivers/bus: set device NUMA node to unknown by default") Fixes: 53ef1b34776b ("ethdev: add sanity checks in control APIs") Cc: sta