[PATCH v2] bus/vmbus: add device_order field to rte_vmbus_dev
Vladimir Ratnikov
vratnikov at netgate.com
Tue Jun 25 13:49:31 CEST 2024
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 at networkplumber.org> wrote:
> On Mon, 24 Jun 2024 11:15:21 +0000
> Vladimir Ratnikov <vratnikov at netgate.com> 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 <vratnikov at netgate.com>
> > ---
>
> 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.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/dev/attachments/20240625/5db5936d/attachment.htm>
More information about the dev
mailing list