Re: [dpdk-dev] [PATCH 1/2] doc: add policy for adding vendor PMD specific examples

2023-07-03 Thread Stephen Hemminger
On Wed, 17 Nov 2021 11:57:34 +0100 Thomas Monjalon wrote: > 26/05/2021 09:47, Hemant Agrawal: > > This patch update the dpdk sample app policy to support > > vendor PMD specific test examples in the respective drivers > > sub-directory in examples. > > Please could you add a link to the decisi

Re: [dpdk-dev] [PATCH 1/2] doc: add policy for adding vendor PMD specific examples

2021-11-17 Thread Thomas Monjalon
26/05/2021 09:47, Hemant Agrawal: > This patch update the dpdk sample app policy to support > vendor PMD specific test examples in the respective drivers > sub-directory in examples. Please could you add a link to the decision in techboard minutes? > Signed-off-by: Hemant Agrawal > --- > doc/gu

Re: [dpdk-dev] [PATCH 1/2] doc: add policy for adding vendor PMD specific examples

2021-07-05 Thread Jerin Jacob
On Wed, May 26, 2021 at 1:19 PM Hemant Agrawal wrote: > > This patch update the dpdk sample app policy to support > vendor PMD specific test examples in the respective drivers > sub-directory in examples. > > Signed-off-by: Hemant Agrawal > --- > doc/guides/sample_app_ug/intro.rst | 16 +

[dpdk-dev] [PATCH 1/2] doc: add policy for adding vendor PMD specific examples

2021-05-26 Thread Hemant Agrawal
This patch update the dpdk sample app policy to support vendor PMD specific test examples in the respective drivers sub-directory in examples. Signed-off-by: Hemant Agrawal --- doc/guides/sample_app_ug/intro.rst | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff --git