[dpdk-dev] [PATCH v2] doc: ip_pipeline app user guide

2015-08-11 Thread Thomas Monjalon
> > From: "Dumitrescu, Cristian" > > > > Added more extensive documentation for ip_pipeline application. > > > > Signed-off-by: Cristian Dumitrescu > > Acked-by: Jasvinder Singh > > Acked-by: Piotr Azarewicz > > Acked-by: John McNamara > > --- > > Acked-by: Cristian Dumitrescu This patch

[dpdk-dev] tx_stop_queue and flow control

2015-08-11 Thread Jia Yu
Hello, DPDK drivers support tx_stop_queue, but they don't use it for flow control, I.e. Stop upper layer calling the device tx_pkt_burst routine when there is no resource. I wonder if flow control is needed here, if yes, is there plan to add this support? Thanks, Jia

[dpdk-dev] [PATCH v2] doc: ip_pipeline app user guide

2015-08-11 Thread Dumitrescu, Cristian
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Tuesday, August 11, 2015 9:37 PM > To: Dumitrescu, Cristian > Cc: dev at dpdk.org; Mcnamara, John > Subject: Re: [dpdk-dev] [PATCH v2] doc: ip_pipeline app user guide > > > > From: "Dumitrescu,

[dpdk-dev] [PATCH] doc: add missing API headers

2015-08-11 Thread Thomas Monjalon
> Some libraries were not included in doxygen documentation. > Other ones were included but not listed in the index. > > The malloc library is now included in EAL. > > The libraries compat and jobstats are added but not doxygen compliant. > > Signed-off-by: Thomas Monjalon Applied

[dpdk-dev] [PATCH] doc: add missing API headers

2015-08-11 Thread Thomas Monjalon
Some libraries were not included in doxygen documentation. Other ones were included but not listed in the index. The malloc library is now included in EAL. The libraries compat and jobstats are added but not doxygen compliant. Signed-off-by: Thomas Monjalon --- doc/api/doxy-api-index.md | 16

[dpdk-dev] [PATCH v2] doc: ip_pipeline app user guide

2015-08-11 Thread John McNamara
From: "Dumitrescu, Cristian" Added more extensive documentation for ip_pipeline application. Signed-off-by: Cristian Dumitrescu Acked-by: Jasvinder Singh Acked-by: Piotr Azarewicz Acked-by: John McNamara --- doc/guides/index.rst

[dpdk-dev] [PATCH] doc: restructured release notes documentation

2015-08-11 Thread Thomas Monjalon
2015-08-11 15:28, Thomas Monjalon: > 2015-08-11 13:12, Mcnamara, John: > > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > > Why not add faq after user guides and before release notes and > > > contributor's guidelines? > > > user guides > > > faq > > > release notes > > >

[dpdk-dev] [PATCH v2] doc: ip_pipeline app user guide

2015-08-11 Thread Dumitrescu, Cristian
> -Original Message- > From: Mcnamara, John > Sent: Tuesday, August 11, 2015 5:47 PM > To: dev at dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH v2] doc: ip_pipeline app user guide > > From: "Dumitrescu, Cristian" > > Added more extensive documentation for ip_pipeline

[dpdk-dev] [PATCH 2/2] doc: add mlx4 release notes to DPDK 2.1.0

2015-08-11 Thread Adrien Mazarguil
Signed-off-by: Adrien Mazarguil --- doc/guides/rel_notes/release_2_1.rst | 20 1 file changed, 20 insertions(+) diff --git a/doc/guides/rel_notes/release_2_1.rst b/doc/guides/rel_notes/release_2_1.rst index c39418c..00edd4b 100644 --- a/doc/guides/rel_notes/release_2_1.rst

[dpdk-dev] [PATCH 1/2] doc: add missing release notes for mlx4 availability in DPDK 2.0.0

2015-08-11 Thread Adrien Mazarguil
Signed-off-by: Adrien Mazarguil --- doc/guides/rel_notes/release_2_0.rst | 6 ++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/rel_notes/release_2_0.rst b/doc/guides/rel_notes/release_2_0.rst index 4341a0c..62737ae 100644 --- a/doc/guides/rel_notes/release_2_0.rst +++

[dpdk-dev] [PATCH 0/2] add mlx4 release notes

2015-08-11 Thread Adrien Mazarguil
Following John McNamara's changes we've noticed that mlx4 release notes were missing from DPDK 2.0.0. This patchset adds them retroactively and also provides mlx4 release notes for DPDK 2.1.0. Adrien Mazarguil (2): doc: add missing release notes for mlx4 availability in DPDK 2.0.0 doc: add

[dpdk-dev] docs for the igb_uio.c?

2015-08-11 Thread Navneet Rao
Hello: Unable to locate the documentation for the igb_uio.c program in the DPDK-2.0.0 package. Can somebody please steer me to it? Thanks -Navneet

[dpdk-dev] [PATCH] doc: restructured release notes documentation

2015-08-11 Thread Thomas Monjalon
2015-08-11 13:12, Mcnamara, John: > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > Why not add faq after user guides and before release notes and > > contributor's guidelines? > > user guides > > faq > > release notes > > contributing > > Hi, > > No strong

[dpdk-dev] [PATCH] doc: restructured release notes documentation

2015-08-11 Thread Thomas Monjalon
2015-08-11 12:57, John McNamara: > --- a/doc/guides/index.rst > +++ b/doc/guides/index.rst > @@ -46,3 +46,4 @@ Contents: > testpmd_app_ug/index > rel_notes/index > guidelines/index > + faq/index Why not add faq after user guides and before release notes and contributor's guidelines?

[dpdk-dev] [PATCH] doc: rename guidelines for contributors

2015-08-11 Thread Thomas Monjalon
> > Clarify target of guidelines by renaming the title and the directory. > > > > Signed-off-by: Thomas Monjalon > > Acked-by: John McNamara Applied

[dpdk-dev] [PATCH] doc: restructured release notes documentation

2015-08-11 Thread Mcnamara, John
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Tuesday, August 11, 2015 2:02 PM > To: Mcnamara, John > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] doc: restructured release notes > documentation >... > Why not add faq after user guides

[dpdk-dev] DPDK2.1 (rc3 & rc4) major performance drop.

2015-08-11 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Weglicki, MichalX > Sent: Tuesday, August 11, 2015 11:40 AM > To: dev at dpdk.org > Subject: [dpdk-dev] DPDK2.1 (rc3 & rc4) major performance drop. > > Hello, > > Currently I'm integrating OVS head with DPDK

[dpdk-dev] [PATCH] doc: restructured release notes documentation

2015-08-11 Thread John McNamara
Restructured the Release Notes documentation into a more useful structure that is easier to use and to update between releases. The main changes are: * Each release version has it's own section with New Features, Resolved Issues, Known Issues and API/ABI Changes. * Redundant sections

[dpdk-dev] [PATCH] doc: rename guidelines for contributors

2015-08-11 Thread Mcnamara, John
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Tuesday, August 11, 2015 10:53 AM > To: Mcnamara, John > Cc: dev at dpdk.org > Subject: [PATCH] doc: rename guidelines for contributors > > Clarify target of guidelines by renaming the title and the

[dpdk-dev] DPDK2.1 (rc3 & rc4) major performance drop.

2015-08-11 Thread Weglicki, MichalX
Hello, Currently I'm integrating OVS head with DPDK 2.1. Based on my tests performance in all scenarios (confirmed on Phy2Phy and Vhostuser) has dropped about 10%. Please find example results below: PHY2PHY (Bidirectional) DPDK 2.1: Iteration 1: 14,164,987 pps Iteration 2: 13,866,386 pps

[dpdk-dev] [PATCH] doc: announce ABI change for old flow director APIs removing

2015-08-11 Thread Jingjing Wu
APIs for flow director filters has been replaced by rte_eth_dev_filter_ctrl by previous releases. Enic, ixgbe and i40e are switched to support filter_ctrl APIs, so the old APIs are useless, and ready to be removed now. This patch announces the ABI change for these APIs removing. Signed-off-by:

[dpdk-dev] [PATCH] doc: ip_pipeline app user guide

2015-08-11 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas Monjalon > Sent: Monday, August 10, 2015 10:45 PM > To: Dumitrescu, Cristian > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] doc: ip_pipeline app user guide > > 2015-08-06 14:48, Cristian

[dpdk-dev] [PATCH] doc: announce ABI change for old flow director APIs removing

2015-08-11 Thread Liu, Jijiang
> -Original Message- > From: Wu, Jingjing > Sent: Tuesday, August 11, 2015 10:12 AM > To: dev at dpdk.org > Cc: Wu, Jingjing; Zhang, Helin; Liu, Jijiang > Subject: [PATCH] doc: announce ABI change for old flow director APIs removing > > APIs for flow director filters has been replaced

[dpdk-dev] [PATCH] doc: announce ABI change for old flow director APIs removing

2015-08-11 Thread Zhang, Helin
> -Original Message- > From: Wu, Jingjing > Sent: Monday, August 10, 2015 7:12 PM > To: dev at dpdk.org > Cc: Wu, Jingjing; Zhang, Helin; Liu, Jijiang > Subject: [PATCH] doc: announce ABI change for old flow director APIs removing > > APIs for flow director filters has been replaced by

[dpdk-dev] [dpdk-announce] release candidate 2.1.0-rc4

2015-08-11 Thread Thomas Monjalon
A new DPDK release candidate is ready for testing: http://dpdk.org/browse/dpdk/tag/?id=v2.1.0-rc4 It is a small weekly and last release candidate. Only the release notes should be updated before the release 2.1.0. Changelog (main changes since 2.1.0-rc3) - fixes for:

[dpdk-dev] [PATCH 0/2] docs: add warning note to base dirs readme

2015-08-11 Thread Thomas Monjalon
> This patch updates the "Source Organisation" section of the Programmers Guide > to add an note that the code in the drivers/net/pmd/base directories should > not be modifed by the user apart from the pmd_osdep.[ch] files. > > It also adds a note to the README files in the drivers/net/pmd/base

[dpdk-dev] [PATCH] doc: ip_pipeline app user guide

2015-08-11 Thread Thomas Monjalon
2015-08-06 14:48, Cristian Dumitrescu: > Signed-off-by: Cristian Dumitrescu > --- > doc/guides/index.rst |1 + > doc/guides/ip_pipeline_ug/img/ip_pipelines_1.svg | 718 + > doc/guides/ip_pipeline_ug/img/ip_pipelines_2.svg | 997

[dpdk-dev] [PATCH v1] doc: prog_guide update for RX interrupt event

2015-08-11 Thread Thomas Monjalon
> > The patch updates the env_abstraction_layer.rst part in prog_guide. > > It adds the RX interrupt event declaration and revises the others in > > interrupt event section. > > > > Signed-off-by: Cunming Liang > Acked-by: Danny Zhou Applied, thanks

[dpdk-dev] [PATCH 0/2] Warn user if system has more than 64 cores when using VM power manager

2015-08-11 Thread Thomas Monjalon
2015-08-07 11:06, Gonzalez Monroy, Sergio: > On 06/08/2015 12:07, Pablo de Lara wrote: > > Pablo de Lara (2): > >examples/vm_power_mgr: show warning when using systems with more than > > 64 cores > >doc: add known issue regarding VM power mgr in release notes > > > >