DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PULL REQUEST] doc: generate DPDK_Linux_GSG with Sphinx.
       [not found] <PULL REQUEST>
@ 2014-10-08 15:12 ` Bernard Iremonger
  2014-10-20 15:53 ` [dpdk-dev] [PULL REQUEST] doc: getting started guide for linux Bernard Iremonger
  1 sibling, 0 replies; 4+ messages in thread
From: Bernard Iremonger @ 2014-10-08 15:12 UTC (permalink / raw)
  To: dev

These changes are a conversion of the DPDK_Linux_GSG from an MSWord file to Sphinx rst files,
and makefile changes.

The following changes since commit a5235ae1cd83360d4a7b156b8d983126c327b154:

  delete DPDK_Linux_GSG (2014-10-08 14:41:14 +0100)

are available in the git repository at:
  ssh://bernard@dpdk.org/home/bernard/dpdk-doc-next.git/ master

Bernard Iremonger (2):
      makefiles for doxygen and sphinx
      config and rst files for DPDK_Linux_GSG

 .../Compiling_and_Running_Sample_Applications.rst  |  201 +++++++++++++
 ...Compiling_the_Intel_DPDK_Target_from_Source.rst |  226 +++++++++++++++
 .../Enabling_Additional_Functionality.rst          |  167 +++++++++++
 doc/guides/DPDK_Linux_GSG/Introduction.rst         |   42 +++
 .../DPDK_Linux_GSG/Quick_Start_Setup_Script.rst    |  294 ++++++++++++++++++++
 doc/guides/DPDK_Linux_GSG/System_Requirements.rst  |  240 ++++++++++++++++
 doc/guides/DPDK_Linux_GSG/index.rst                |   92 ++++++
 doc/guides/conf.py                                 |  101 +++++++
 doc/guides/index.rst                               |   14 +
 mk/rte.sdkdoc.mk                                   |   70 +++++
 mk/rte.sdkguides.mk                                |  184 ++++++++++++
 mk/rte.sdkroot.mk                                  |  136 +++++++++
 12 files changed, 1767 insertions(+), 0 deletions(-)
 create mode 100755 doc/guides/DPDK_Linux_GSG/Compiling_and_Running_Sample_Applications.rst
 create mode 100755 doc/guides/DPDK_Linux_GSG/Compiling_the_Intel_DPDK_Target_from_Source.rst
 create mode 100755 doc/guides/DPDK_Linux_GSG/Enabling_Additional_Functionality.rst
 create mode 100755 doc/guides/DPDK_Linux_GSG/Introduction.rst
 create mode 100755 doc/guides/DPDK_Linux_GSG/Quick_Start_Setup_Script.rst
 create mode 100755 doc/guides/DPDK_Linux_GSG/System_Requirements.rst
 create mode 100755 doc/guides/DPDK_Linux_GSG/index.rst
 create mode 100755 doc/guides/conf.py
 create mode 100755 doc/guides/index.rst
 create mode 100644 mk/rte.sdkdoc.mk
 create mode 100644 mk/rte.sdkguides.mk
 create mode 100644 mk/rte.sdkroot.mk

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

* [dpdk-dev] [PULL REQUEST] doc: getting started guide for linux.
       [not found] <PULL REQUEST>
  2014-10-08 15:12 ` [dpdk-dev] [PULL REQUEST] doc: generate DPDK_Linux_GSG with Sphinx Bernard Iremonger
@ 2014-10-20 15:53 ` Bernard Iremonger
  2014-10-23 12:51   ` Thomas Monjalon
  1 sibling, 1 reply; 4+ messages in thread
From: Bernard Iremonger @ 2014-10-20 15:53 UTC (permalink / raw)
  To: dev

These changes are a conversion of the Linux Getting Started Guide from an MSWord file to Sphinx rst files.


The following changes since commit 075e064089e1c2b6899db58c69be1a387eb5ffa7:

  mk: fix doc cleaning (2014-10-17 17:44:06 +0200)

are available in the git repository at:
  git://dpdk.org/next/dpdk-doc DPDK_Linux_GSG

Bernard Iremonger (1):
      doc: getting started guide for linux

 doc/guides/conf.py                         |   30 +++
 doc/guides/index.rst                       |   37 +++
 doc/guides/linux_gsg/build_dpdk.rst        |  271 +++++++++++++++++++++++
 doc/guides/linux_gsg/build_sample_apps.rst |  234 ++++++++++++++++++++
 doc/guides/linux_gsg/enable_func.rst       |  201 +++++++++++++++++
 doc/guides/linux_gsg/index.rst             |   86 +++++++
 doc/guides/linux_gsg/intro.rst             |   68 ++++++
 doc/guides/linux_gsg/quick_start.rst       |  329 ++++++++++++++++++++++++++++
 doc/guides/linux_gsg/sys_reqs.rst          |  288 ++++++++++++++++++++++++
 9 files changed, 1544 insertions(+), 0 deletions(-)
 create mode 100755 doc/guides/linux_gsg/build_dpdk.rst
 create mode 100755 doc/guides/linux_gsg/build_sample_apps.rst
 create mode 100755 doc/guides/linux_gsg/enable_func.rst
 create mode 100755 doc/guides/linux_gsg/index.rst
 create mode 100755 doc/guides/linux_gsg/intro.rst
 create mode 100755 doc/guides/linux_gsg/quick_start.rst
 create mode 100755 doc/guides/linux_gsg/sys_reqs.rst

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

* Re: [dpdk-dev] [PULL REQUEST] doc: getting started guide for linux.
  2014-10-20 15:53 ` [dpdk-dev] [PULL REQUEST] doc: getting started guide for linux Bernard Iremonger
@ 2014-10-23 12:51   ` Thomas Monjalon
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Monjalon @ 2014-10-23 12:51 UTC (permalink / raw)
  To: Bernard Iremonger; +Cc: dev

> Bernard Iremonger (1):
>       doc: getting started guide for linux
> 
>  doc/guides/conf.py                         |   30 +++
>  doc/guides/index.rst                       |   37 +++
>  doc/guides/linux_gsg/build_dpdk.rst        |  271 +++++++++++++++++++++++
>  doc/guides/linux_gsg/build_sample_apps.rst |  234 ++++++++++++++++++++
>  doc/guides/linux_gsg/enable_func.rst       |  201 +++++++++++++++++
>  doc/guides/linux_gsg/index.rst             |   86 +++++++
>  doc/guides/linux_gsg/intro.rst             |   68 ++++++
>  doc/guides/linux_gsg/quick_start.rst       |  329 ++++++++++++++++++++++++++++
>  doc/guides/linux_gsg/sys_reqs.rst          |  288 ++++++++++++++++++++++++

It is now pulled in the main repository.
I just removed the whitespaces whose git were complaining about.

Thank you for this nice step done, it's the first document converted into
rst format and merged in the git tree.
It's worth explaining that Bernard is converting all the DPDK guides in
the same way. He's currently working on the documents of version 1.7.
Next step will be to update them for version 1.8.
Then everyone we'll be able to submit some patches for the documentation.

If someone is volunteer to customize appearance of the HTML documents,
he's more than welcome!

Thanks
-- 
Thomas

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

* [dpdk-dev] [PULL REQUEST] doc: generate DPDK_Linux_GSG with Sphinx.
       [not found] <REQUEST_PULL>
@ 2014-10-10 16:18 ` Bernard Iremonger
  0 siblings, 0 replies; 4+ messages in thread
From: Bernard Iremonger @ 2014-10-10 16:18 UTC (permalink / raw)
  To: dev

These changes are a conversion of the DPDK_Linux_GSG from an MSWord file to Sphinx rst files,
and makefile changes.


The following changes since commit 8777aabc538fdac24457958eaab929f33d6c4cdf:

  ixgbe: require only sse3 intrinsics (2014-08-13 01:47:03 +0200)

are available in the git repository at:
  ssh://bernard@dpdk.org/home/bernard/dpdk-doc-next.git/ DPDK_Linux_GSG

Bernard Iremonger (2):
      doc: rst files and conf file for DPDK_Linux_GSG
      doc: makefiles for doxygen and sphinx

 .../Compiling_and_Running_Sample_Applications.rst  |  201 +++++++++++++
 ...Compiling_the_Intel_DPDK_Target_from_Source.rst |  226 +++++++++++++++
 .../Enabling_Additional_Functionality.rst          |  167 +++++++++++
 doc/guides/DPDK_Linux_GSG/Introduction.rst         |   42 +++
 .../DPDK_Linux_GSG/Quick_Start_Setup_Script.rst    |  294 ++++++++++++++++++++
 doc/guides/DPDK_Linux_GSG/System_Requirements.rst  |  240 ++++++++++++++++
 doc/guides/DPDK_Linux_GSG/index.rst                |   91 ++++++
 doc/guides/conf.py                                 |   99 +++++++
 doc/guides/index.rst                               |   13 +
 mk/rte.sdkdoc.mk                                   |    3 +-
 mk/rte.sdkguides.mk                                |   64 +++++
 mk/rte.sdkroot.mk                                  |    5 +-
 12 files changed, 1443 insertions(+), 2 deletions(-)
 create mode 100644 doc/guides/DPDK_Linux_GSG/Compiling_and_Running_Sample_Applications.rst
 create mode 100644 doc/guides/DPDK_Linux_GSG/Compiling_the_Intel_DPDK_Target_from_Source.rst
 create mode 100644 doc/guides/DPDK_Linux_GSG/Enabling_Additional_Functionality.rst
 create mode 100644 doc/guides/DPDK_Linux_GSG/Introduction.rst
 create mode 100644 doc/guides/DPDK_Linux_GSG/Quick_Start_Setup_Script.rst
 create mode 100644 doc/guides/DPDK_Linux_GSG/System_Requirements.rst
 create mode 100644 doc/guides/DPDK_Linux_GSG/index.rst
 create mode 100755 doc/guides/conf.py
 create mode 100644 doc/guides/index.rst
 create mode 100644 mk/rte.sdkguides.mk

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

end of thread, other threads:[~2014-10-23 12:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <PULL REQUEST>
2014-10-08 15:12 ` [dpdk-dev] [PULL REQUEST] doc: generate DPDK_Linux_GSG with Sphinx Bernard Iremonger
2014-10-20 15:53 ` [dpdk-dev] [PULL REQUEST] doc: getting started guide for linux Bernard Iremonger
2014-10-23 12:51   ` Thomas Monjalon
     [not found] <REQUEST_PULL>
2014-10-10 16:18 ` [dpdk-dev] [PULL REQUEST] doc: generate DPDK_Linux_GSG with Sphinx Bernard Iremonger

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).