Re: [dpdk-dev] [PATCH v7 0/25] ethdev: allow unknown link speed

2020-07-10 Thread Ivan Dyukov
10.07.2020 18:02, Thomas Monjalon пишет: > There are still comments in this patchset which is doing two things: > 1/ declare unknown speed > 2/ format link infos 3/ update drivers with unknown speed. this patchset contains only Intel drivers. remaining drivers will be provided later.

Re: [dpdk-dev] [PATCH v7 0/25] ethdev: allow unknown link speed

2020-07-10 Thread Thomas Monjalon
10/07/2020 17:47, Yigit, Ferruh: > > 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 > > > &

Re: [dpdk-dev] [PATCH v7 0/25] ethdev: allow unknown link speed

2020-07-10 Thread Yigit, Ferruh
> 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

Re: [dpdk-dev] [PATCH v7 0/25] ethdev: allow unknown link speed

2020-07-10 Thread Thomas Monjalon
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?

[dpdk-dev] [PATCH v7 0/25] ethdev: allow unknown link speed

2020-07-10 Thread Ivan Dyukov
MAINTAINERS | 1 + app/proc-info/main.c | 9 ++ app/test-pipeline/init.c | 11 --- app/test-pmd/config.c| 20 - app/test-pmd