Re: [dpdk-dev] [PATCH v1 0/6] ethdev: allow unknown link speed

2020-05-07 Thread Ferruh Yigit
On 5/7/2020 2:55 PM, Ivan Dyukov wrote: > 07.05.2020 13:31, Thomas Monjalon пишет: >> 07/05/2020 10:53, Ivan Dyukov: >>> 06.05.2020 20:42, Ferruh Yigit пишет: On 4/27/2020 10:57 AM, Ivan Dyukov wrote: > This is initial patchset which introduces UNKNOWN speed to dpdk > applications. Als

Re: [dpdk-dev] [PATCH v1 0/6] ethdev: allow unknown link speed

2020-05-07 Thread Ivan Dyukov
07.05.2020 13:31, Thomas Monjalon пишет: > 07/05/2020 10:53, Ivan Dyukov: >> 06.05.2020 20:42, Ferruh Yigit пишет: >>> On 4/27/2020 10:57 AM, Ivan Dyukov wrote: This is initial patchset which introduces UNKNOWN speed to dpdk applications. Also it contains changes related to printf formati

Re: [dpdk-dev] [PATCH v1 0/6] ethdev: allow unknown link speed

2020-05-07 Thread Thomas Monjalon
07/05/2020 10:53, Ivan Dyukov: > 06.05.2020 20:42, Ferruh Yigit пишет: > > On 4/27/2020 10:57 AM, Ivan Dyukov wrote: > >> This is initial patchset which introduces UNKNOWN speed to dpdk > >> applications. Also it contains changes related to printf formating. > >> Patchset contains changes for app/

Re: [dpdk-dev] [PATCH v1 0/6] ethdev: allow unknown link speed

2020-05-07 Thread Ivan Dyukov
06.05.2020 20:42, Ferruh Yigit пишет: > On 4/27/2020 10:57 AM, Ivan Dyukov wrote: >> This is initial patchset which introduces UNKNOWN speed to dpdk >> applications. Also it contains changes related to printf formating. >> Patchset contains changes for app/ and doc/ folders. >> examples/ folder wil

Re: [dpdk-dev] [PATCH v1 0/6] ethdev: allow unknown link speed

2020-05-06 Thread Ferruh Yigit
On 4/27/2020 10:57 AM, Ivan Dyukov wrote: > This is initial patchset which introduces UNKNOWN speed to dpdk > applications. Also it contains changes related to printf formating. > Patchset contains changes for app/ and doc/ folders. > examples/ folder will be provided later. > > Also I can see t