Re: [dpdk-dev] [PATCH v7 04/25] doc: update sample app with unknown speed

2020-07-10 Thread Thomas Monjalon
10/07/2020 09:02, Ivan Dyukov: > Add usage of rte_eth_link_strf function to example > applications > > Signed-off-by: Ivan Dyukov > --- > doc/guides/sample_app_ug/link_status_intr.rst | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) This one reason why I don't like code in doc

[dpdk-dev] [PATCH v7 04/25] doc: update sample app with unknown speed

2020-07-10 Thread Ivan Dyukov
Add usage of rte_eth_link_strf function to example applications Signed-off-by: Ivan Dyukov --- doc/guides/sample_app_ug/link_status_intr.rst | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/guides/sample_app_ug/link_status_intr.rst b/doc/guides/sample_app_ug/li