> Subject: Re: [dpdk-dev] [PATCH v7 0/25] ethdev: allow unknown link speed > > There are still comments in this patchset which is doing two things: > 1/ declare unknown speed > 2/ format link infos > > Could we merge the first part in 20.08-rc1, while waiting to complete the > second part in -rc2 or 20.11? > How much both parts are related? >
+1 to get the (1), but this will lead UNKNOWN speed printed as UINT_MAX in the logs, this is what (2) is fixing. If we say printing UNKNOWN speed as UINT_MAX for this release is acceptable, I am OK to get only (1).