DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/2] docs: add warning note to base dirs readme
@ 2015-06-10 17:08 John McNamara
  2015-06-10 17:08 ` [dpdk-dev] [PATCH 1/2] doc: add explanation about code in the base dirs John McNamara
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: John McNamara @ 2015-06-10 17:08 UTC (permalink / raw)
  To: dev

This patch updates the "Source Organisation" section of the Programmers Guide
to add an note that the code in the drivers/net/pmd/base directories should
not be modifed by the user apart from the pmd_osdep.[ch] files.

It also adds a note to the README files in the drivers/net/pmd/base dirs to
highlight the same thing.

P.S. When reviewing documentation patches it is sometimes useful to apply them to a temp
branch and view the differences on a word or character level:

    git diff --color-words   HEAD~1
    git diff --color-words=. HEAD~1

John McNamara (2):
  doc: add explanation about code in the base dirs
  drivers: add warning note to base dirs readme

 doc/guides/prog_guide/source_org.rst | 124 +++++++++++++++++++----------------
 drivers/net/e1000/base/README        |  13 ++--
 drivers/net/ixgbe/base/README        |  16 ++---
 drivers/net/vmxnet3/base/README      |  13 ++--
 4 files changed, 87 insertions(+), 79 deletions(-)

--
1.8.1.4

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

end of thread, other threads:[~2015-08-10 22:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-10 17:08 [dpdk-dev] [PATCH 0/2] docs: add warning note to base dirs readme John McNamara
2015-06-10 17:08 ` [dpdk-dev] [PATCH 1/2] doc: add explanation about code in the base dirs John McNamara
2015-06-10 17:08 ` [dpdk-dev] [PATCH 2/2] drivers: add warning note to base dirs readme John McNamara
2015-08-10 22:27 ` [dpdk-dev] [PATCH 0/2] docs: " 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).