> > 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
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
> -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
> 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
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 +
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
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
> -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
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
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
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
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
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.
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?
> > Clarify target of guidelines by renaming the title and the directory.
> >
> > Signed-off-by: Thomas Monjalon
>
> Acked-by: John McNamara
Applied
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
> -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
> -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.
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
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
> -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
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
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
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
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
> -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
> -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
> -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
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:
> 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
30 matches
Mail list logo