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

2021-09-14 Thread Ferruh Yigit
On 9/13/2021 7:33 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 > --- > v1->v2: Revise introduction instead of option documentation. >

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

2021-09-13 Thread Ajit Khaparde
On Mon, Sep 13, 2021 at 5:26 PM Ajit Khaparde wrote: > > On Mon, Sep 13, 2021 at 11:59 AM Thomas Monjalon wrote: > > > > 13/09/2021 20:33, Ben Pfaff: > > > I could not find anything in the documentation that says what > > > testpmd does. This should save other people time trying to > > > figure

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

2021-09-13 Thread Ajit Khaparde
On Mon, Sep 13, 2021 at 11:59 AM Thomas Monjalon wrote: > > 13/09/2021 20:33, 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 > [...] >

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

2021-09-13 Thread Thomas Monjalon
13/09/2021 20:33, 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 [...] > --- a/doc/guides/testpmd_app_ug/intro.rst > +++ b/doc/guides/testpmd_app

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

2021-09-13 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 --- v1->v2: Revise introduction instead of option documentation. Thanks to Thomas Monjalon for advice. doc/guides/t