RE: [PATCH 1/6] doc: fix underlines too long in testpmd documentation

2022-11-10 Thread Zhang, Yuying
.@dpdk.org > Subject: [PATCH 1/6] doc: fix underlines too long in testpmd documentation > > In testpmd documentation, there are two underlines which should not match the > length of the text above. > > This patch update them to be align with the guideline [1]. >

[PATCH 1/6] doc: fix underlines too long in testpmd documentation

2022-11-10 Thread Michael Baum
In testpmd documentation, there are two underlines which should not match the length of the text above. This patch update them to be align with the guideline [1]. [1] https://doc.dpdk.org/guides/contributing/documentation.html#section-headers Fixes: a69c335d56b5 ("doc: add flow dump command in t