DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: remove wrong document description
@ 2016-11-29  9:25 Baruch Siach
  2016-11-29  9:54 ` Mcnamara, John
  2016-11-29 10:59 ` Mcnamara, John
  0 siblings, 2 replies; 7+ messages in thread
From: Baruch Siach @ 2016-11-29  9:25 UTC (permalink / raw)
  To: dev; +Cc: John McNamara, Baruch Siach

The Programmer’s Guide intro is not the Release Notes.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 doc/guides/prog_guide/intro.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guides/prog_guide/intro.rst b/doc/guides/prog_guide/intro.rst
index d6daab3763b4..9fe1f0c31f0e 100644
--- a/doc/guides/prog_guide/intro.rst
+++ b/doc/guides/prog_guide/intro.rst
@@ -44,7 +44,7 @@ Documentation Roadmap
 
 The following is a list of DPDK documents in the suggested reading order:
 
-*   **Release Notes** (this document): Provides release-specific information, including supported features,
+*   **Release Notes** : Provides release-specific information, including supported features,
     limitations, fixed issues, known issues and so on.
     Also, provides the answers to frequently asked questions in FAQ format.
 
-- 
2.10.2

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: remove wrong document description
  2016-11-29  9:25 [dpdk-dev] [PATCH] doc: remove wrong document description Baruch Siach
@ 2016-11-29  9:54 ` Mcnamara, John
  2016-11-29 10:54   ` Baruch Siach
  2016-11-29 10:59 ` Mcnamara, John
  1 sibling, 1 reply; 7+ messages in thread
From: Mcnamara, John @ 2016-11-29  9:54 UTC (permalink / raw)
  To: Baruch Siach, dev

> -----Original Message-----
> From: Baruch Siach [mailto:baruch@tkos.co.il]
> Sent: Tuesday, November 29, 2016 9:26 AM
> To: dev@dpdk.org
> Cc: Mcnamara, John <john.mcnamara@intel.com>; Baruch Siach
> <baruch@tkos.co.il>
> Subject: [PATCH] doc: remove wrong document description
> 
> The Programmer’s Guide intro is not the Release Notes.
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Thanks for the fix.

I would be in favour of removing the entire "Documentation Roadmap" and "Related Publications" sections. I meant to do that in the past.

As for this patch:

Acked-by: John McNamara <john.mcnamara@intel.com>



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: remove wrong document description
  2016-11-29  9:54 ` Mcnamara, John
@ 2016-11-29 10:54   ` Baruch Siach
  2016-11-29 10:58     ` Mcnamara, John
  2016-11-29 20:38     ` Thomas Monjalon
  0 siblings, 2 replies; 7+ messages in thread
From: Baruch Siach @ 2016-11-29 10:54 UTC (permalink / raw)
  To: Mcnamara, John; +Cc: dev

Hi John,

On Tue, Nov 29, 2016 at 09:54:58AM +0000, Mcnamara, John wrote:
> > -----Original Message-----
> > From: Baruch Siach [mailto:baruch@tkos.co.il]
> > Sent: Tuesday, November 29, 2016 9:26 AM
> > To: dev@dpdk.org
> > Cc: Mcnamara, John <john.mcnamara@intel.com>; Baruch Siach
> > <baruch@tkos.co.il>
> > Subject: [PATCH] doc: remove wrong document description
> > 
> > The Programmer’s Guide intro is not the Release Notes.
> > 
> > Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> 
> Thanks for the fix.
> 
> I would be in favour of removing the entire "Documentation Roadmap" and 
> "Related Publications" sections. I meant to do that in the past.
> 
> As for this patch:
> 
> Acked-by: John McNamara <john.mcnamara@intel.com>

Thanks. For some reason patchwork didn't get your ack.

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: remove wrong document description
  2016-11-29 10:54   ` Baruch Siach
@ 2016-11-29 10:58     ` Mcnamara, John
  2016-11-29 20:38     ` Thomas Monjalon
  1 sibling, 0 replies; 7+ messages in thread
From: Mcnamara, John @ 2016-11-29 10:58 UTC (permalink / raw)
  To: Baruch Siach; +Cc: dev

> -----Original Message-----
> From: Baruch Siach [mailto:baruch@tkos.co.il]
> Sent: Tuesday, November 29, 2016 10:54 AM
> To: Mcnamara, John <john.mcnamara@intel.com>
> Cc: dev@dpdk.org
> Subject: Re: [PATCH] doc: remove wrong document description
> 
> Hi John,
> 
> On Tue, Nov 29, 2016 at 09:54:58AM +0000, Mcnamara, John wrote:
> > > -----Original Message-----
> > > From: Baruch Siach [mailto:baruch@tkos.co.il]
> > > Sent: Tuesday, November 29, 2016 9:26 AM
> > > To: dev@dpdk.org
> > > Cc: Mcnamara, John <john.mcnamara@intel.com>; Baruch Siach
> > > <baruch@tkos.co.il>
> > > Subject: [PATCH] doc: remove wrong document description
> > >
> > > The Programmer’s Guide intro is not the Release Notes.
> > >
> > > Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> >
> > Thanks for the fix.
> >
> > I would be in favour of removing the entire "Documentation Roadmap"
> > and "Related Publications" sections. I meant to do that in the past.
> >
> > As for this patch:
> >
> > Acked-by: John McNamara <john.mcnamara@intel.com>
> 
> Thanks. For some reason patchwork didn't get your ack.


Strange. I worked for one I acked shortly afterwards.

I'll try once more.

John

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: remove wrong document description
  2016-11-29  9:25 [dpdk-dev] [PATCH] doc: remove wrong document description Baruch Siach
  2016-11-29  9:54 ` Mcnamara, John
@ 2016-11-29 10:59 ` Mcnamara, John
  2016-12-06 17:03   ` Thomas Monjalon
  1 sibling, 1 reply; 7+ messages in thread
From: Mcnamara, John @ 2016-11-29 10:59 UTC (permalink / raw)
  To: Baruch Siach, dev

> -----Original Message-----
> From: Baruch Siach [mailto:baruch@tkos.co.il]
> Sent: Tuesday, November 29, 2016 9:26 AM
> To: dev@dpdk.org
> Cc: Mcnamara, John <john.mcnamara@intel.com>; Baruch Siach
> <baruch@tkos.co.il>
> Subject: [PATCH] doc: remove wrong document description
> 
> The Programmer’s Guide intro is not the Release Notes.
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>


Acked-by: John McNamara <john.mcnamara@intel.com>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: remove wrong document description
  2016-11-29 10:54   ` Baruch Siach
  2016-11-29 10:58     ` Mcnamara, John
@ 2016-11-29 20:38     ` Thomas Monjalon
  1 sibling, 0 replies; 7+ messages in thread
From: Thomas Monjalon @ 2016-11-29 20:38 UTC (permalink / raw)
  To: Baruch Siach; +Cc: dev, Mcnamara, John

2016-11-29 12:54, Baruch Siach:
> On Tue, Nov 29, 2016 at 09:54:58AM +0000, Mcnamara, John wrote:
> > Acked-by: John McNamara <john.mcnamara@intel.com>
> 
> Thanks. For some reason patchwork didn't get your ack.

That's because you are not registered to the mailing list so your email
was in a moderation queue while John sent his ack.
You should register to avoid moderation and such issues:
	http://dpdk.org/ml/listinfo/dev

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: remove wrong document description
  2016-11-29 10:59 ` Mcnamara, John
@ 2016-12-06 17:03   ` Thomas Monjalon
  0 siblings, 0 replies; 7+ messages in thread
From: Thomas Monjalon @ 2016-12-06 17:03 UTC (permalink / raw)
  To: Baruch Siach; +Cc: dev, Mcnamara, John

> > The Programmer’s Guide intro is not the Release Notes.
> > 
> > Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> 
> 
> Acked-by: John McNamara <john.mcnamara@intel.com>

Applied (merged with 2 others), thanks

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-12-06 17:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-29  9:25 [dpdk-dev] [PATCH] doc: remove wrong document description Baruch Siach
2016-11-29  9:54 ` Mcnamara, John
2016-11-29 10:54   ` Baruch Siach
2016-11-29 10:58     ` Mcnamara, John
2016-11-29 20:38     ` Thomas Monjalon
2016-11-29 10:59 ` Mcnamara, John
2016-12-06 17:03   ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).