[dpdk-dev] [PATCH 0/2] *** Updated release_2_2.rst with mlx4 and mlx5 information ***

2015-12-13 Thread Olga Shern
*** BLURB HERE *** Olga Shern (2): release_2_2.rst: add mlx4 new features and bug fixes release_2_2.rst: add mlx4 and mlx5 known issues doc/guides/rel_notes/release_2_2.rst | 27 +++ 1 files changed, 27 insertions(+), 0 deletions(-) -- 1.7.8.2

[dpdk-dev] [PATCH 1/2] release_2_2.rst: add mlx4 new features and bug fixes

2015-12-13 Thread Olga Shern
Signed-off-by: Olga Shern --- doc/guides/rel_notes/release_2_2.rst | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/doc/guides/rel_notes/release_2_2.rst b/doc/guides/rel_notes/release_2_2.rst index 591f4cc..c3ff086 100644 --- a/doc/guides/rel_notes/release_2

[dpdk-dev] [PATCH 2/2] release_2_2.rst: add mlx4 and mlx5 known issues

2015-12-13 Thread Olga Shern
Signed-off-by: Olga Shern --- doc/guides/rel_notes/release_2_2.rst | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/doc/guides/rel_notes/release_2_2.rst b/doc/guides/rel_notes/release_2_2.rst index c3ff086..4f393cf 100644 --- a/doc/guides/rel_notes/release_2_

[dpdk-dev] [PATCH] cxgbe: fix unnecessary check for freelist existence while freeing rxq

2015-12-13 Thread Thomas Monjalon
> > When refilling freelists for the first time and if it fails, the rxq is > > freed and returns ENOMEM. There is a check while freeing hardware rxq to > > pass freelist context id if the freelist exists or 0x otherwise. > > The error path is only reached if freelist exists. So, fix is to remo

[dpdk-dev] [PATCH v4 0/9] bnx2x: Enhancement, fixes, licensing and doumentation

2015-12-13 Thread Thomas Monjalon
2015-12-10 22:36, Rasesh Mody: > Hi Thomas, > > This patch set consists of enhancements, fixes, licensing and > documentation changes for the QLogic bnx2x Poll Mode Driver. The patches > addresses the latets review feedback and have been generated and tested > against latest dpdk tree. >

[dpdk-dev] [PATCH 2/2] bnx2x: Skip RX producer refresh when pkts not received

2015-12-13 Thread Thomas Monjalon
2015-12-11 10:31, Rasesh Mody: > Signed-off-by: Rasesh Mody Series applied, thanks

[dpdk-dev] [PATCH] bnx2x: always reinitialize the rx queue indices

2015-12-13 Thread Thomas Monjalon
2015-12-09 17:11, Chas Williams: > If you stop and start the driver, the rx queue will have the previous > index values when programming the adapter. Therefore, we should always > reset the queue indices when the rx ring is setup. Note: We need to > clear (write) the status block's completion qu

[dpdk-dev] [PATCH 0/4] vhost: Fix various coverity issues in vhost library

2015-12-13 Thread Thomas Monjalon
2015-12-11 01:57, Huawei at dpdk.org, Xie at dpdk.org: > Huawei Xie (4): > vhost: Fix Coverity issue with possible array out-of-bounds read > vhost: Fix Coverity issue with missed break in switch > vhost: Fix Coverity issue with missed unlocking > vhost: Fix Coverity issue with logically de

[dpdk-dev] [PATCH v2] example/ip_pipeline: fix copy into fixed size buffer defect

2015-12-13 Thread Thomas Monjalon
2015-12-11 17:19, Fan Zhang: > Coverity issue: 107133 > Fixes: eb32fe7c5574 ("examples/ip_pipeline: rework initialization parameters") > > Signed-off-by: Fan Zhang > Acked-by: Cristian Dumitrescu Applied, thanks

[dpdk-dev] [PATCH] scripts: add help for build testing

2015-12-13 Thread Thomas Monjalon
Signed-off-by: Thomas Monjalon --- scripts/test-build.sh | 22 -- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/scripts/test-build.sh b/scripts/test-build.sh index 6e67c8f..a9075af 100755 --- a/scripts/test-build.sh +++ b/scripts/test-build.sh @@ -40,7 +40,25

[dpdk-dev] [PATCH] scripts: improve quiet checkpatch

2015-12-13 Thread Thomas Monjalon
The option --no-summary will remove this line in quiet mode: total: 1 errors, 0 warnings, 7 lines checked Signed-off-by: Thomas Monjalon --- scripts/checkpatches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/checkpatches.sh b/scripts/checkpatches.sh index

[dpdk-dev] Compilation error on Power8 with RC3

2015-12-13 Thread Olga Shern
Hi Pablo, Thanks, looks that this is fixed indeed with latest code. Best Regards, Olga -Original Message- From: De Lara Guarch, Pablo [mailto:pablo.de.lara.gua...@intel.com] Sent: Thursday, December 10, 2015 11:36 AM To: Olga Shern ; dev at dpdk.org Subject: RE: Compilation error on Po

[dpdk-dev] releases scheduling

2015-12-13 Thread Thomas Monjalon
Hi all, We need to define the deadlines for the next releases. During 2015, we were doing a release every 4 months. If we keep the same pace, the next releases would be: 2.3: end of March 2.4: end of July 2.5: end of November However, things move fast and it may be a bit l

[dpdk-dev] [PATCH] add README

2015-12-13 Thread Thomas Monjalon
> > This project is missing a proper README which is used in other projects > > and some git visualization services. > > Only a starting point, please feel free to edit. > > To keep the file short and current, I avoided putting any specific > > information about features and versions. > > > > Sign

[dpdk-dev] [PATCH] doc: turn off permalink symbols in sphinx html docs

2015-12-13 Thread Thomas Monjalon
2015-11-01 16:44, John McNamara: > Turn off the permalink symbol in the Sphinx generated html docs. > This is a distracting mouseover when reading the docs and links > to sections can still be obtained from the doc index. > > Signed-off-by: John McNamara Applied, thanks

[dpdk-dev] [PATCH v3] doc: remove dejavu font from doc build

2015-12-13 Thread Thomas Monjalon
2015-11-01 20:17, John McNamara: > Remove requirement for occasionally hard to find/install > DejaVuSansMono font. It isn't gnerally required anyway. > The default mono font is sufficient. > > Signed-off-by: John McNamara > Acked-by: Harry van Haaren Applied, thanks

[dpdk-dev] [PATCH v4] doc: change sphinx theme and add logos

2015-12-13 Thread Thomas Monjalon
2015-11-01 23:29, John McNamara: > Change the Sphinx default theme from "alabaster" to the ReadTheDocs > theme. See for example: > > http://dpdk.readthedocs.org/en/latest/ > > This looks better for technical documentation and in particular > it has a 80 char wide verbatim block rendering. >

[dpdk-dev] [PATCH] doc: add example programs to doxygen api docs

2015-12-13 Thread Thomas Monjalon
2015-12-11 14:31, Mcnamara, John: > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > 2015-12-11 13:41, John McNamara: > > > Enable Doxygen parsing of DPDK example files so that the example code > > > is linked to and from the API docs. This allows the reader to see > > > examples of

[dpdk-dev] [PATCH v4] doc: add contributors guide

2015-12-13 Thread Thomas Monjalon
Thanks for this very useful doc, John. 2015-11-20 12:46, John McNamara: > +* Run ``make install``, ``make examples`` and ``make test`` and build the > shared and combined libraries > + to ensure the changes haven't broken existing code: > + > + .. code-block:: console > + > + export RTE_TAR

[dpdk-dev] [PATCH] doc: update docs for minimum kernel requirement.

2015-12-13 Thread Thomas Monjalon
2015-11-25 14:26, John McNamara: > Update the documentation to reflect that the minimum Linux kernel > requirement for DPDK 2.2 has increased from 2.6.33 to 2.6.34. > > Compatibility with kernel 2.6.33 was dropped, after discussion on > the mailing list, in the following commit: > > Commit: 2

[dpdk-dev] [PATCH v2] doc: add patch submit cheatsheet

2015-12-13 Thread Thomas Monjalon
Hi Harry, 2015-12-09 17:27, Harry van Haaren: > This patch adds the patch submission cheatsheet to > the contributers guide. Both HTML and PDF docs show > the cheatsheet on its own page. > > Right clicking the SVG image in the HTML doc allows > for viewing the image on its own, useful for printin

[dpdk-dev] [PATCH] doc: update release note for i40e base driver update

2015-12-13 Thread Thomas Monjalon
> > Signed-off-by: Jingjing Wu > > Acked-by: John McNamara Applied, thanks

[dpdk-dev] [PATCH] doc: Enic PMD documentaion for Network Interface Controller Drivers Guide

2015-12-13 Thread johndale
Signed-off-by: John Daley --- doc/guides/nics/enic.rst | 233 ++ doc/guides/nics/index.rst | 1 + 2 files changed, 234 insertions(+) create mode 100644 doc/guides/nics/enic.rst diff --git a/doc/guides/nics/enic.rst b/doc/guides/nics/enic.rst new fi