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 at 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