DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PULL REQUEST] doc: freebsd getting started guide.
       [not found] <REQUEST PULL>
@ 2014-10-23 14:35 ` Bernard Iremonger
  2014-10-29 22:26   ` Thomas Monjalon
  2014-10-31 16:25 ` [dpdk-dev] [PULL REQUEST] doc: release notes, programmers guide, sample app. guide and fix to linux " Bernard Iremonger
                   ` (8 subsequent siblings)
  9 siblings, 1 reply; 19+ messages in thread
From: Bernard Iremonger @ 2014-10-23 14:35 UTC (permalink / raw)
  To: dev

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

The following changes since commit 1ab07743b21b785a71fa334641ab58e779532600:

  doc: getting started guide for linux (2014-10-23 14:36:42 +0200)

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

Bernard Iremonger (1):
      doc: freebsd getting started guide

 doc/guides/freebsd_gsg/build_dpdk.rst        |  275 ++++++++++++++++++++++++++
 doc/guides/freebsd_gsg/build_sample_apps.rst |  186 +++++++++++++++++
 doc/guides/freebsd_gsg/index.rst             |   84 ++++++++
 doc/guides/freebsd_gsg/intro.rst             |   75 +++++++
 doc/guides/freebsd_gsg/sys_reqs.rst          |  164 +++++++++++++++
 doc/guides/index.rst                         |    1 +
 6 files changed, 785 insertions(+), 0 deletions(-)
 create mode 100644 doc/guides/freebsd_gsg/build_dpdk.rst
 create mode 100644 doc/guides/freebsd_gsg/build_sample_apps.rst
 create mode 100644 doc/guides/freebsd_gsg/index.rst
 create mode 100644 doc/guides/freebsd_gsg/intro.rst
 create mode 100644 doc/guides/freebsd_gsg/sys_reqs.rst

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

* Re: [dpdk-dev] [PULL REQUEST] doc: freebsd getting started guide.
  2014-10-23 14:35 ` [dpdk-dev] [PULL REQUEST] doc: freebsd getting started guide Bernard Iremonger
@ 2014-10-29 22:26   ` Thomas Monjalon
  0 siblings, 0 replies; 19+ messages in thread
From: Thomas Monjalon @ 2014-10-29 22:26 UTC (permalink / raw)
  To: Bernard Iremonger; +Cc: dev

2014-10-23 15:35, Bernard Iremonger:
>   doc: getting started guide for linux (2014-10-23 14:36:42 +0200)
> 
> are available in the git repository at:
>   git://dpdk.org/next/dpdk-doc master

Pulled in the main repository.

Thanks
-- 
Thomas

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

* [dpdk-dev] [PULL REQUEST] doc: release notes, programmers guide, sample app. guide and fix to linux getting started guide.
       [not found] <REQUEST PULL>
  2014-10-23 14:35 ` [dpdk-dev] [PULL REQUEST] doc: freebsd getting started guide Bernard Iremonger
@ 2014-10-31 16:25 ` Bernard Iremonger
  2014-10-31 18:07   ` Thomas Monjalon
  2014-11-03 18:02   ` Thomas Monjalon
  2014-11-17  9:41 ` [dpdk-dev] [PULL REQUEST] doc: programmers guide Bernard Iremonger
                   ` (7 subsequent siblings)
  9 siblings, 2 replies; 19+ messages in thread
From: Bernard Iremonger @ 2014-10-31 16:25 UTC (permalink / raw)
  To: dev

These changes are a conversion of the Release Notes, Programmers Guide and Sample App. Guide from MSWord files to Sphinx rst files.
There is also a patch to the Linux Getting Started Guide.
The following changes since commit 94cae38575e50d0a300db2dbec08e6807cfa95be:

  examples/vhost: allow mergeable packets with vector ixgbe (2014-10-30 09:38:52 +0100)

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

Bernard Iremonger (3):
      doc: release notes for DPDK 1.7
      doc: programmers guide
      doc: sample applications user guide

Jincheng Miao (1):
      doc: fix a typo

 doc/guides/index.rst                               |    3 +
 doc/guides/linux_gsg/sys_reqs.rst                  |    2 +-
 doc/guides/prog_guide/build_app.rst                |  128 ++
 doc/guides/prog_guide/dev_kit_build_system.rst     |  418 +++++
 doc/guides/prog_guide/dev_kit_root_make_help.rst   |  255 +++
 doc/guides/prog_guide/driver_vm_emul_dev.rst       |  178 ++
 doc/guides/prog_guide/env_abstraction_layer.rst    |  213 +++
 doc/guides/prog_guide/ext_app_lib_make_help.rst    |  125 ++
 doc/guides/prog_guide/extend_intel_dpdk.rst        |  136 ++
 doc/guides/prog_guide/glossary.rst                 |  199 +++
 doc/guides/prog_guide/hash_lib.rst                 |  134 ++
 .../prog_guide/i40e_ixgbe_igb_virt_func_drv.rst    |  545 ++++++
 doc/guides/prog_guide/images/Figure33.png          |  Bin 0 -> 71160 bytes
 doc/guides/prog_guide/images/Figure35.png          |  Bin 0 -> 80648 bytes
 doc/guides/prog_guide/images/Figure39.png          |  Bin 0 -> 69916 bytes
 doc/guides/prog_guide/images/LinkBonding1.png      |  Bin 0 -> 172141 bytes
 doc/guides/prog_guide/images/LinkBonding1_orig.png |  Bin 0 -> 360139 bytes
 doc/guides/prog_guide/images/Object_1.png          |  Bin 0 -> 10165 bytes
 .../prog_guide/images/PacketDistributor1.png       |  Bin 0 -> 297427 bytes
 doc/guides/prog_guide/images/image10.png           |  Bin 0 -> 18083 bytes
 doc/guides/prog_guide/images/image11.png           |  Bin 0 -> 18262 bytes
 doc/guides/prog_guide/images/image12.png           |  Bin 0 -> 20681 bytes
 doc/guides/prog_guide/images/image13.png           |  Bin 0 -> 23177 bytes
 doc/guides/prog_guide/images/image14.png           |  Bin 0 -> 38537 bytes
 doc/guides/prog_guide/images/image15.png           |  Bin 0 -> 23739 bytes
 doc/guides/prog_guide/images/image16.png           |  Bin 0 -> 17167 bytes
 doc/guides/prog_guide/images/image17.png           |  Bin 0 -> 12931 bytes
 doc/guides/prog_guide/images/image18.png           |  Bin 0 -> 13397 bytes
 doc/guides/prog_guide/images/image19.png           |  Bin 0 -> 16089 bytes
 doc/guides/prog_guide/images/image2.png            |  Bin 0 -> 239605 bytes
 doc/guides/prog_guide/images/image20.png           |  Bin 0 -> 18059 bytes
 doc/guides/prog_guide/images/image21.png           |  Bin 0 -> 49727 bytes
 doc/guides/prog_guide/images/image22.png           |  Bin 0 -> 19303 bytes
 doc/guides/prog_guide/images/image23.png           |  Bin 0 -> 22430 bytes
 doc/guides/prog_guide/images/image24.png           |  Bin 0 -> 425314 bytes
 doc/guides/prog_guide/images/image25.png           |  Bin 0 -> 343322 bytes
 doc/guides/prog_guide/images/image26.png           |  Bin 0 -> 313238 bytes
 doc/guides/prog_guide/images/image27.png           |  Bin 0 -> 370244 bytes
 doc/guides/prog_guide/images/image28.png           |  Bin 0 -> 48088 bytes
 doc/guides/prog_guide/images/image29.png           |  Bin 0 -> 18967 bytes
 doc/guides/prog_guide/images/image3.png            |  Bin 0 -> 56284 bytes
 doc/guides/prog_guide/images/image30.png           |  Bin 0 -> 40850 bytes
 doc/guides/prog_guide/images/image31.png           |  Bin 0 -> 17475 bytes
 doc/guides/prog_guide/images/image32.png           |  Bin 0 -> 107542 bytes
 doc/guides/prog_guide/images/image33.png           |  Bin 0 -> 123082 bytes
 doc/guides/prog_guide/images/image34.png           |  Bin 0 -> 172288 bytes
 doc/guides/prog_guide/images/image35.png           |  Bin 0 -> 163842 bytes
 doc/guides/prog_guide/images/image36.png           |  Bin 0 -> 96762 bytes
 doc/guides/prog_guide/images/image37.png           |  Bin 0 -> 6405 bytes
 doc/guides/prog_guide/images/image38.png           |  Bin 0 -> 7356 bytes
 doc/guides/prog_guide/images/image39.png           |  Bin 0 -> 95193 bytes
 doc/guides/prog_guide/images/image4.png            |  Bin 0 -> 79187 bytes
 doc/guides/prog_guide/images/image40.png           |  Bin 0 -> 114003 bytes
 doc/guides/prog_guide/images/image41.png           |  Bin 0 -> 87035 bytes
 doc/guides/prog_guide/images/image42.png           |  Bin 0 -> 29078 bytes
 doc/guides/prog_guide/images/image43.png           |  Bin 0 -> 185839 bytes
 doc/guides/prog_guide/images/image44.png           |  Bin 0 -> 51088 bytes
 doc/guides/prog_guide/images/image45.png           |  Bin 0 -> 251431 bytes
 doc/guides/prog_guide/images/image46.png           |  Bin 0 -> 366308 bytes
 doc/guides/prog_guide/images/image47.png           |  Bin 0 -> 86755 bytes
 doc/guides/prog_guide/images/image48.png           |  Bin 0 -> 35836 bytes
 doc/guides/prog_guide/images/image49.png           |  Bin 0 -> 58973 bytes
 doc/guides/prog_guide/images/image5.png            |  Bin 0 -> 10475 bytes
 doc/guides/prog_guide/images/image50.png           |  Bin 0 -> 58769 bytes
 doc/guides/prog_guide/images/image51.png           |  Bin 0 -> 51358 bytes
 doc/guides/prog_guide/images/image52.png           |  Bin 0 -> 69772 bytes
 doc/guides/prog_guide/images/image53.png           |  Bin 0 -> 50896 bytes
 doc/guides/prog_guide/images/image54.png           |  Bin 0 -> 30870 bytes
 doc/guides/prog_guide/images/image55.png           |  Bin 0 -> 32578 bytes
 doc/guides/prog_guide/images/image56.png           |  Bin 0 -> 840 bytes
 doc/guides/prog_guide/images/image57.png           |  Bin 0 -> 880 bytes
 doc/guides/prog_guide/images/image58.png           |  Bin 0 -> 702 bytes
 doc/guides/prog_guide/images/image59.png           |  Bin 0 -> 570 bytes
 doc/guides/prog_guide/images/image6.png            |  Bin 0 -> 17294 bytes
 doc/guides/prog_guide/images/image60.png           |  Bin 0 -> 910 bytes
 doc/guides/prog_guide/images/image61.png           |  Bin 0 -> 1579 bytes
 doc/guides/prog_guide/images/image62.png           |  Bin 0 -> 47977 bytes
 doc/guides/prog_guide/images/image63.png           |  Bin 0 -> 2346 bytes
 doc/guides/prog_guide/images/image64.png           |  Bin 0 -> 59001 bytes
 doc/guides/prog_guide/images/image65.png           |  Bin 0 -> 9402 bytes
 doc/guides/prog_guide/images/image66.png           |  Bin 0 -> 5211 bytes
 doc/guides/prog_guide/images/image67.png           |  Bin 0 -> 5513 bytes
 doc/guides/prog_guide/images/image7.png            |  Bin 0 -> 17121 bytes
 doc/guides/prog_guide/images/image8.png            |  Bin 0 -> 17423 bytes
 doc/guides/prog_guide/images/image9.png            |  Bin 0 -> 17638 bytes
 doc/guides/prog_guide/index.rst                    |  271 +++
 .../intel_dpdk_xen_based_packet_switch_sol.rst     |  458 ++++++
 doc/guides/prog_guide/intro.rst                    |   83 +
 .../prog_guide/ip_fragment_reassembly_lib.rst      |  138 ++
 doc/guides/prog_guide/ivshmem_lib.rst              |  156 ++
 doc/guides/prog_guide/kernel_nic_interface.rst     |  282 ++++
 .../libpcap_ring_based_poll_mode_drv.rst           |  269 +++
 .../prog_guide/link_bonding_poll_mode_drv_lib.rst  |  278 ++++
 doc/guides/prog_guide/lpm6_lib.rst                 |  233 +++
 doc/guides/prog_guide/lpm_lib.rst                  |  221 +++
 doc/guides/prog_guide/malloc_lib.rst               |  234 +++
 doc/guides/prog_guide/mbuf_lib.rst                 |  188 +++
 doc/guides/prog_guide/mempool_lib.rst              |  142 ++
 doc/guides/prog_guide/multi_proc_support.rst       |  201 +++
 doc/guides/prog_guide/overview.rst                 |  205 +++
 .../prog_guide/packet_classif_access_ctrl.rst      |  435 +++++
 doc/guides/prog_guide/packet_distrib_lib.rst       |  114 ++
 doc/guides/prog_guide/packet_framework.rst         | 1175 +++++++++++++
 doc/guides/prog_guide/perf_opt_guidelines.rst      |   46 +
 doc/guides/prog_guide/poll_mode_drv.rst            |  441 +++++
 .../poll_mode_drv_emulated_virtio_nic.rst          |  206 +++
 .../poll_mode_drv_paravirtual_vmxnets_nic.rst      |  178 ++
 doc/guides/prog_guide/power_man.rst                |  121 ++
 doc/guides/prog_guide/profile_app.rst              |   52 +
 doc/guides/prog_guide/qos_framework.rst            | 1729 ++++++++++++++++++++
 doc/guides/prog_guide/ring_lib.rst                 |  348 ++++
 doc/guides/prog_guide/source_org.rst               |  138 ++
 .../thread_safety_intel_dpdk_functions.rst         |  102 ++
 doc/guides/prog_guide/timer_lib.rst                |  104 ++
 doc/guides/prog_guide/writing_efficient_code.rst   |  232 +++
 doc/guides/rel_notes/appendices.rst                |  324 ++++
 doc/guides/rel_notes/faq.rst                       |  193 +++
 doc/guides/rel_notes/index.rst                     |   95 ++
 doc/guides/rel_notes/known_issues.rst              | 1028 ++++++++++++
 doc/guides/rel_notes/new_features.rst              |   52 +
 doc/guides/rel_notes/rel_description.rst           |  168 ++
 doc/guides/rel_notes/resolved_issues.rst           | 1194 ++++++++++++++
 doc/guides/rel_notes/supported_features.rst        |  362 ++++
 doc/guides/rel_notes/supported_os.rst              |   49 +
 doc/guides/rel_notes/updating_apps.rst             |  103 ++
 doc/guides/sample_app_ug/cmd_line.rst              |  202 +++
 doc/guides/sample_app_ug/exception_path.rst        |  328 ++++
 doc/guides/sample_app_ug/hello_world.rst           |  138 ++
 doc/guides/sample_app_ug/images/image10.png        |  Bin 0 -> 211503 bytes
 doc/guides/sample_app_ug/images/image11.png        |  Bin 0 -> 199304 bytes
 doc/guides/sample_app_ug/images/image12.png        |  Bin 0 -> 87088 bytes
 doc/guides/sample_app_ug/images/image13.png        |  Bin 0 -> 72775 bytes
 doc/guides/sample_app_ug/images/image14.png        |  Bin 0 -> 34721 bytes
 doc/guides/sample_app_ug/images/image15.png        |  Bin 0 -> 23027 bytes
 doc/guides/sample_app_ug/images/image16.png        |  Bin 0 -> 34592 bytes
 doc/guides/sample_app_ug/images/image17.png        |  Bin 0 -> 21589 bytes
 doc/guides/sample_app_ug/images/image18.png        |  Bin 0 -> 22301 bytes
 doc/guides/sample_app_ug/images/image19.png        |  Bin 0 -> 37803 bytes
 doc/guides/sample_app_ug/images/image2.png         |  Bin 0 -> 60504 bytes
 doc/guides/sample_app_ug/images/image20.png        |  Bin 0 -> 35190 bytes
 doc/guides/sample_app_ug/images/image21.png        |  Bin 0 -> 177470 bytes
 doc/guides/sample_app_ug/images/image22.png        |  Bin 0 -> 28504 bytes
 doc/guides/sample_app_ug/images/image23.png        |  Bin 0 -> 67682 bytes
 doc/guides/sample_app_ug/images/image24.png        |  Bin 0 -> 70193 bytes
 doc/guides/sample_app_ug/images/image3.png         |  Bin 0 -> 38008 bytes
 doc/guides/sample_app_ug/images/image4.png         |  Bin 0 -> 11906 bytes
 doc/guides/sample_app_ug/images/image5.png         |  Bin 0 -> 90175 bytes
 doc/guides/sample_app_ug/images/image6.png         |  Bin 0 -> 2834 bytes
 doc/guides/sample_app_ug/images/image7.png         |  Bin 0 -> 4403 bytes
 doc/guides/sample_app_ug/images/image8.png         |  Bin 0 -> 90793 bytes
 doc/guides/sample_app_ug/images/image9.png         |  Bin 0 -> 221699 bytes
 doc/guides/sample_app_ug/index.rst                 |  156 ++
 doc/guides/sample_app_ug/intel_quickassist.rst     |  222 +++
 .../sample_app_ug/internet_proto_ip_pipeline.rst   |  135 ++
 doc/guides/sample_app_ug/intro.rst                 |   69 +
 doc/guides/sample_app_ug/ip_frag.rst               |  187 +++
 doc/guides/sample_app_ug/ip_reassembly.rst         |  281 ++++
 doc/guides/sample_app_ug/ipv4_multicast.rst        |  374 +++++
 doc/guides/sample_app_ug/kernel_nic_interface.rst  |  618 +++++++
 .../sample_app_ug/l2_forward_real_virtual.rst      |  528 ++++++
 doc/guides/sample_app_ug/l3_forward.rst            |  351 ++++
 .../sample_app_ug/l3_forward_access_ctrl.rst       |  398 +++++
 doc/guides/sample_app_ug/l3_forward_power_man.rst  |  410 +++++
 doc/guides/sample_app_ug/l3_forward_virtual.rst    |  158 ++
 doc/guides/sample_app_ug/link_status_intr.rst      |  480 ++++++
 doc/guides/sample_app_ug/load_balancer.rst         |  242 +++
 doc/guides/sample_app_ug/multi_process.rst         |  768 +++++++++
 doc/guides/sample_app_ug/netmap_compatibility.rst  |  174 ++
 doc/guides/sample_app_ug/qos_metering.rst          |  198 +++
 doc/guides/sample_app_ug/qos_scheduler.rst         |  348 ++++
 doc/guides/sample_app_ug/quota_watermark.rst       |  499 ++++++
 doc/guides/sample_app_ug/test_pipeline.rst         |  271 +++
 doc/guides/sample_app_ug/timer.rst                 |  219 +++
 doc/guides/sample_app_ug/vhost.rst                 |  746 +++++++++
 doc/guides/sample_app_ug/vmdq_dcb_forwarding.rst   |  249 +++
 175 files changed, 23432 insertions(+), 1 deletions(-)
 create mode 100755 doc/guides/prog_guide/build_app.rst
 create mode 100755 doc/guides/prog_guide/dev_kit_build_system.rst
 create mode 100755 doc/guides/prog_guide/dev_kit_root_make_help.rst
 create mode 100755 doc/guides/prog_guide/driver_vm_emul_dev.rst
 create mode 100755 doc/guides/prog_guide/env_abstraction_layer.rst
 create mode 100755 doc/guides/prog_guide/ext_app_lib_make_help.rst
 create mode 100755 doc/guides/prog_guide/extend_intel_dpdk.rst
 create mode 100755 doc/guides/prog_guide/glossary.rst
 create mode 100755 doc/guides/prog_guide/hash_lib.rst
 create mode 100755 doc/guides/prog_guide/i40e_ixgbe_igb_virt_func_drv.rst
 create mode 100755 doc/guides/prog_guide/images/Figure33.png
 create mode 100755 doc/guides/prog_guide/images/Figure35.png
 create mode 100755 doc/guides/prog_guide/images/Figure39.png
 create mode 100755 doc/guides/prog_guide/images/LinkBonding1.png
 create mode 100755 doc/guides/prog_guide/images/LinkBonding1_orig.png
 create mode 100755 doc/guides/prog_guide/images/Object_1.png
 create mode 100755 doc/guides/prog_guide/images/PacketDistributor1.png
 create mode 100755 doc/guides/prog_guide/images/image10.png
 create mode 100755 doc/guides/prog_guide/images/image11.png
 create mode 100755 doc/guides/prog_guide/images/image12.png
 create mode 100755 doc/guides/prog_guide/images/image13.png
 create mode 100755 doc/guides/prog_guide/images/image14.png
 create mode 100755 doc/guides/prog_guide/images/image15.png
 create mode 100755 doc/guides/prog_guide/images/image16.png
 create mode 100755 doc/guides/prog_guide/images/image17.png
 create mode 100755 doc/guides/prog_guide/images/image18.png
 create mode 100755 doc/guides/prog_guide/images/image19.png
 create mode 100755 doc/guides/prog_guide/images/image2.png
 create mode 100755 doc/guides/prog_guide/images/image20.png
 create mode 100755 doc/guides/prog_guide/images/image21.png
 create mode 100755 doc/guides/prog_guide/images/image22.png
 create mode 100755 doc/guides/prog_guide/images/image23.png
 create mode 100755 doc/guides/prog_guide/images/image24.png
 create mode 100755 doc/guides/prog_guide/images/image25.png
 create mode 100755 doc/guides/prog_guide/images/image26.png
 create mode 100755 doc/guides/prog_guide/images/image27.png
 create mode 100755 doc/guides/prog_guide/images/image28.png
 create mode 100755 doc/guides/prog_guide/images/image29.png
 create mode 100755 doc/guides/prog_guide/images/image3.png
 create mode 100755 doc/guides/prog_guide/images/image30.png
 create mode 100755 doc/guides/prog_guide/images/image31.png
 create mode 100755 doc/guides/prog_guide/images/image32.png
 create mode 100755 doc/guides/prog_guide/images/image33.png
 create mode 100755 doc/guides/prog_guide/images/image34.png
 create mode 100755 doc/guides/prog_guide/images/image35.png
 create mode 100755 doc/guides/prog_guide/images/image36.png
 create mode 100755 doc/guides/prog_guide/images/image37.png
 create mode 100755 doc/guides/prog_guide/images/image38.png
 create mode 100755 doc/guides/prog_guide/images/image39.png
 create mode 100755 doc/guides/prog_guide/images/image4.png
 create mode 100755 doc/guides/prog_guide/images/image40.png
 create mode 100755 doc/guides/prog_guide/images/image41.png
 create mode 100755 doc/guides/prog_guide/images/image42.png
 create mode 100755 doc/guides/prog_guide/images/image43.png
 create mode 100755 doc/guides/prog_guide/images/image44.png
 create mode 100755 doc/guides/prog_guide/images/image45.png
 create mode 100755 doc/guides/prog_guide/images/image46.png
 create mode 100755 doc/guides/prog_guide/images/image47.png
 create mode 100755 doc/guides/prog_guide/images/image48.png
 create mode 100755 doc/guides/prog_guide/images/image49.png
 create mode 100755 doc/guides/prog_guide/images/image5.png
 create mode 100755 doc/guides/prog_guide/images/image50.png
 create mode 100755 doc/guides/prog_guide/images/image51.png
 create mode 100755 doc/guides/prog_guide/images/image52.png
 create mode 100755 doc/guides/prog_guide/images/image53.png
 create mode 100755 doc/guides/prog_guide/images/image54.png
 create mode 100755 doc/guides/prog_guide/images/image55.png
 create mode 100755 doc/guides/prog_guide/images/image56.png
 create mode 100755 doc/guides/prog_guide/images/image57.png
 create mode 100755 doc/guides/prog_guide/images/image58.png
 create mode 100755 doc/guides/prog_guide/images/image59.png
 create mode 100755 doc/guides/prog_guide/images/image6.png
 create mode 100755 doc/guides/prog_guide/images/image60.png
 create mode 100755 doc/guides/prog_guide/images/image61.png
 create mode 100755 doc/guides/prog_guide/images/image62.png
 create mode 100755 doc/guides/prog_guide/images/image63.png
 create mode 100755 doc/guides/prog_guide/images/image64.png
 create mode 100755 doc/guides/prog_guide/images/image65.png
 create mode 100755 doc/guides/prog_guide/images/image66.png
 create mode 100755 doc/guides/prog_guide/images/image67.png
 create mode 100755 doc/guides/prog_guide/images/image7.png
 create mode 100755 doc/guides/prog_guide/images/image8.png
 create mode 100755 doc/guides/prog_guide/images/image9.png
 create mode 100755 doc/guides/prog_guide/index.rst
 create mode 100755 doc/guides/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst
 create mode 100755 doc/guides/prog_guide/intro.rst
 create mode 100755 doc/guides/prog_guide/ip_fragment_reassembly_lib.rst
 create mode 100755 doc/guides/prog_guide/ivshmem_lib.rst
 create mode 100755 doc/guides/prog_guide/kernel_nic_interface.rst
 create mode 100755 doc/guides/prog_guide/libpcap_ring_based_poll_mode_drv.rst
 create mode 100755 doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst
 create mode 100755 doc/guides/prog_guide/lpm6_lib.rst
 create mode 100755 doc/guides/prog_guide/lpm_lib.rst
 create mode 100755 doc/guides/prog_guide/malloc_lib.rst
 create mode 100755 doc/guides/prog_guide/mbuf_lib.rst
 create mode 100755 doc/guides/prog_guide/mempool_lib.rst
 create mode 100755 doc/guides/prog_guide/multi_proc_support.rst
 create mode 100755 doc/guides/prog_guide/overview.rst
 create mode 100755 doc/guides/prog_guide/packet_classif_access_ctrl.rst
 create mode 100755 doc/guides/prog_guide/packet_distrib_lib.rst
 create mode 100755 doc/guides/prog_guide/packet_framework.rst
 create mode 100755 doc/guides/prog_guide/perf_opt_guidelines.rst
 create mode 100755 doc/guides/prog_guide/poll_mode_drv.rst
 create mode 100755 doc/guides/prog_guide/poll_mode_drv_emulated_virtio_nic.rst
 create mode 100755 doc/guides/prog_guide/poll_mode_drv_paravirtual_vmxnets_nic.rst
 create mode 100755 doc/guides/prog_guide/power_man.rst
 create mode 100755 doc/guides/prog_guide/profile_app.rst
 create mode 100755 doc/guides/prog_guide/qos_framework.rst
 create mode 100755 doc/guides/prog_guide/ring_lib.rst
 create mode 100755 doc/guides/prog_guide/source_org.rst
 create mode 100755 doc/guides/prog_guide/thread_safety_intel_dpdk_functions.rst
 create mode 100755 doc/guides/prog_guide/timer_lib.rst
 create mode 100755 doc/guides/prog_guide/writing_efficient_code.rst
 create mode 100755 doc/guides/rel_notes/appendices.rst
 create mode 100755 doc/guides/rel_notes/faq.rst
 create mode 100755 doc/guides/rel_notes/index.rst
 create mode 100755 doc/guides/rel_notes/known_issues.rst
 create mode 100755 doc/guides/rel_notes/new_features.rst
 create mode 100755 doc/guides/rel_notes/rel_description.rst
 create mode 100755 doc/guides/rel_notes/resolved_issues.rst
 create mode 100755 doc/guides/rel_notes/supported_features.rst
 create mode 100755 doc/guides/rel_notes/supported_os.rst
 create mode 100755 doc/guides/rel_notes/updating_apps.rst
 create mode 100755 doc/guides/sample_app_ug/cmd_line.rst
 create mode 100755 doc/guides/sample_app_ug/exception_path.rst
 create mode 100755 doc/guides/sample_app_ug/hello_world.rst
 create mode 100755 doc/guides/sample_app_ug/images/image10.png
 create mode 100755 doc/guides/sample_app_ug/images/image11.png
 create mode 100755 doc/guides/sample_app_ug/images/image12.png
 create mode 100755 doc/guides/sample_app_ug/images/image13.png
 create mode 100755 doc/guides/sample_app_ug/images/image14.png
 create mode 100755 doc/guides/sample_app_ug/images/image15.png
 create mode 100755 doc/guides/sample_app_ug/images/image16.png
 create mode 100755 doc/guides/sample_app_ug/images/image17.png
 create mode 100755 doc/guides/sample_app_ug/images/image18.png
 create mode 100755 doc/guides/sample_app_ug/images/image19.png
 create mode 100755 doc/guides/sample_app_ug/images/image2.png
 create mode 100755 doc/guides/sample_app_ug/images/image20.png
 create mode 100755 doc/guides/sample_app_ug/images/image21.png
 create mode 100755 doc/guides/sample_app_ug/images/image22.png
 create mode 100755 doc/guides/sample_app_ug/images/image23.png
 create mode 100755 doc/guides/sample_app_ug/images/image24.png
 create mode 100755 doc/guides/sample_app_ug/images/image3.png
 create mode 100755 doc/guides/sample_app_ug/images/image4.png
 create mode 100755 doc/guides/sample_app_ug/images/image5.png
 create mode 100755 doc/guides/sample_app_ug/images/image6.png
 create mode 100755 doc/guides/sample_app_ug/images/image7.png
 create mode 100755 doc/guides/sample_app_ug/images/image8.png
 create mode 100755 doc/guides/sample_app_ug/images/image9.png
 create mode 100755 doc/guides/sample_app_ug/index.rst
 create mode 100755 doc/guides/sample_app_ug/intel_quickassist.rst
 create mode 100755 doc/guides/sample_app_ug/internet_proto_ip_pipeline.rst
 create mode 100755 doc/guides/sample_app_ug/intro.rst
 create mode 100755 doc/guides/sample_app_ug/ip_frag.rst
 create mode 100755 doc/guides/sample_app_ug/ip_reassembly.rst
 create mode 100755 doc/guides/sample_app_ug/ipv4_multicast.rst
 create mode 100755 doc/guides/sample_app_ug/kernel_nic_interface.rst
 create mode 100755 doc/guides/sample_app_ug/l2_forward_real_virtual.rst
 create mode 100755 doc/guides/sample_app_ug/l3_forward.rst
 create mode 100755 doc/guides/sample_app_ug/l3_forward_access_ctrl.rst
 create mode 100755 doc/guides/sample_app_ug/l3_forward_power_man.rst
 create mode 100755 doc/guides/sample_app_ug/l3_forward_virtual.rst
 create mode 100755 doc/guides/sample_app_ug/link_status_intr.rst
 create mode 100755 doc/guides/sample_app_ug/load_balancer.rst
 create mode 100755 doc/guides/sample_app_ug/multi_process.rst
 create mode 100755 doc/guides/sample_app_ug/netmap_compatibility.rst
 create mode 100755 doc/guides/sample_app_ug/qos_metering.rst
 create mode 100755 doc/guides/sample_app_ug/qos_scheduler.rst
 create mode 100755 doc/guides/sample_app_ug/quota_watermark.rst
 create mode 100755 doc/guides/sample_app_ug/test_pipeline.rst
 create mode 100755 doc/guides/sample_app_ug/timer.rst
 create mode 100755 doc/guides/sample_app_ug/vhost.rst
 create mode 100755 doc/guides/sample_app_ug/vmdq_dcb_forwarding.rst

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

* Re: [dpdk-dev] [PULL REQUEST] doc: release notes, programmers guide, sample app. guide and fix to linux getting started guide.
  2014-10-31 16:25 ` [dpdk-dev] [PULL REQUEST] doc: release notes, programmers guide, sample app. guide and fix to linux " Bernard Iremonger
@ 2014-10-31 18:07   ` Thomas Monjalon
  2014-11-03 18:02   ` Thomas Monjalon
  1 sibling, 0 replies; 19+ messages in thread
From: Thomas Monjalon @ 2014-10-31 18:07 UTC (permalink / raw)
  To: Bernard Iremonger; +Cc: dev

Hi Bernard,

There are some conversion issues with the text of these images:
>  doc/guides/prog_guide/images/image18.png           |  Bin 0 -> 13397 bytes
>  doc/guides/prog_guide/images/image3.png            |  Bin 0 -> 56284 bytes
>  doc/guides/sample_app_ug/images/image18.png        |  Bin 0 -> 22301 bytes
>  doc/guides/sample_app_ug/images/image2.png         |  Bin 0 -> 60504 bytes
>  doc/guides/sample_app_ug/images/image4.png         |  Bin 0 -> 11906 bytes

Please could you fix it and submit another pull request?

Ideally the conversion of the images should be done dynamically when building
the documentation but it's a future improvement.

Thanks
-- 
Thomas

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

* Re: [dpdk-dev] [PULL REQUEST] doc: release notes, programmers guide, sample app. guide and fix to linux getting started guide.
  2014-10-31 16:25 ` [dpdk-dev] [PULL REQUEST] doc: release notes, programmers guide, sample app. guide and fix to linux " Bernard Iremonger
  2014-10-31 18:07   ` Thomas Monjalon
@ 2014-11-03 18:02   ` Thomas Monjalon
  1 sibling, 0 replies; 19+ messages in thread
From: Thomas Monjalon @ 2014-11-03 18:02 UTC (permalink / raw)
  To: Bernard Iremonger; +Cc: dev

2014-10-31 16:25, Bernard Iremonger:
> Bernard Iremonger (3):
>       doc: release notes for DPDK 1.7
>       doc: programmers guide
>       doc: sample applications user guide
> 
> Jincheng Miao (1):
>       doc: fix a typo

Release notes and the fix are pulled.
Programmers guide and sample app user guide are pending waiting a
solution for images.

-- 
Thomas

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

* [dpdk-dev] [PULL REQUEST] doc: programmers guide.
       [not found] <REQUEST PULL>
  2014-10-23 14:35 ` [dpdk-dev] [PULL REQUEST] doc: freebsd getting started guide Bernard Iremonger
  2014-10-31 16:25 ` [dpdk-dev] [PULL REQUEST] doc: release notes, programmers guide, sample app. guide and fix to linux " Bernard Iremonger
@ 2014-11-17  9:41 ` Bernard Iremonger
  2014-11-18 14:01   ` Thomas Monjalon
  2014-11-20 15:36 ` [dpdk-dev] [PULL REQUEST] doc: Various document fixes in testpmd UG Bernard Iremonger
                   ` (6 subsequent siblings)
  9 siblings, 1 reply; 19+ messages in thread
From: Bernard Iremonger @ 2014-11-17  9:41 UTC (permalink / raw)
  To: dev

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

The following changes since commit 07db4a9750940bbf95299a89afd12d178556e064:

  examples/distributor: new sample app (2014-11-16 22:54:56 +0100)

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

Bernard Iremonger (1):
      doc: programmers guide

 doc/guides/index.rst                               |    1 +
 doc/guides/prog_guide/build_app.rst                |  128 +
 doc/guides/prog_guide/dev_kit_build_system.rst     |  418 ++++
 doc/guides/prog_guide/dev_kit_root_make_help.rst   |  255 ++
 doc/guides/prog_guide/driver_vm_emul_dev.rst       |  178 ++
 doc/guides/prog_guide/env_abstraction_layer.rst    |  215 ++
 doc/guides/prog_guide/ext_app_lib_make_help.rst    |  125 +
 doc/guides/prog_guide/extend_intel_dpdk.rst        |  136 ++
 doc/guides/prog_guide/glossary.rst                 |  199 ++
 doc/guides/prog_guide/hash_lib.rst                 |  134 ++
 .../prog_guide/i40e_ixgbe_igb_virt_func_drv.rst    |  553 +++++
 .../prog_guide/img/architecture-overview.svg       | 1011 ++++++++
 doc/guides/prog_guide/img/blk_diag_dropper.png     |  Bin 0 -> 55303 bytes
 doc/guides/prog_guide/img/console.png              |  Bin 0 -> 40850 bytes
 doc/guides/prog_guide/img/data_struct_per_port.png |  Bin 0 -> 58769 bytes
 doc/guides/prog_guide/img/dpdk_xen_pkt_switch.png  |  Bin 0 -> 163842 bytes
 doc/guides/prog_guide/img/drop_probability_eq3.png |  Bin 0 -> 3205 bytes
 doc/guides/prog_guide/img/drop_probability_eq4.png |  Bin 0 -> 2737 bytes
 .../prog_guide/img/drop_probability_graph.png      |  Bin 0 -> 62349 bytes
 doc/guides/prog_guide/img/eq2_expression.png       |  Bin 0 -> 1614 bytes
 doc/guides/prog_guide/img/eq2_factor.png           |  Bin 0 -> 995 bytes
 doc/guides/prog_guide/img/ewma_filter_eq_1.png     |  Bin 0 -> 840 bytes
 doc/guides/prog_guide/img/ewma_filter_eq_2.png     |  Bin 0 -> 1462 bytes
 .../prog_guide/img/ex_data_flow_tru_dropper.png    |  Bin 0 -> 32578 bytes
 doc/guides/prog_guide/img/fast_pkt_proc.png        |  Bin 0 -> 355905 bytes
 doc/guides/prog_guide/img/figure32.png             |  Bin 0 -> 11603 bytes
 doc/guides/prog_guide/img/figure33.png             |  Bin 0 -> 65216 bytes
 doc/guides/prog_guide/img/figure34.png             |  Bin 0 -> 11581 bytes
 doc/guides/prog_guide/img/figure35.png             |  Bin 0 -> 75012 bytes
 doc/guides/prog_guide/img/figure37.png             |  Bin 0 -> 6934 bytes
 doc/guides/prog_guide/img/figure38.png             |  Bin 0 -> 7372 bytes
 doc/guides/prog_guide/img/figure39.png             |  Bin 0 -> 55986 bytes
 doc/guides/prog_guide/img/flow_tru_droppper.png    |  Bin 0 -> 30870 bytes
 doc/guides/prog_guide/img/forward_stats.png        |  Bin 0 -> 8849 bytes
 doc/guides/prog_guide/img/grant_refs.png           |  Bin 0 -> 6405 bytes
 doc/guides/prog_guide/img/grant_table.png          |  Bin 0 -> 96762 bytes
 doc/guides/prog_guide/img/hier_sched_blk.png       |  Bin 0 -> 36328 bytes
 doc/guides/prog_guide/img/host_vm_comms.png        |  Bin 0 -> 16487 bytes
 doc/guides/prog_guide/img/host_vm_comms_qemu.png   |  Bin 0 -> 15383 bytes
 doc/guides/prog_guide/img/inter_vm_comms.png       |  Bin 0 -> 370244 bytes
 doc/guides/prog_guide/img/ivshmem.png              |  Bin 0 -> 44920 bytes
 doc/guides/prog_guide/img/kernel_nic_intf.png      |  Bin 0 -> 185839 bytes
 doc/guides/prog_guide/img/kni_traffic_flow.png     |  Bin 0 -> 366308 bytes
 doc/guides/prog_guide/img/link_bonding.png         |  Bin 0 -> 223318 bytes
 doc/guides/prog_guide/img/linuxapp_launch.svg      |  762 ++++++
 doc/guides/prog_guide/img/m_definition.png         |  Bin 0 -> 1261 bytes
 doc/guides/prog_guide/img/malloc_heap.png          |  Bin 0 -> 81329 bytes
 doc/guides/prog_guide/img/mbuf1.svg                |  584 +++++
 doc/guides/prog_guide/img/mbuf2.svg                | 1263 ++++++++++
 doc/guides/prog_guide/img/memory-management.svg    | 2164 +++++++++++++++++
 doc/guides/prog_guide/img/memory-management2.svg   | 2301 ++++++++++++++++++
 doc/guides/prog_guide/img/mempool.svg              | 2434 ++++++++++++++++++++
 doc/guides/prog_guide/img/multi_process_memory.svg |  102 +
 doc/guides/prog_guide/img/packet_distributor1.png  |  Bin 0 -> 99482 bytes
 doc/guides/prog_guide/img/packet_distributor2.png  |  Bin 0 -> 102867 bytes
 doc/guides/prog_guide/img/perf_benchmark.png       |  Bin 0 -> 392248 bytes
 doc/guides/prog_guide/img/pipe_prefetch_sm.png     |  Bin 0 -> 71898 bytes
 doc/guides/prog_guide/img/pkt_drop_probability.png |  Bin 0 -> 46368 bytes
 doc/guides/prog_guide/img/pkt_flow_kni.png         |  Bin 0 -> 51088 bytes
 .../prog_guide/img/pkt_proc_pipeline_qos.png       |  Bin 0 -> 93198 bytes
 doc/guides/prog_guide/img/prefetch_pipeline.png    |  Bin 0 -> 56358 bytes
 doc/guides/prog_guide/img/ring-dequeue1.svg        |  690 ++++++
 doc/guides/prog_guide/img/ring-dequeue2.svg        |  653 ++++++
 doc/guides/prog_guide/img/ring-dequeue3.svg        |  648 ++++++
 doc/guides/prog_guide/img/ring-enqueue1.svg        |  599 +++++
 doc/guides/prog_guide/img/ring-enqueue2.svg        |  643 ++++++
 doc/guides/prog_guide/img/ring-enqueue3.svg        |  638 +++++
 doc/guides/prog_guide/img/ring-modulo1.svg         |  806 +++++++
 doc/guides/prog_guide/img/ring-modulo2.svg         |  851 +++++++
 doc/guides/prog_guide/img/ring-mp-enqueue1.svg     |  738 ++++++
 doc/guides/prog_guide/img/ring-mp-enqueue2.svg     |  779 +++++++
 doc/guides/prog_guide/img/ring-mp-enqueue3.svg     |  816 +++++++
 doc/guides/prog_guide/img/ring-mp-enqueue4.svg     |  816 +++++++
 doc/guides/prog_guide/img/ring-mp-enqueue5.svg     |  724 ++++++
 doc/guides/prog_guide/img/ring1.svg                |  386 ++++
 doc/guides/prog_guide/img/sched_hier_per_port.png  |  Bin 0 -> 58973 bytes
 doc/guides/prog_guide/img/single_port_nic.png      |  Bin 0 -> 425314 bytes
 doc/guides/prog_guide/img/tbl24_tbl8.png           |  Bin 0 -> 95193 bytes
 doc/guides/prog_guide/img/tbl24_tbl8_tbl8.png      |  Bin 0 -> 114003 bytes
 doc/guides/prog_guide/img/vhost_net_arch.png       |  Bin 0 -> 251431 bytes
 doc/guides/prog_guide/img/vm_vm_comms.png          |  Bin 0 -> 172288 bytes
 doc/guides/prog_guide/img/vmxnet3_int.png          |  Bin 0 -> 107542 bytes
 doc/guides/prog_guide/img/vswitch_vm.png           |  Bin 0 -> 123082 bytes
 doc/guides/prog_guide/index.rst                    |  271 +++
 .../intel_dpdk_xen_based_packet_switch_sol.rst     |  464 ++++
 doc/guides/prog_guide/intro.rst                    |   83 +
 .../prog_guide/ip_fragment_reassembly_lib.rst      |  138 ++
 doc/guides/prog_guide/ivshmem_lib.rst              |  158 ++
 doc/guides/prog_guide/kernel_nic_interface.rst     |  290 +++
 .../libpcap_ring_based_poll_mode_drv.rst           |  271 +++
 .../prog_guide/link_bonding_poll_mode_drv_lib.rst  |  278 +++
 doc/guides/prog_guide/lpm6_lib.rst                 |  235 ++
 doc/guides/prog_guide/lpm_lib.rst                  |  223 ++
 doc/guides/prog_guide/malloc_lib.rst               |  236 ++
 doc/guides/prog_guide/mbuf_lib.rst                 |  192 ++
 doc/guides/prog_guide/mempool_lib.rst              |  148 ++
 doc/guides/prog_guide/multi_proc_support.rst       |  203 ++
 doc/guides/prog_guide/overview.rst                 |  207 ++
 .../prog_guide/packet_classif_access_ctrl.rst      |  435 ++++
 doc/guides/prog_guide/packet_distrib_lib.rst       |  116 +
 doc/guides/prog_guide/packet_framework.rst         | 1183 ++++++++++
 doc/guides/prog_guide/perf_opt_guidelines.rst      |   46 +
 doc/guides/prog_guide/poll_mode_drv.rst            |  441 ++++
 .../poll_mode_drv_emulated_virtio_nic.rst          |  212 ++
 .../poll_mode_drv_paravirtual_vmxnets_nic.rst      |  184 ++
 doc/guides/prog_guide/power_man.rst                |  121 +
 doc/guides/prog_guide/profile_app.rst              |   52 +
 doc/guides/prog_guide/qos_framework.rst            | 1765 ++++++++++++++
 doc/guides/prog_guide/ring_lib.rst                 |  376 +++
 doc/guides/prog_guide/source_org.rst               |  138 ++
 .../thread_safety_intel_dpdk_functions.rst         |  102 +
 doc/guides/prog_guide/timer_lib.rst                |  104 +
 doc/guides/prog_guide/writing_efficient_code.rst   |  232 ++
 113 files changed, 31654 insertions(+), 0 deletions(-)
 create mode 100644 doc/guides/prog_guide/build_app.rst
 create mode 100644 doc/guides/prog_guide/dev_kit_build_system.rst
 create mode 100644 doc/guides/prog_guide/dev_kit_root_make_help.rst
 create mode 100644 doc/guides/prog_guide/driver_vm_emul_dev.rst
 create mode 100644 doc/guides/prog_guide/env_abstraction_layer.rst
 create mode 100644 doc/guides/prog_guide/ext_app_lib_make_help.rst
 create mode 100644 doc/guides/prog_guide/extend_intel_dpdk.rst
 create mode 100644 doc/guides/prog_guide/glossary.rst
 create mode 100644 doc/guides/prog_guide/hash_lib.rst
 create mode 100644 doc/guides/prog_guide/i40e_ixgbe_igb_virt_func_drv.rst
 create mode 100644 doc/guides/prog_guide/img/architecture-overview.svg
 create mode 100644 doc/guides/prog_guide/img/blk_diag_dropper.png
 create mode 100644 doc/guides/prog_guide/img/console.png
 create mode 100644 doc/guides/prog_guide/img/data_struct_per_port.png
 create mode 100644 doc/guides/prog_guide/img/dpdk_xen_pkt_switch.png
 create mode 100644 doc/guides/prog_guide/img/drop_probability_eq3.png
 create mode 100644 doc/guides/prog_guide/img/drop_probability_eq4.png
 create mode 100644 doc/guides/prog_guide/img/drop_probability_graph.png
 create mode 100644 doc/guides/prog_guide/img/eq2_expression.png
 create mode 100644 doc/guides/prog_guide/img/eq2_factor.png
 create mode 100644 doc/guides/prog_guide/img/ewma_filter_eq_1.png
 create mode 100644 doc/guides/prog_guide/img/ewma_filter_eq_2.png
 create mode 100644 doc/guides/prog_guide/img/ex_data_flow_tru_dropper.png
 create mode 100644 doc/guides/prog_guide/img/fast_pkt_proc.png
 create mode 100644 doc/guides/prog_guide/img/figure32.png
 create mode 100644 doc/guides/prog_guide/img/figure33.png
 create mode 100644 doc/guides/prog_guide/img/figure34.png
 create mode 100644 doc/guides/prog_guide/img/figure35.png
 create mode 100644 doc/guides/prog_guide/img/figure37.png
 create mode 100644 doc/guides/prog_guide/img/figure38.png
 create mode 100644 doc/guides/prog_guide/img/figure39.png
 create mode 100644 doc/guides/prog_guide/img/flow_tru_droppper.png
 create mode 100644 doc/guides/prog_guide/img/forward_stats.png
 create mode 100644 doc/guides/prog_guide/img/grant_refs.png
 create mode 100644 doc/guides/prog_guide/img/grant_table.png
 create mode 100644 doc/guides/prog_guide/img/hier_sched_blk.png
 create mode 100644 doc/guides/prog_guide/img/host_vm_comms.png
 create mode 100644 doc/guides/prog_guide/img/host_vm_comms_qemu.png
 create mode 100644 doc/guides/prog_guide/img/inter_vm_comms.png
 create mode 100644 doc/guides/prog_guide/img/ivshmem.png
 create mode 100644 doc/guides/prog_guide/img/kernel_nic_intf.png
 create mode 100644 doc/guides/prog_guide/img/kni_traffic_flow.png
 create mode 100644 doc/guides/prog_guide/img/link_bonding.png
 create mode 100644 doc/guides/prog_guide/img/linuxapp_launch.svg
 create mode 100644 doc/guides/prog_guide/img/m_definition.png
 create mode 100644 doc/guides/prog_guide/img/malloc_heap.png
 create mode 100644 doc/guides/prog_guide/img/mbuf1.svg
 create mode 100644 doc/guides/prog_guide/img/mbuf2.svg
 create mode 100644 doc/guides/prog_guide/img/memory-management.svg
 create mode 100644 doc/guides/prog_guide/img/memory-management2.svg
 create mode 100644 doc/guides/prog_guide/img/mempool.svg
 create mode 100644 doc/guides/prog_guide/img/multi_process_memory.svg
 create mode 100644 doc/guides/prog_guide/img/packet_distributor1.png
 create mode 100644 doc/guides/prog_guide/img/packet_distributor2.png
 create mode 100644 doc/guides/prog_guide/img/perf_benchmark.png
 create mode 100644 doc/guides/prog_guide/img/pipe_prefetch_sm.png
 create mode 100644 doc/guides/prog_guide/img/pkt_drop_probability.png
 create mode 100644 doc/guides/prog_guide/img/pkt_flow_kni.png
 create mode 100644 doc/guides/prog_guide/img/pkt_proc_pipeline_qos.png
 create mode 100644 doc/guides/prog_guide/img/prefetch_pipeline.png
 create mode 100644 doc/guides/prog_guide/img/ring-dequeue1.svg
 create mode 100644 doc/guides/prog_guide/img/ring-dequeue2.svg
 create mode 100644 doc/guides/prog_guide/img/ring-dequeue3.svg
 create mode 100644 doc/guides/prog_guide/img/ring-enqueue1.svg
 create mode 100644 doc/guides/prog_guide/img/ring-enqueue2.svg
 create mode 100644 doc/guides/prog_guide/img/ring-enqueue3.svg
 create mode 100644 doc/guides/prog_guide/img/ring-modulo1.svg
 create mode 100644 doc/guides/prog_guide/img/ring-modulo2.svg
 create mode 100644 doc/guides/prog_guide/img/ring-mp-enqueue1.svg
 create mode 100644 doc/guides/prog_guide/img/ring-mp-enqueue2.svg
 create mode 100644 doc/guides/prog_guide/img/ring-mp-enqueue3.svg
 create mode 100644 doc/guides/prog_guide/img/ring-mp-enqueue4.svg
 create mode 100644 doc/guides/prog_guide/img/ring-mp-enqueue5.svg
 create mode 100644 doc/guides/prog_guide/img/ring1.svg
 create mode 100644 doc/guides/prog_guide/img/sched_hier_per_port.png
 create mode 100644 doc/guides/prog_guide/img/single_port_nic.png
 create mode 100644 doc/guides/prog_guide/img/tbl24_tbl8.png
 create mode 100644 doc/guides/prog_guide/img/tbl24_tbl8_tbl8.png
 create mode 100644 doc/guides/prog_guide/img/vhost_net_arch.png
 create mode 100644 doc/guides/prog_guide/img/vm_vm_comms.png
 create mode 100644 doc/guides/prog_guide/img/vmxnet3_int.png
 create mode 100644 doc/guides/prog_guide/img/vswitch_vm.png
 create mode 100644 doc/guides/prog_guide/index.rst
 create mode 100644 doc/guides/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst
 create mode 100644 doc/guides/prog_guide/intro.rst
 create mode 100644 doc/guides/prog_guide/ip_fragment_reassembly_lib.rst
 create mode 100644 doc/guides/prog_guide/ivshmem_lib.rst
 create mode 100644 doc/guides/prog_guide/kernel_nic_interface.rst
 create mode 100644 doc/guides/prog_guide/libpcap_ring_based_poll_mode_drv.rst
 create mode 100644 doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst
 create mode 100644 doc/guides/prog_guide/lpm6_lib.rst
 create mode 100644 doc/guides/prog_guide/lpm_lib.rst
 create mode 100644 doc/guides/prog_guide/malloc_lib.rst
 create mode 100644 doc/guides/prog_guide/mbuf_lib.rst
 create mode 100644 doc/guides/prog_guide/mempool_lib.rst
 create mode 100644 doc/guides/prog_guide/multi_proc_support.rst
 create mode 100644 doc/guides/prog_guide/overview.rst
 create mode 100644 doc/guides/prog_guide/packet_classif_access_ctrl.rst
 create mode 100644 doc/guides/prog_guide/packet_distrib_lib.rst
 create mode 100644 doc/guides/prog_guide/packet_framework.rst
 create mode 100644 doc/guides/prog_guide/perf_opt_guidelines.rst
 create mode 100644 doc/guides/prog_guide/poll_mode_drv.rst
 create mode 100644 doc/guides/prog_guide/poll_mode_drv_emulated_virtio_nic.rst
 create mode 100644 doc/guides/prog_guide/poll_mode_drv_paravirtual_vmxnets_nic.rst
 create mode 100644 doc/guides/prog_guide/power_man.rst
 create mode 100644 doc/guides/prog_guide/profile_app.rst
 create mode 100644 doc/guides/prog_guide/qos_framework.rst
 create mode 100644 doc/guides/prog_guide/ring_lib.rst
 create mode 100644 doc/guides/prog_guide/source_org.rst
 create mode 100644 doc/guides/prog_guide/thread_safety_intel_dpdk_functions.rst
 create mode 100644 doc/guides/prog_guide/timer_lib.rst
 create mode 100644 doc/guides/prog_guide/writing_efficient_code.rst

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

* Re: [dpdk-dev] [PULL REQUEST] doc: programmers guide.
  2014-11-17  9:41 ` [dpdk-dev] [PULL REQUEST] doc: programmers guide Bernard Iremonger
@ 2014-11-18 14:01   ` Thomas Monjalon
  0 siblings, 0 replies; 19+ messages in thread
From: Thomas Monjalon @ 2014-11-18 14:01 UTC (permalink / raw)
  To: dev, Bernard Iremonger

> Bernard Iremonger (1):
>       doc: programmers guide

Applied

Thanks a lot Bernard.
We have the complete documentation of DPDK 1.7!
Now it's time to update it for DPDK 1.8.

-- 
Thomas

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

* [dpdk-dev] [PULL REQUEST] doc: Various document fixes in testpmd UG
       [not found] <REQUEST PULL>
                   ` (2 preceding siblings ...)
  2014-11-17  9:41 ` [dpdk-dev] [PULL REQUEST] doc: programmers guide Bernard Iremonger
@ 2014-11-20 15:36 ` Bernard Iremonger
  2014-11-26 11:37 ` [dpdk-dev] [PULL REQUEST] doc: document modifications in testpmd_app_ug and freebsd_gsg Bernard Iremonger
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 19+ messages in thread
From: Bernard Iremonger @ 2014-11-20 15:36 UTC (permalink / raw)
  To: dev

These changes are DPDK 1.8 modifications and some corrections to the TestPMD Application User Guide.

The following changes since commit fc1f2750a3ec6da919e3c86e59d56f34ec97154b:

  doc: programmers guide (2014-11-18 14:49:54 +0100)

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

Pablo de Lara (4):
      doc: Added new commands in testpmd UG
      doc: Corrected info for tx_checksum set mask function, in testpmd UG
      doc: Moved commands in testpmd UG to match testpmd command help order
      doc: Various document fixes in testpmd UG

 doc/guides/testpmd_app_ug/testpmd_funcs.rst | 1070 ++++++++++++++-------------
 1 files changed, 566 insertions(+), 504 deletions(-)

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

* [dpdk-dev] [PULL REQUEST] doc: document modifications in testpmd_app_ug and freebsd_gsg
       [not found] <REQUEST PULL>
                   ` (3 preceding siblings ...)
  2014-11-20 15:36 ` [dpdk-dev] [PULL REQUEST] doc: Various document fixes in testpmd UG Bernard Iremonger
@ 2014-11-26 11:37 ` Bernard Iremonger
  2014-12-03 15:50 ` [dpdk-dev] [PULL REQUEST] doc: document modifications in user guides Bernard Iremonger
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 19+ messages in thread
From: Bernard Iremonger @ 2014-11-26 11:37 UTC (permalink / raw)
  To: dev

These changes are DPDK 1.8 modifications and some corrections to the
TestPMD Application User Guide and the FreeBSD Getting Started Guide.

The following changes since commit c4f136db8ec532c3c930be5698cc84321c64192d:

  eal/linux: map pci memory resources after hugepages (2014-11-25 18:16:41 +0100)

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

Bruce Richardson (3):
      doc: change hardcoded date to auto-generated
      doc: adjust line lengths in FreeBSD GSG rst files
      doc: update FreeBSD GSG to document ports install

Pablo de Lara (4):
      doc: Added new commands in testpmd UG
      doc: Corrected info for tx_checksum set mask function, in testpmd UG
      doc: Moved commands in testpmd UG to match testpmd command help order
      doc: Various document fixes in testpmd UG

 doc/guides/freebsd_gsg/build_dpdk.rst         |  295 +++++--
 doc/guides/freebsd_gsg/build_sample_apps.rst  |   96 ++-
 doc/guides/freebsd_gsg/index.rst              |    4 +-
 doc/guides/freebsd_gsg/install_from_ports.rst |  162 ++++
 doc/guides/freebsd_gsg/intro.rst              |   55 +-
 doc/guides/freebsd_gsg/sys_reqs.rst           |  163 ----
 doc/guides/linux_gsg/index.rst                |    2 +-
 doc/guides/prog_guide/index.rst               |    2 +-
 doc/guides/rel_notes/index.rst                |    2 +-
 doc/guides/sample_app_ug/index.rst            |    2 +-
 doc/guides/testpmd_app_ug/index.rst           |    2 +-
 doc/guides/testpmd_app_ug/testpmd_funcs.rst   | 1085 +++++++++++++------------
 12 files changed, 1034 insertions(+), 836 deletions(-)
 create mode 100644 doc/guides/freebsd_gsg/install_from_ports.rst
 delete mode 100644 doc/guides/freebsd_gsg/sys_reqs.rst

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

* [dpdk-dev] [PULL REQUEST] doc: document modifications in user guides
       [not found] <REQUEST PULL>
                   ` (4 preceding siblings ...)
  2014-11-26 11:37 ` [dpdk-dev] [PULL REQUEST] doc: document modifications in testpmd_app_ug and freebsd_gsg Bernard Iremonger
@ 2014-12-03 15:50 ` Bernard Iremonger
  2014-12-03 18:44   ` Thomas Monjalon
  2014-12-04 15:34 ` [dpdk-dev] [PULL REQUEST] doc: modifications to " Bernard Iremonger
                   ` (3 subsequent siblings)
  9 siblings, 1 reply; 19+ messages in thread
From: Bernard Iremonger @ 2014-12-03 15:50 UTC (permalink / raw)
  To: dev

These changes are DPDK 1.8 modifications and some corrections to the
Linux Getting Started Guide, the FreeBSD Getting Started Guide,
the Programmers Guide, the Sample Application User Guide,
the TestPMD Application User Guide and the Release Notes.

The following changes since commit b6f80756e7b78a8a2a8688bc475a2cb8f6e3a188:

  kni: create interface in current network namespace (2014-12-03 15:01:08 +0100)

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


Bruce Richardson (3):
      doc: change hardcoded date to auto-generated in guide documents
      doc: adjust line lengths in freebsd getting started guide rst files
      doc: update freebsd getting started guide to document ports install

Doherty, Declan (1):
      doc: link bonding related updates to programmers guide

Pablo de Lara (4):
      doc: added new commands in testpmd application user guide
      doc: fix commands in testpmd application user guide
      doc: moved commands in testpmd application user guide to match testpmd command help order
      doc: fixes in testpmd application user guide

Siobhan Butler (4):
      doc: added distributor sample application to the sample application user guide
      doc: add vhost library section in programmers guide
      doc: updated i40e enabling additonal functionality in linux getting started guide
      doc: remove references to intel dpdk in linux getting started guide

 doc/guides/freebsd_gsg/build_dpdk.rst              |  295 ++++--
 doc/guides/freebsd_gsg/build_sample_apps.rst       |   96 +-
 doc/guides/freebsd_gsg/index.rst                   |    4 +-
 doc/guides/freebsd_gsg/install_from_ports.rst      |  162 +++
 doc/guides/freebsd_gsg/intro.rst                   |   55 +-
 doc/guides/freebsd_gsg/sys_reqs.rst                |  163 ---
 doc/guides/linux_gsg/build_dpdk.rst                |  149 ++--
 doc/guides/linux_gsg/build_sample_apps.rst         |  146 ++-
 doc/guides/linux_gsg/enable_func.rst               |  158 ++-
 doc/guides/linux_gsg/index.rst                     |    2 +-
 doc/guides/linux_gsg/intro.rst                     |   37 +-
 doc/guides/linux_gsg/quick_start.rst               |   61 +-
 doc/guides/linux_gsg/sys_reqs.rst                  |  182 ++--
 doc/guides/prog_guide/img/bond-mode-0.svg          |  638 +++++++++++
 doc/guides/prog_guide/img/bond-mode-1.svg          |  724 +++++++++++++
 doc/guides/prog_guide/img/bond-mode-2.svg          |  702 ++++++++++++
 doc/guides/prog_guide/img/bond-mode-3.svg          |  702 ++++++++++++
 doc/guides/prog_guide/img/bond-mode-4.svg          |  784 ++++++++++++++
 doc/guides/prog_guide/img/bond-mode-5.svg          |  642 +++++++++++
 doc/guides/prog_guide/img/bond-overview.svg        |  121 +++
 doc/guides/prog_guide/img/link_bonding.png         |  Bin 223318 -> 0 bytes
 doc/guides/prog_guide/index.rst                    |    3 +-
 .../prog_guide/link_bonding_poll_mode_drv_lib.rst  |  365 +++++--
 doc/guides/prog_guide/vhost_lib.rst                |  101 ++
 doc/guides/rel_notes/index.rst                     |    2 +-
 doc/guides/sample_app_ug/dist_app.rst              |  177 +++
 doc/guides/sample_app_ug/img/dist_app.svg          |  442 ++++++++
 doc/guides/sample_app_ug/img/dist_perf.svg         |  459 ++++++++
 doc/guides/sample_app_ug/index.rst                 |    7 +-
 doc/guides/testpmd_app_ug/index.rst                |    2 +-
 doc/guides/testpmd_app_ug/testpmd_funcs.rst        | 1129 +++++++++++---------
 31 files changed, 7278 insertions(+), 1232 deletions(-)
 create mode 100644 doc/guides/freebsd_gsg/install_from_ports.rst
 delete mode 100644 doc/guides/freebsd_gsg/sys_reqs.rst
 create mode 100644 doc/guides/prog_guide/img/bond-mode-0.svg
 create mode 100644 doc/guides/prog_guide/img/bond-mode-1.svg
 create mode 100644 doc/guides/prog_guide/img/bond-mode-2.svg
 create mode 100644 doc/guides/prog_guide/img/bond-mode-3.svg
 create mode 100644 doc/guides/prog_guide/img/bond-mode-4.svg
 create mode 100644 doc/guides/prog_guide/img/bond-mode-5.svg
 create mode 100644 doc/guides/prog_guide/img/bond-overview.svg
 delete mode 100644 doc/guides/prog_guide/img/link_bonding.png
 create mode 100644 doc/guides/prog_guide/vhost_lib.rst
 create mode 100644 doc/guides/sample_app_ug/dist_app.rst
 create mode 100644 doc/guides/sample_app_ug/img/dist_app.svg
 create mode 100644 doc/guides/sample_app_ug/img/dist_perf.svg

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

* Re: [dpdk-dev] [PULL REQUEST] doc: document modifications in user guides
  2014-12-03 15:50 ` [dpdk-dev] [PULL REQUEST] doc: document modifications in user guides Bernard Iremonger
@ 2014-12-03 18:44   ` Thomas Monjalon
  2014-12-04 11:22     ` Iremonger, Bernard
  0 siblings, 1 reply; 19+ messages in thread
From: Thomas Monjalon @ 2014-12-03 18:44 UTC (permalink / raw)
  To: Bernard Iremonger; +Cc: dev

Hi Bernard,

These patches won't pulled as is for 2 reasons:
1) I made some comments recently on some of these patches
2) It appears you didn't applied the v5 of Pablo's patchset
	http://dpdk.org/ml/archives/dev/2014-December/009270.html

Below some title rewording to make it concise and more consistent:

2014-12-03 15:50, Bernard Iremonger:
> Bruce Richardson (3):
>       doc: change hardcoded date to auto-generated in guide documents
doc: auto-generate date in guides
>       doc: adjust line lengths in freebsd getting started guide rst files
doc: adjust line lengths in freebsd guide
>       doc: update freebsd getting started guide to document ports install
doc: add freebsd ports
> 
> Doherty, Declan (1):
>       doc: link bonding related updates to programmers guide
doc: update bonding
> 
> Pablo de Lara (4):
>       doc: added new commands in testpmd application user guide
doc: new testpmd commands
>       doc: fix commands in testpmd application user guide
doc: fix testpmd commands
>       doc: moved commands in testpmd application user guide to match testpmd command help order
doc: reorder testpmd commands
>       doc: fixes in testpmd application user guide
doc: fix testpmd guide
> 
> Siobhan Butler (4):
>       doc: added distributor sample application to the sample application user guide
doc: add distributor application
>       doc: add vhost library section in programmers guide
doc: add vhost library
>       doc: updated i40e enabling additonal functionality in linux getting started guide
doc: update i40e
>       doc: remove references to intel dpdk in linux getting started guide

-- 
Thomas

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

* Re: [dpdk-dev] [PULL REQUEST] doc: document modifications in user guides
  2014-12-03 18:44   ` Thomas Monjalon
@ 2014-12-04 11:22     ` Iremonger, Bernard
  0 siblings, 0 replies; 19+ messages in thread
From: Iremonger, Bernard @ 2014-12-04 11:22 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev

Hi Thomas,
 
> Hi Bernard,
> 
> These patches won't pulled as is for 2 reasons:
> 1) I made some comments recently on some of these patches

Clearly I was too eager to apply these patches.
Are you happy with of the patches, if so I could a  send a request pull with a reduced patch set

> 2) It appears you didn't applied the v5 of Pablo's patchset
> 	http://dpdk.org/ml/archives/dev/2014-December/009270.html

There was conflict with Pablo's earlier patch set when I synced up with dpdk_main, which I thought I had resolved incorrectly.
When I applied the V5 patch set, I reworked this line "Quit to prompt:", so it should be correct now.
I can rebase and reapply Pablo's V5 patch set if that is a better solution.
 
> Below some title rewording to make it concise and more consistent:
> 
> 2014-12-03 15:50, Bernard Iremonger:
> > Bruce Richardson (3):
> >       doc: change hardcoded date to auto-generated in guide documents
> doc: auto-generate date in guides
> >       doc: adjust line lengths in freebsd getting started guide rst files
> doc: adjust line lengths in freebsd guide
> >       doc: update freebsd getting started guide to document ports install
> doc: add freebsd ports
> >
> > Doherty, Declan (1):
> >       doc: link bonding related updates to programmers guide
> doc: update bonding
> >
> > Pablo de Lara (4):
> >       doc: added new commands in testpmd application user guide
> doc: new testpmd commands
> >       doc: fix commands in testpmd application user guide
> doc: fix testpmd commands
> >       doc: moved commands in testpmd application user guide to match testpmd command help order
> doc: reorder testpmd commands
> >       doc: fixes in testpmd application user guide
> doc: fix testpmd guide
> >
> > Siobhan Butler (4):
> >       doc: added distributor sample application to the sample application user guide
> doc: add distributor application
> >       doc: add vhost library section in programmers guide
> doc: add vhost library
> >       doc: updated i40e enabling additonal functionality in linux getting started guide
> doc: update i40e
> >       doc: remove references to intel dpdk in linux getting started guide
> 
Are the reworded commit lines ok now.

> --
> Thomas

Regards,

Bernard.

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

* [dpdk-dev] [PULL REQUEST] doc: modifications to user guides
       [not found] <REQUEST PULL>
                   ` (5 preceding siblings ...)
  2014-12-03 15:50 ` [dpdk-dev] [PULL REQUEST] doc: document modifications in user guides Bernard Iremonger
@ 2014-12-04 15:34 ` Bernard Iremonger
  2014-12-05 16:23   ` Thomas Monjalon
  2014-12-11 14:13 ` Bernard Iremonger
                   ` (2 subsequent siblings)
  9 siblings, 1 reply; 19+ messages in thread
From: Bernard Iremonger @ 2014-12-04 15:34 UTC (permalink / raw)
  To: dev

These changes are DPDK 1.8 modifications and some corrections to the
Linux Getting Started Guide, the FreeBSD Getting Started Guide,
the Programmers Guide, the Sample Application User Guide,
the TestPMD Application User Guide and the Release Notes.

The following changes since commit b6f80756e7b78a8a2a8688bc475a2cb8f6e3a188:

  kni: create interface in current network namespace (2014-12-03 15:01:08 +0100)

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

De Lara Guarch, Pablo (4):
      doc: new testpmd commands
      doc: fix testpmd commands
      doc: reorder testpmd commands
      doc: fix testpmd guide

Doherty, Declan (1):
      doc: update bonding

Richardson, Bruce (3):
      docs: auto-generate date in guides
      docs: adjust line lengths in freebsd guide
      docs: add freebsd ports

Siobhan Butler (2):
      doc: add distributor application
      doc: add vhost library

 doc/guides/freebsd_gsg/build_dpdk.rst              |  295 ++++--
 doc/guides/freebsd_gsg/build_sample_apps.rst       |   94 +-
 doc/guides/freebsd_gsg/index.rst                   |    4 +-
 doc/guides/freebsd_gsg/install_from_ports.rst      |  162 +++
 doc/guides/freebsd_gsg/intro.rst                   |   55 +-
 doc/guides/freebsd_gsg/sys_reqs.rst                |  163 ---
 doc/guides/linux_gsg/index.rst                     |    2 +-
 doc/guides/prog_guide/img/bond-mode-0.svg          |  638 +++++++++++
 doc/guides/prog_guide/img/bond-mode-1.svg          |  724 +++++++++++++
 doc/guides/prog_guide/img/bond-mode-2.svg          |  702 ++++++++++++
 doc/guides/prog_guide/img/bond-mode-3.svg          |  702 ++++++++++++
 doc/guides/prog_guide/img/bond-mode-4.svg          |  784 ++++++++++++++
 doc/guides/prog_guide/img/bond-mode-5.svg          |  642 +++++++++++
 doc/guides/prog_guide/img/bond-overview.svg        |  121 +++
 doc/guides/prog_guide/img/link_bonding.png         |  Bin 223318 -> 0 bytes
 doc/guides/prog_guide/index.rst                    |    3 +-
 .../prog_guide/link_bonding_poll_mode_drv_lib.rst  |  365 +++++--
 doc/guides/prog_guide/vhost_lib.rst                |  101 ++
 doc/guides/rel_notes/index.rst                     |    2 +-
 doc/guides/sample_app_ug/dist_app.rst              |  177 +++
 doc/guides/sample_app_ug/img/dist_app.svg          |  442 ++++++++
 doc/guides/sample_app_ug/img/dist_perf.svg         |  459 ++++++++
 doc/guides/sample_app_ug/index.rst                 |    7 +-
 doc/guides/testpmd_app_ug/index.rst                |    2 +-
 doc/guides/testpmd_app_ug/testpmd_funcs.rst        | 1127 +++++++++++---------
 25 files changed, 6837 insertions(+), 936 deletions(-)
 create mode 100644 doc/guides/freebsd_gsg/install_from_ports.rst
 delete mode 100644 doc/guides/freebsd_gsg/sys_reqs.rst
 create mode 100644 doc/guides/prog_guide/img/bond-mode-0.svg
 create mode 100644 doc/guides/prog_guide/img/bond-mode-1.svg
 create mode 100644 doc/guides/prog_guide/img/bond-mode-2.svg
 create mode 100644 doc/guides/prog_guide/img/bond-mode-3.svg
 create mode 100644 doc/guides/prog_guide/img/bond-mode-4.svg
 create mode 100644 doc/guides/prog_guide/img/bond-mode-5.svg
 create mode 100644 doc/guides/prog_guide/img/bond-overview.svg
 delete mode 100644 doc/guides/prog_guide/img/link_bonding.png
 create mode 100644 doc/guides/prog_guide/vhost_lib.rst
 create mode 100644 doc/guides/sample_app_ug/dist_app.rst
 create mode 100644 doc/guides/sample_app_ug/img/dist_app.svg
 create mode 100644 doc/guides/sample_app_ug/img/dist_perf.svg

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

* Re: [dpdk-dev] [PULL REQUEST] doc: modifications to user guides
  2014-12-04 15:34 ` [dpdk-dev] [PULL REQUEST] doc: modifications to " Bernard Iremonger
@ 2014-12-05 16:23   ` Thomas Monjalon
  0 siblings, 0 replies; 19+ messages in thread
From: Thomas Monjalon @ 2014-12-05 16:23 UTC (permalink / raw)
  To: Bernard Iremonger; +Cc: dev

> These changes are DPDK 1.8 modifications and some corrections to the
> Linux Getting Started Guide, the FreeBSD Getting Started Guide,
> the Programmers Guide, the Sample Application User Guide,
> the TestPMD Application User Guide and the Release Notes.
> 
> The following changes since commit b6f80756e7b78a8a2a8688bc475a2cb8f6e3a188:
> 
>   kni: create interface in current network namespace (2014-12-03 15:01:08 +0100)
> 
> are available in the git repository at:
>   ssh://bernard@dpdk.org/home/bernard/dpdk-doc-next.git/ master
> 
> De Lara Guarch, Pablo (4):
>       doc: new testpmd commands
>       doc: fix testpmd commands
>       doc: reorder testpmd commands
>       doc: fix testpmd guide
> 
> Doherty, Declan (1):
>       doc: update bonding
> 
> Richardson, Bruce (3):
>       docs: auto-generate date in guides
>       docs: adjust line lengths in freebsd guide
>       docs: add freebsd ports
> 
> Siobhan Butler (2):
>       doc: add distributor application
>       doc: add vhost library

Pulled

Thanks
-- 
Thomas

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

* [dpdk-dev] [PULL REQUEST] doc: modifications to user guides
       [not found] <REQUEST PULL>
                   ` (6 preceding siblings ...)
  2014-12-04 15:34 ` [dpdk-dev] [PULL REQUEST] doc: modifications to " Bernard Iremonger
@ 2014-12-11 14:13 ` Bernard Iremonger
  2014-12-17  0:15   ` Thomas Monjalon
  2014-12-18 21:29 ` Bernard Iremonger
  2014-12-19 17:40 ` [dpdk-dev] [PULL REQUEST] doc: latest " Bernard Iremonger
  9 siblings, 1 reply; 19+ messages in thread
From: Bernard Iremonger @ 2014-12-11 14:13 UTC (permalink / raw)
  To: dev

These changes are DPDK 1.8 modifications and some corrections to the
Programmers Guide, the Sample Application User Guide and the Release Notes.

The following changes since commit 199aec302e16670869f07df40642d58fcf304a80:

  i40e: fix build with 16-byte descriptors (2014-12-11 10:02:55 +0000)

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

Bernard Iremonger (1):
      doc: add bsd license to exception path svg

Declan Doherty (1):
      doc: add bsd license to link bonding svgs

Pablo de Lara (4):
      doc: add vm power mgmt overview svg
      doc: add vm power mgmt request sequence svg
      doc: add vm power mgmt app
      doc: fix typos in ring lib

Reshma Pattan (1):
      doc: fix typos in distributor application

 doc/guides/prog_guide/img/bond-mode-0.svg          |   34 +
 doc/guides/prog_guide/img/bond-mode-1.svg          |   34 +
 doc/guides/prog_guide/img/bond-mode-2.svg          |   34 +
 doc/guides/prog_guide/img/bond-mode-3.svg          |   34 +
 doc/guides/prog_guide/img/bond-mode-4.svg          |   34 +
 doc/guides/prog_guide/img/bond-mode-5.svg          |   34 +
 doc/guides/prog_guide/img/bond-overview.svg        |   34 +
 doc/guides/prog_guide/img/ring-modulo1.svg         |    5 +-
 doc/guides/prog_guide/ring_lib.rst                 |    2 +-
 doc/guides/rel_notes/rel_description.rst           |    2 +
 doc/guides/sample_app_ug/dist_app.rst              |    4 +-
 .../sample_app_ug/img/exception_path_example.svg   |   36 +
 .../sample_app_ug/img/vm_power_mgr_highlevel.svg   |  742 ++++++++++++++++
 .../img/vm_power_mgr_vm_request_seq.svg            |  927 ++++++++++++++++++++
 doc/guides/sample_app_ug/index.rst                 |    5 +
 doc/guides/sample_app_ug/vm_power_management.rst   |  361 ++++++++
 16 files changed, 2317 insertions(+), 5 deletions(-)
 create mode 100644 doc/guides/sample_app_ug/img/vm_power_mgr_highlevel.svg
 create mode 100644 doc/guides/sample_app_ug/img/vm_power_mgr_vm_request_seq.svg
 create mode 100644 doc/guides/sample_app_ug/vm_power_management.rst

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

* Re: [dpdk-dev] [PULL REQUEST] doc: modifications to user guides
  2014-12-11 14:13 ` Bernard Iremonger
@ 2014-12-17  0:15   ` Thomas Monjalon
  0 siblings, 0 replies; 19+ messages in thread
From: Thomas Monjalon @ 2014-12-17  0:15 UTC (permalink / raw)
  To: Bernard Iremonger; +Cc: dev

> Bernard Iremonger (1):
>       doc: add bsd license to exception path svg
> 
> Declan Doherty (1):
>       doc: add bsd license to link bonding svgs
> 
> Pablo de Lara (4):
>       doc: add vm power mgmt overview svg
>       doc: add vm power mgmt request sequence svg
>       doc: add vm power mgmt app
>       doc: fix typos in ring lib
> 
> Reshma Pattan (1):
>       doc: fix typos in distributor application

Pulled

Thanks
-- 
Thomas

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

* [dpdk-dev] [PULL REQUEST] doc: modifications to user guides
       [not found] <REQUEST PULL>
                   ` (7 preceding siblings ...)
  2014-12-11 14:13 ` Bernard Iremonger
@ 2014-12-18 21:29 ` Bernard Iremonger
  2014-12-19 17:40 ` [dpdk-dev] [PULL REQUEST] doc: latest " Bernard Iremonger
  9 siblings, 0 replies; 19+ messages in thread
From: Bernard Iremonger @ 2014-12-18 21:29 UTC (permalink / raw)
  To: dev

These changes are DPDK 1.8 modifications and some corrections to the
Linux Getting Started Guide, FreeBSD Getting Started Guide,
Programmers Guide, the Sample Application User Guide, the Release Notes
the TestPMD Guide.

The following changes since commit 7d6378efb46820b2dcf6d1547ba19b67e9021098:

  version: 1.8.0-rc6 (2014-12-18 00:33:19 +0100)

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

Bernard Iremonger (1):
      doc: fix typos in prog_guide

Chao Zhu (1):
      doc: add IBM Power description to linux guides

Reshma Pattan (1):
      doc: fix setup menu options in linux gsg

Richardson, Bruce (2):
      doc: update mbuf section of prog_guide
      doc: updated svg files for rte_mbuf changes

Sergio Gonzalez Monroy (1):
      doc: add known issue for iommu and igb_uio

Siobhan Butler (18):
      doc: remove intel references from freebsd gsg
      doc: remove intel legal info from freebsd gsg
      doc: removed intel references from testpmd_ug
      doc: removed intel legal info from testpmd_ug
      doc: moved 1.7 new features to supported features for 1.8 in rel_notes
      doc: added new features to rel_notes
      doc: added to known issue 6.10 and removed fixed issue 6.29 from rel_notes
      doc: moved known issue 6.29 to resolved issues in rel_notes
      doc: remove appendix A from rel_notes
      doc: removed reference to Intel DPDK in rel_notes
      doc: updated resolved issues with old known issues
      doc: updating the list of sample apps in rel_notes
      doc:add udp info to prog_guide for vxlan
      doc: remove intel dpdk in sample app ug
      doc: remove intel legal info from sample app ug
      doc: add vxlan support to rel_notes
      doc: updating from 1.7 to 1.8 release note
      doc: add BSD License to dist sample app svg files

 doc/guides/freebsd_gsg/build_dpdk.rst              |   78 +++---
 doc/guides/freebsd_gsg/build_sample_apps.rst       |   40 ++--
 doc/guides/freebsd_gsg/index.rst                   |   38 ---
 doc/guides/freebsd_gsg/install_from_ports.rst      |   28 +-
 doc/guides/freebsd_gsg/intro.rst                   |   22 +-
 doc/guides/linux_gsg/build_dpdk.rst                |    4 +-
 doc/guides/linux_gsg/quick_start.rst               |   66 +++--
 doc/guides/linux_gsg/sys_reqs.rst                  |   29 ++-
 .../prog_guide/i40e_ixgbe_igb_virt_func_drv.rst    |   16 +-
 doc/guides/prog_guide/img/mbuf1.svg                |   48 ++--
 doc/guides/prog_guide/img/mbuf2.svg                |   65 ++--
 doc/guides/prog_guide/mbuf_lib.rst                 |   22 +-
 doc/guides/prog_guide/poll_mode_drv.rst            |    3 +-
 doc/guides/rel_notes/appendices.rst                |  324 --------------------
 doc/guides/rel_notes/faq.rst                       |   14 +-
 doc/guides/rel_notes/index.rst                     |   46 +---
 doc/guides/rel_notes/known_issues.rst              |  313 +++----------------
 doc/guides/rel_notes/new_features.rst              |   27 ++-
 doc/guides/rel_notes/rel_description.rst           |   42 ++--
 doc/guides/rel_notes/resolved_issues.rst           |  271 ++++++++++++++---
 doc/guides/rel_notes/supported_features.rst        |   37 ++-
 doc/guides/rel_notes/supported_os.rst              |    2 +-
 doc/guides/rel_notes/updating_apps.rst             |   25 ++-
 doc/guides/sample_app_ug/cmd_line.rst              |   10 +-
 doc/guides/sample_app_ug/exception_path.rst        |    8 +-
 doc/guides/sample_app_ug/hello_world.rst           |    8 +-
 doc/guides/sample_app_ug/img/dist_app.svg          |   36 +++-
 doc/guides/sample_app_ug/img/dist_perf.svg         |   37 +++-
 doc/guides/sample_app_ug/index.rst                 |   35 ---
 doc/guides/sample_app_ug/intel_quickassist.rst     |   18 +-
 .../sample_app_ug/internet_proto_ip_pipeline.rst   |    4 +-
 doc/guides/sample_app_ug/intro.rst                 |   12 +-
 doc/guides/sample_app_ug/ip_frag.rst               |    6 +-
 doc/guides/sample_app_ug/ip_reassembly.rst         |    6 +-
 doc/guides/sample_app_ug/ipv4_multicast.rst        |    6 +-
 doc/guides/sample_app_ug/kernel_nic_interface.rst  |   34 +-
 .../sample_app_ug/l2_forward_real_virtual.rst      |   12 +-
 doc/guides/sample_app_ug/l3_forward.rst            |    8 +-
 .../sample_app_ug/l3_forward_access_ctrl.rst       |    6 +-
 doc/guides/sample_app_ug/l3_forward_power_man.rst  |   16 +-
 doc/guides/sample_app_ug/l3_forward_virtual.rst    |    8 +-
 doc/guides/sample_app_ug/link_status_intr.rst      |   10 +-
 doc/guides/sample_app_ug/load_balancer.rst         |   12 +-
 doc/guides/sample_app_ug/multi_process.rst         |   34 +-
 doc/guides/sample_app_ug/netmap_compatibility.rst  |   30 +-
 doc/guides/sample_app_ug/qos_metering.rst          |    4 +-
 doc/guides/sample_app_ug/qos_scheduler.rst         |    6 +-
 doc/guides/sample_app_ug/quota_watermark.rst       |   12 +-
 doc/guides/sample_app_ug/test_pipeline.rst         |   10 +-
 doc/guides/sample_app_ug/timer.rst                 |    6 +-
 doc/guides/sample_app_ug/vhost.rst                 |   56 ++--
 doc/guides/sample_app_ug/vmdq_dcb_forwarding.rst   |   10 +-
 doc/guides/testpmd_app_ug/build_app.rst            |    4 +-
 doc/guides/testpmd_app_ug/index.rst                |   46 ---
 doc/guides/testpmd_app_ug/intro.rst                |   18 +-
 doc/guides/testpmd_app_ug/run_app.rst              |    4 +-
 56 files changed, 861 insertions(+), 1231 deletions(-)
 mode change 100644 => 100755 doc/guides/prog_guide/i40e_ixgbe_igb_virt_func_drv.rst
 mode change 100644 => 100755 doc/guides/prog_guide/poll_mode_drv.rst
 delete mode 100644 doc/guides/rel_notes/appendices.rst

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

* [dpdk-dev] [PULL REQUEST] doc: latest modifications to user guides
       [not found] <REQUEST PULL>
                   ` (8 preceding siblings ...)
  2014-12-18 21:29 ` Bernard Iremonger
@ 2014-12-19 17:40 ` Bernard Iremonger
  2014-12-19 22:47   ` Thomas Monjalon
  9 siblings, 1 reply; 19+ messages in thread
From: Bernard Iremonger @ 2014-12-19 17:40 UTC (permalink / raw)
  To: dev

These changes are DPDK 1.8 modifications and some corrections to the
Linux Getting Started Guide, FreeBSD Getting Started Guide,
Programmers Guide, the Sample Application User Guide, the Release Notes
the TestPMD Guide.

The following changes since commit 60c0be5b255054c77a6e4fc0bef777fc9c614275:

  enic: use eal to manage interrupts (2014-12-18 22:52:39 +0100)

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

Bernard Iremonger (1):
      doc: fix typos in prog_guide

Chao Zhu (1):
      doc: add IBM Power description to linux guides

De Lara Guarch, Pablo (1):
      doc: removed intel legal info from linux_gsg

Reshma Pattan (1):
      doc: fix setup menu options in linux gsg

Richardson, Bruce (2):
      doc: update mbuf section of prog_guide
      doc: updated svg files for rte_mbuf changes

Sergio Gonzalez Monroy (1):
      doc: add known issue for iommu and igb_uio

Siobhan Butler (22):
      doc: remove intel references from freebsd gsg
      doc: remove intel legal info from freebsd gsg
      doc: removed intel references from testpmd_ug
      doc: removed intel legal info from testpmd_ug
      doc: moved 1.7 new features to supported features for 1.8 in rel_notes
      doc: added new features to rel_notes
      doc: added to known issue 6.10 and removed fixed issue 6.29 from rel_notes
      doc: moved known issue 6.29 to resolved issues in rel_notes
      doc: remove appendix A from rel_notes
      doc: removed reference to Intel DPDK in rel_notes
      doc: updated resolved issues with old known issues
      doc: updating the list of sample apps in rel_notes
      doc: add udp info to prog_guide for vxlan
      doc: remove intel dpdk in sample app ug
      doc: remove intel legal info from sample app ug
      doc: add vxlan support to rel_notes
      doc: updating from 1.7 to 1.8 release note
      doc: add BSD License to dist sample app svg files
      doc: remove intel dpdk from prog_guide
      doc: removed intel legal info from prog_guide
      doc: updated i40e in linux_gsg
      doc: removed references to intel dpdk in linux_gsg

 doc/guides/freebsd_gsg/build_dpdk.rst              |   78 +++---
 doc/guides/freebsd_gsg/build_sample_apps.rst       |   40 ++--
 doc/guides/freebsd_gsg/index.rst                   |   38 ---
 doc/guides/freebsd_gsg/install_from_ports.rst      |   28 +-
 doc/guides/freebsd_gsg/intro.rst                   |   22 +-
 doc/guides/linux_gsg/build_dpdk.rst                |   72 +++---
 doc/guides/linux_gsg/build_sample_apps.rst         |   46 ++--
 doc/guides/linux_gsg/enable_func.rst               |   48 ++-
 doc/guides/linux_gsg/index.rst                     |   38 ---
 doc/guides/linux_gsg/intro.rst                     |   14 +-
 doc/guides/linux_gsg/quick_start.rst               |   94 +++---
 doc/guides/linux_gsg/sys_reqs.rst                  |   95 ++++---
 doc/guides/prog_guide/dev_kit_build_system.rst     |   24 +-
 doc/guides/prog_guide/dev_kit_root_make_help.rst   |   10 +-
 doc/guides/prog_guide/driver_vm_emul_dev.rst       |    8 +-
 doc/guides/prog_guide/env_abstraction_layer.rst    |   14 +-
 doc/guides/prog_guide/ext_app_lib_make_help.rst    |    2 +-
 doc/guides/prog_guide/extend_intel_dpdk.rst        |   14 +-
 doc/guides/prog_guide/glossary.rst                 |    6 +-
 doc/guides/prog_guide/hash_lib.rst                 |    6 +-
 .../prog_guide/i40e_ixgbe_igb_virt_func_drv.rst    |   72 +++---
 doc/guides/prog_guide/img/mbuf1.svg                |   48 ++--
 doc/guides/prog_guide/img/mbuf2.svg                |   65 ++--
 doc/guides/prog_guide/index.rst                    |   37 ---
 .../intel_dpdk_xen_based_packet_switch_sol.rst     |   36 ++--
 doc/guides/prog_guide/intro.rst                    |   22 +-
 .../prog_guide/ip_fragment_reassembly_lib.rst      |    2 +-
 doc/guides/prog_guide/ivshmem_lib.rst              |   32 +-
 doc/guides/prog_guide/kernel_nic_interface.rst     |   56 ++--
 .../libpcap_ring_based_poll_mode_drv.rst           |    8 +-
 .../prog_guide/link_bonding_poll_mode_drv_lib.rst  |    8 +-
 doc/guides/prog_guide/lpm_lib.rst                  |    2 +-
 doc/guides/prog_guide/malloc_lib.rst               |    6 +-
 doc/guides/prog_guide/mbuf_lib.rst                 |   28 +-
 doc/guides/prog_guide/mempool_lib.rst              |    2 +-
 doc/guides/prog_guide/multi_proc_support.rst       |   64 ++--
 doc/guides/prog_guide/overview.rst                 |   30 +-
 .../prog_guide/packet_classif_access_ctrl.rst      |    4 +-
 doc/guides/prog_guide/packet_distrib_lib.rst       |    4 +-
 doc/guides/prog_guide/packet_framework.rst         |    8 +-
 doc/guides/prog_guide/perf_opt_guidelines.rst      |    4 +-
 doc/guides/prog_guide/poll_mode_drv.rst            |   15 +-
 .../poll_mode_drv_emulated_virtio_nic.rst          |   12 +-
 .../poll_mode_drv_paravirtual_vmxnets_nic.rst      |   24 +-
 doc/guides/prog_guide/power_man.rst                |   10 +-
 doc/guides/prog_guide/profile_app.rst              |    4 +-
 doc/guides/prog_guide/qos_framework.rst            |   28 +-
 doc/guides/prog_guide/ring_lib.rst                 |    2 +-
 doc/guides/prog_guide/source_org.rst               |   10 +-
 .../thread_safety_intel_dpdk_functions.rst         |   24 +-
 doc/guides/prog_guide/timer_lib.rst                |    2 +-
 doc/guides/prog_guide/writing_efficient_code.rst   |   20 +-
 doc/guides/rel_notes/appendices.rst                |  324 --------------------
 doc/guides/rel_notes/faq.rst                       |   14 +-
 doc/guides/rel_notes/index.rst                     |   46 +---
 doc/guides/rel_notes/known_issues.rst              |  313 +++----------------
 doc/guides/rel_notes/new_features.rst              |   27 ++-
 doc/guides/rel_notes/rel_description.rst           |   42 ++--
 doc/guides/rel_notes/resolved_issues.rst           |  271 ++++++++++++++---
 doc/guides/rel_notes/supported_features.rst        |   37 ++-
 doc/guides/rel_notes/supported_os.rst              |    2 +-
 doc/guides/rel_notes/updating_apps.rst             |   25 ++-
 doc/guides/sample_app_ug/cmd_line.rst              |   10 +-
 doc/guides/sample_app_ug/exception_path.rst        |    8 +-
 doc/guides/sample_app_ug/hello_world.rst           |    8 +-
 doc/guides/sample_app_ug/img/dist_app.svg          |   36 +++-
 doc/guides/sample_app_ug/img/dist_perf.svg         |   37 +++-
 doc/guides/sample_app_ug/index.rst                 |   35 ---
 doc/guides/sample_app_ug/intel_quickassist.rst     |   18 +-
 .../sample_app_ug/internet_proto_ip_pipeline.rst   |    4 +-
 doc/guides/sample_app_ug/intro.rst                 |   12 +-
 doc/guides/sample_app_ug/ip_frag.rst               |    6 +-
 doc/guides/sample_app_ug/ip_reassembly.rst         |    6 +-
 doc/guides/sample_app_ug/ipv4_multicast.rst        |    6 +-
 doc/guides/sample_app_ug/kernel_nic_interface.rst  |   34 +-
 .../sample_app_ug/l2_forward_real_virtual.rst      |   12 +-
 doc/guides/sample_app_ug/l3_forward.rst            |    8 +-
 .../sample_app_ug/l3_forward_access_ctrl.rst       |    6 +-
 doc/guides/sample_app_ug/l3_forward_power_man.rst  |   16 +-
 doc/guides/sample_app_ug/l3_forward_virtual.rst    |    8 +-
 doc/guides/sample_app_ug/link_status_intr.rst      |   10 +-
 doc/guides/sample_app_ug/load_balancer.rst         |   12 +-
 doc/guides/sample_app_ug/multi_process.rst         |   34 +-
 doc/guides/sample_app_ug/netmap_compatibility.rst  |   30 +-
 doc/guides/sample_app_ug/qos_metering.rst          |    4 +-
 doc/guides/sample_app_ug/qos_scheduler.rst         |    6 +-
 doc/guides/sample_app_ug/quota_watermark.rst       |   12 +-
 doc/guides/sample_app_ug/test_pipeline.rst         |   10 +-
 doc/guides/sample_app_ug/timer.rst                 |    6 +-
 doc/guides/sample_app_ug/vhost.rst                 |   56 ++--
 doc/guides/sample_app_ug/vmdq_dcb_forwarding.rst   |   10 +-
 doc/guides/testpmd_app_ug/build_app.rst            |    4 +-
 doc/guides/testpmd_app_ug/index.rst                |   46 ---
 doc/guides/testpmd_app_ug/intro.rst                |   18 +-
 doc/guides/testpmd_app_ug/run_app.rst              |    4 +-
 95 files changed, 1294 insertions(+), 1725 deletions(-)
 mode change 100644 => 100755 doc/guides/prog_guide/i40e_ixgbe_igb_virt_func_drv.rst
 mode change 100644 => 100755 doc/guides/prog_guide/poll_mode_drv.rst
 delete mode 100644 doc/guides/rel_notes/appendices.rst

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

* Re: [dpdk-dev] [PULL REQUEST] doc: latest modifications to user guides
  2014-12-19 17:40 ` [dpdk-dev] [PULL REQUEST] doc: latest " Bernard Iremonger
@ 2014-12-19 22:47   ` Thomas Monjalon
  0 siblings, 0 replies; 19+ messages in thread
From: Thomas Monjalon @ 2014-12-19 22:47 UTC (permalink / raw)
  To: Bernard Iremonger; +Cc: dev

> These changes are DPDK 1.8 modifications and some corrections to the
> Linux Getting Started Guide, FreeBSD Getting Started Guide,
> Programmers Guide, the Sample Application User Guide, the Release Notes
> the TestPMD Guide.
> 
> Bernard Iremonger (1):
>       doc: fix typos in prog_guide
> 
> Chao Zhu (1):
>       doc: add IBM Power description to linux guides
> 
> De Lara Guarch, Pablo (1):
>       doc: removed intel legal info from linux_gsg
> 
> Reshma Pattan (1):
>       doc: fix setup menu options in linux gsg
> 
> Richardson, Bruce (2):
>       doc: update mbuf section of prog_guide
>       doc: updated svg files for rte_mbuf changes
> 
> Sergio Gonzalez Monroy (1):
>       doc: add known issue for iommu and igb_uio
> 
> Siobhan Butler (22):
>       doc: remove intel references from freebsd gsg
>       doc: remove intel legal info from freebsd gsg
>       doc: removed intel references from testpmd_ug
>       doc: removed intel legal info from testpmd_ug
>       doc: moved 1.7 new features to supported features for 1.8 in rel_notes
>       doc: added new features to rel_notes
>       doc: added to known issue 6.10 and removed fixed issue 6.29 from rel_notes
>       doc: moved known issue 6.29 to resolved issues in rel_notes
>       doc: remove appendix A from rel_notes
>       doc: removed reference to Intel DPDK in rel_notes
>       doc: updated resolved issues with old known issues
>       doc: updating the list of sample apps in rel_notes
>       doc: add udp info to prog_guide for vxlan
>       doc: remove intel dpdk in sample app ug
>       doc: remove intel legal info from sample app ug
>       doc: add vxlan support to rel_notes
>       doc: updating from 1.7 to 1.8 release note
>       doc: add BSD License to dist sample app svg files
>       doc: remove intel dpdk from prog_guide
>       doc: removed intel legal info from prog_guide
>       doc: updated i40e in linux_gsg
>       doc: removed references to intel dpdk in linux_gsg

Pulled to complete the release 1.8.0.
I made few changes to ordering, titles and other details.

Thanks a lot
-- 
Thomas

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

end of thread, other threads:[~2014-12-19 22:47 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <REQUEST PULL>
2014-10-23 14:35 ` [dpdk-dev] [PULL REQUEST] doc: freebsd getting started guide Bernard Iremonger
2014-10-29 22:26   ` Thomas Monjalon
2014-10-31 16:25 ` [dpdk-dev] [PULL REQUEST] doc: release notes, programmers guide, sample app. guide and fix to linux " Bernard Iremonger
2014-10-31 18:07   ` Thomas Monjalon
2014-11-03 18:02   ` Thomas Monjalon
2014-11-17  9:41 ` [dpdk-dev] [PULL REQUEST] doc: programmers guide Bernard Iremonger
2014-11-18 14:01   ` Thomas Monjalon
2014-11-20 15:36 ` [dpdk-dev] [PULL REQUEST] doc: Various document fixes in testpmd UG Bernard Iremonger
2014-11-26 11:37 ` [dpdk-dev] [PULL REQUEST] doc: document modifications in testpmd_app_ug and freebsd_gsg Bernard Iremonger
2014-12-03 15:50 ` [dpdk-dev] [PULL REQUEST] doc: document modifications in user guides Bernard Iremonger
2014-12-03 18:44   ` Thomas Monjalon
2014-12-04 11:22     ` Iremonger, Bernard
2014-12-04 15:34 ` [dpdk-dev] [PULL REQUEST] doc: modifications to " Bernard Iremonger
2014-12-05 16:23   ` Thomas Monjalon
2014-12-11 14:13 ` Bernard Iremonger
2014-12-17  0:15   ` Thomas Monjalon
2014-12-18 21:29 ` Bernard Iremonger
2014-12-19 17:40 ` [dpdk-dev] [PULL REQUEST] doc: latest " Bernard Iremonger
2014-12-19 22:47   ` 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).