Re: [dpdk-dev] [PATCH v1 1/3] ethdev: remove extra 'new line' in output

2020-05-11 Thread Thomas Monjalon
07/05/2020 20:26, Ivan Dyukov: > This is testpmd part of new line cleanup > > Fixes: 002ade70e9 (app/test: measure cycles per packet in Rx/Tx) > Fixes: ce8d561418 (app/testpmd: add port configuration settings) > Cc: sta...@dpdk.org > > Acked-by: Andrew Rybchenko > Signed-off-by: Ivan Dyukov Se

[dpdk-dev] [PATCH v1 1/3] ethdev: remove extra 'new line' in output

2020-05-07 Thread Ivan Dyukov
This is testpmd part of new line cleanup Fixes: 002ade70e9 (app/test: measure cycles per packet in Rx/Tx) Fixes: ce8d561418 (app/testpmd: add port configuration settings) Cc: sta...@dpdk.org Acked-by: Andrew Rybchenko Signed-off-by: Ivan Dyukov --- app/test-pmd/testpmd.c | 2 +- app/test/tes