[dpdk-dev] [PATCH] doc: add tested Intel platforms with Intel NICs

2018-05-23 Thread Yulong Pei
Add tested Intel platforms with Intel NICs to the release note. Signed-off-by: Yulong Pei --- doc/guides/rel_notes/release_18_05.rst | 74 ++ 1 file changed, 74 insertions(+) diff --git a/doc/guides/rel_notes/release_18_05.rst b/doc/guides/rel_notes

[dpdk-dev] [PATCH] doc: add tested Intel platforms with Intel NICs

2018-02-08 Thread Yulong Pei
Add tested Intel platforms with Intel NICs to the release note. Signed-off-by: Yulong Pei --- doc/guides/rel_notes/release_18_02.rst | 75 ++ 1 file changed, 75 insertions(+) diff --git a/doc/guides/rel_notes/release_18_02.rst b/doc/guides/rel_notes

[dpdk-dev] [PATCH] doc: add tested Intel platforms with Intel NICs

2017-11-09 Thread Yulong Pei
Add tested Intel platforms with Intel NICs to the release note. Signed-off-by: Yulong Pei --- doc/guides/rel_notes/release_17_11.rst | 71 ++ 1 file changed, 71 insertions(+) diff --git a/doc/guides/rel_notes/release_17_11.rst b/doc/guides/rel_notes

[dpdk-dev] [PATCH] doc: add tested Intel platforms with Intel NICs

2017-07-31 Thread Yulong Pei
Add tested Intel platforms with Intel NICs to the release note. Signed-off-by: Yulong Pei --- doc/guides/rel_notes/release_17_08.rst | 70 ++ 1 file changed, 70 insertions(+) diff --git a/doc/guides/rel_notes/release_17_08.rst b/doc/guides/rel_notes

[dpdk-dev] [PATCH] doc: add tested Intel platforms with Intel NICs

2017-05-04 Thread Yulong Pei
Add tested Intel platforms with Intel NICs to the release note. Signed-off-by: Yulong Pei --- doc/guides/rel_notes/release_17_05.rst | 68 ++ 1 file changed, 68 insertions(+) diff --git a/doc/guides/rel_notes/release_17_05.rst b/doc/guides/rel_notes

[dpdk-dev] [PATCH v5] app/testpmd: fix port_numa and ring_numa not initialize issue

2017-05-04 Thread Yulong Pei
port->socket_id will be probed to wrong value. Fixes: 999b2ee0fe45 ("app/testpmd: enable NUMA support by default") Signed-off-by: Yulong Pei --- app/test-pmd/parameters.c | 6 +- app/test-pmd/testpmd.c| 7 +++ 2 files changed, 8 insertions(+), 5 deletions(-) diff --g

[dpdk-dev] [PATCH] app/testpmd: fix port_numa and ring_numa not initialize issue

2017-05-04 Thread Yulong Pei
port->socket_id will be probed to wrong value. Fixes: 999b2ee0fe45 ("app/testpmd: enable NUMA support by default") Signed-off-by: Yulong Pei --- app/test-pmd/parameters.c | 6 +- app/test-pmd/testpmd.c| 7 +++ 2 files changed, 8 insertions(+), 5 deletions(-) diff --g

[dpdk-dev] [PATCH v4] app/testpmd: initialize port_numa and ring_numa

2017-04-28 Thread Yulong Pei
port->socket_id will be probed to wrong value. Fixes: 999b2ee0fe45 ("app/testpmd: enable NUMA support by default") Signed-off-by: Yulong Pei --- app/test-pmd/parameters.c | 6 +- app/test-pmd/testpmd.c| 6 ++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a

[dpdk-dev] [PATCH v3] app/testpmd: initialize port_numa and ring_numa

2017-04-26 Thread Yulong Pei
port->socket_id will be probed to wrong value. Signed-off-by: Yulong Pei --- app/test-pmd/parameters.c | 6 +- app/test-pmd/testpmd.c| 6 ++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/app/test-pmd/parameters.c b/app/test-pmd/parameters.c index 3f4d3a2..3296

[dpdk-dev] [PATCH V2] app/testpmd: initialize port_numa and ring_numa

2017-04-26 Thread Yulong Pei
port->socket_id will be probed to wrong value. Signed-off-by: Yulong Pei --- app/test-pmd/parameters.c | 6 +- app/test-pmd/testpmd.c| 6 ++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/app/test-pmd/parameters.c b/app/test-pmd/parameters.c index 3f4d3a2..3296b3a 100

[dpdk-dev] [PATCH] app/testpmd: initalize port_numa and ring_numa

2017-04-26 Thread Yulong Pei
port->socket_id will be probed to wrong value. Signed-off-by: Yulong Pei --- app/test-pmd/parameters.c | 6 +- app/test-pmd/testpmd.c| 6 ++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/app/test-pmd/parameters.c b/app/test-pmd/parameters.c index 3f4d3a2..3296b3a 100

[dpdk-dev] [PATCH] app/testpmd: add bus info when display port info

2017-04-26 Thread Yulong Pei
Display pci device bus info when show port info. Signed-off-by: Yulong Pei --- app/test-pmd/config.c | 8 1 file changed, 8 insertions(+) diff --git a/app/test-pmd/config.c b/app/test-pmd/config.c index ef07925..49bf816 100644 --- a/app/test-pmd/config.c +++ b/app/test-pmd/config.c

[dpdk-dev] [PATCH v5] doc: add section on tested platforms and nics and OSes

2016-07-28 Thread Yulong Pei
Add new section on tested platforms and nics and OSes to the release notes. Signed-off-by: Yulong Pei --- doc/guides/rel_notes/release_16_07.rst | 117 + 1 file changed, 117 insertions(+) diff --git a/doc/guides/rel_notes/release_16_07.rst b/doc/guides

[dpdk-dev] [PATCH v4] doc: add section on tested platforms and nics and OSes

2016-07-27 Thread Yulong Pei
Add new section on tested platforms and nics and OSes to the release notes. Signed-off-by: Yulong Pei --- doc/guides/rel_notes/release_16_07.rst | 117 + 1 file changed, 117 insertions(+) diff --git a/doc/guides/rel_notes/release_16_07.rst b/doc/guides

[dpdk-dev] [PATCH v3] doc: add section on tested platforms and nics and OSes

2016-07-26 Thread Yulong Pei
Add new section on tested platforms and nics and OSes to the release notes. Signed-off-by: Yulong Pei --- doc/guides/rel_notes/release_16_07.rst | 119 ++--- 1 file changed, 111 insertions(+), 8 deletions(-) diff --git a/doc/guides/rel_notes/release_16_07.rst b/doc

[dpdk-dev] [PATCH v2] doc: add section on tested platforms and nics and OSes

2016-07-22 Thread Yulong Pei
Add new section on tested platforms and nics and OSes to the release notes. Signed-off-by: Yulong Pei --- doc/guides/rel_notes/release_16_07.rst | 117 + 1 file changed, 106 insertions(+), 11 deletions(-) diff --git a/doc/guides/rel_notes/release_16_07.rst b

[dpdk-dev] [PATCH] doc: add section on tested platforms and nics and OS

2016-07-19 Thread Yulong Pei
Add new section on tested platforms and nics and OS to the release notes. Signed-off-by: Yulong Pei --- doc/guides/rel_notes/release_16_07.rst | 117 + 1 file changed, 106 insertions(+), 11 deletions(-) diff --git a/doc/guides/rel_notes/release_16_07.rst b/doc