[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, Cri

[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 |1 + doc/guides/ip_pipeline

[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 > > > c

[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 applicatio

[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 +++ b/doc/guides

[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 mlx

[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 reason.

[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] examples/vm_power: fix improper physical core mask

2015-08-11 Thread Yong Liu
From: Marvin Liu Host cpu mapping structure can only support 64 cpus. When run vm_power sample on platform with more than 64 cpus, will generate improper physical core mask. After limited supported host cpus to 64 will fix this issue. Signed-off-by: Marvin Liu diff --git a/examples/vm_power_ma

[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 2.

[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 have

[dpdk-dev] [PATCH v2 0/3] doc: added guidelines on dpdk documentation

2015-08-11 Thread Thomas Monjalon
2015-07-10 16:45, John McNamara: > This patchset: > > * Adds guidelines on the purpose and structure of the DPDK documentation, > how to build it and guidelines for creating it and adding to it. > > * Moves and refactors the Doxygen guidelines from the Coding Style doc to > the Documentation

[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] [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 --- doc/guides/guidelines -> doc/guides/contributing --- a/doc/guides/guidelines/index.rst +++ b/doc/guides/contributing/index.rst @@ -1,5 +1,5 @@ -Guidelines -== +Contributor's Guideline

[dpdk-dev] [PATCH] examples/vm_power: fix improper physical core mask

2015-08-11 Thread Thomas Monjalon
2015-08-11 14:49, Yong Liu: > Host cpu mapping structure can only support 64 cpus. When run vm_power sample > on platform with more than 64 cpus, will generate improper physical core mask. > After limited supported host cpus to 64 will fix this issue. > > Signed-off-by: Marvin Liu Fixes: e9f64db

[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 Iterat

[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: Jin

[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 Dumitres

[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 by

[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 r

[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 di