Thanks for review! Regarding to > The patch only has the device_order field, but it is set but not used > anywhere in the DPDK. Unfortunately, It's not for DPDK usage, it's for DPDK based applications. After some time of testing, if nothing's changed in the host OS(no new devices, no removed devices) - the device list is always the same with the same order. On Tue, Jun 25, 2024 at 2:02 AM Stephen Hemminger < stephen@networkplumber.org> wrote: > On Mon, 24 Jun 2024 11:15:21 +0000 > Vladimir Ratnikov wrote: > > > Field can be used to have static interface naming > > in DPDK based applications instead of uuid. > > RTE_FOREACH_DEV won't return the correct order of > > such devices due to vmbus_ignore_device in case of > > blocklisting/allowlisting. So device_order field > > will be helpful in that case. > > > > Signed-off-by: Vladimir Ratnikov > > --- > > Not sure the order of device discovery is predictable. > The order of devices on vmbus is when they were reported by the host OS. > That is why Linux driver use other ways to have persistent naming. >