Re: [v2 1/2] doc: add policy for adding vendor PMD specific examples

2024-10-03 Thread Stephen Hemminger
On Wed, 5 Jul 2023 15:26:25 +0530 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 > Acked-by: Jerin Jacob Acked-by: Stephen Hemminger

Re: [v2 1/2] doc: add policy for adding vendor PMD specific examples

2023-10-31 Thread Stephen Hemminger
On Thu, 6 Jul 2023 10:30:14 +0530 Jerin Jacob wrote: > From: Jerin Jacob > To: Hemant Agrawal > Cc: tho...@monjalon.net, dev@dpdk.org, step...@networkplumber.org > Subject: Re: [v2 1/2] doc: add policy for adding vendor PMD specific examples > Date: Thu, 6 Jul 2023 10:30:14 +0

Re: [v2 1/2] doc: add policy for adding vendor PMD specific examples

2023-07-05 Thread Jerin Jacob
On Wed, Jul 5, 2023 at 3:26 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 > Acked-by: Jerin Jacob > --- > doc/guides/sample_app_ug/

[v2 1/2] doc: add policy for adding vendor PMD specific examples

2023-07-05 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 Acked-by: Jerin Jacob --- doc/guides/sample_app_ug/intro.rst | 12 1 file changed, 12 insertions(+) diff --g