Re: [dpdk-dev] [PATCH] app/testpmd: Document what the application does.

2021-10-06 Thread Ben Pfaff
On Tue, Sep 14, 2021 at 08:58:31AM +0100, Ferruh Yigit wrote: > On 9/10/2021 6:57 PM, Ben Pfaff wrote: > > I could not find anything in the documentation that says what > > testpmd does. This should save other people time trying to > > figure that out in the future. > > > > Signed-off-by: Ben Pfa

Re: [dpdk-dev] [PATCH] app/testpmd: Document what the application does.

2021-09-14 Thread Ferruh Yigit
On 9/10/2021 6:57 PM, Ben Pfaff wrote: > I could not find anything in the documentation that says what > testpmd does. This should save other people time trying to > figure that out in the future. > > Signed-off-by: Ben Pfaff > --- > doc/guides/testpmd_app_ug/run_app.rst | 6 ++ > 1 file ch

Re: [dpdk-dev] [PATCH] app/testpmd: Document what the application does.

2021-09-13 Thread Ben Pfaff
On Fri, Sep 10, 2021 at 11:14:26PM +0200, Thomas Monjalon wrote: > 10/09/2021 19:57, Ben Pfaff: > > I could not find anything in the documentation that says what > > testpmd does. This should save other people time trying to > > figure that out in the future. > > Good move indeed :) > > > --- a/

Re: [dpdk-dev] [PATCH] app/testpmd: Document what the application does.

2021-09-10 Thread Thomas Monjalon
10/09/2021 19:57, Ben Pfaff: > I could not find anything in the documentation that says what > testpmd does. This should save other people time trying to > figure that out in the future. Good move indeed :) > --- a/doc/guides/testpmd_app_ug/run_app.rst > +++ b/doc/guides/testpmd_app_ug/run_app.r

[dpdk-dev] [PATCH] app/testpmd: Document what the application does.

2021-09-10 Thread Ben Pfaff
I could not find anything in the documentation that says what testpmd does. This should save other people time trying to figure that out in the future. Signed-off-by: Ben Pfaff --- doc/guides/testpmd_app_ug/run_app.rst | 6 ++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/testpmd