Re: [dpdk-dev] [PATCH v3 2/7] ethdev: add a link status text representation

2020-06-18 Thread Ferruh Yigit
On 6/18/2020 11:08 AM, Ivan Dyukov wrote: > Hi Ferruh, > > Thank you for the comments. > > My answers are inlined. > > Best regards, > Ivan > 17.06.2020 19:45, Ferruh Yigit пишет: >> On 6/15/2020 10:01 AM, Ivan Dyukov wrote: >>> This commit add function which treat link status structure >>> and

Re: [dpdk-dev] [PATCH v3 2/7] ethdev: add a link status text representation

2020-06-18 Thread Ivan Dyukov
Hi Ferruh, Thank you for the comments. My answers are inlined. Best regards, Ivan 17.06.2020 19:45, Ferruh Yigit пишет: > On 6/15/2020 10:01 AM, Ivan Dyukov wrote: >> This commit add function which treat link status structure >> and format it to text representation. > If I am following correctly

Re: [dpdk-dev] [PATCH v3 2/7] ethdev: add a link status text representation

2020-06-17 Thread Ferruh Yigit
On 6/15/2020 10:01 AM, Ivan Dyukov wrote: > This commit add function which treat link status structure > and format it to text representation. If I am following correctly, the initial need was to escape from speed checks everytime loging link information caused by this new 'unknown' speed. And la

[dpdk-dev] [PATCH v3 2/7] ethdev: add a link status text representation

2020-06-15 Thread Ivan Dyukov
This commit add function which treat link status structure and format it to text representation. Signed-off-by: Ivan Dyukov --- MAINTAINERS| 1 + app/test/Makefile | 3 + app/test/meson.build | 2 + app/test/test_ethdev_link.c| 253 +++