[dpdk-dev] [PATCH 2/2] mk: insert version number in doxygen config

2013-07-19 Thread Thomas Monjalon
19/07/2013 21:17, Vincent JARDIN : > Acked-by: vincent.jardin at 6wind.com pushed Now, the version number is shown on API doc: http://dpdk.org/doc/api/ -- Thomas

[dpdk-dev] [PATCH 1/2] mk: add rule to print version number

2013-07-19 Thread Thomas Monjalon
19/07/2013 21:18, Vincent JARDIN : > Acked-by: vincent.jardin at 6wind.com pushed -- Thomas

[dpdk-dev] [PATCH] doc: minor rewording

2013-07-19 Thread Thomas Monjalon
19/07/2013 21:19, Vincent JARDIN : > Acked-by: vincent.jardin at 6wind.com pushed -- Thomas

[dpdk-dev] [PATCH] doc: minor rewording

2013-07-19 Thread Vincent JARDIN
Yes, it helps to avoid confusions, just push it. Acked-by: vincent.jardin at 6wind.com On 16/07/2013 10:35, Thomas Monjalon wrote: > There is no network stack in DPDK API but only helpers for different layers. > > Signed-off-by: Thomas Monjalon > --- > doc/doxy-api-index.md |2 +- > 1 fil

[dpdk-dev] [PATCH 1/2] mk: add rule to print version number

2013-07-19 Thread Vincent JARDIN
it is just look n feel, just push it. Acked-by: vincent.jardin at 6wind.com On 19/07/2013 16:19, Thomas Monjalon wrote: > The version string is extracted from rte_version.h. > RTE_VER_* macros are concatenated and separators " . . r " are inserted. > > Signed-off-by: Thomas Monjalon > --- > mk

[dpdk-dev] [PATCH 2/2] mk: insert version number in doxygen config

2013-07-19 Thread Vincent JARDIN
it is just look n feel, just push it. Acked-by: vincent.jardin at 6wind.com On 19/07/2013 16:19, Thomas Monjalon wrote: > The parameter PROJECT_NUMBER is used in the HTML header > via the template variable $projectnumber. > > Signed-off-by: Thomas Monjalon > --- > mk/rte.sdkdoc.mk |2 ++ >

[dpdk-dev] Any ideas how to stop DPDK from banning me from the box.

2013-07-19 Thread Vincent JARDIN
On 19/07/2013 16:30, Antti Kantee wrote: > Semi-related: why does DPDK take a blacklist instead of a list of > devices that it should use (perhaps with a special value "all" in case > someone really wants that behavior)? Historical reasons? > > (yes, I've also bricked my ssh connections several ti

[dpdk-dev] Any ideas how to stop DPDK from banning me from the box.

2013-07-19 Thread Antti Kantee
Semi-related: why does DPDK take a blacklist instead of a list of devices that it should use (perhaps with a special value "all" in case someone really wants that behavior)? Historical reasons? (yes, I've also bricked my ssh connections several times)

[dpdk-dev] [PATCH 2/2] mk: insert version number in doxygen config

2013-07-19 Thread Thomas Monjalon
The parameter PROJECT_NUMBER is used in the HTML header via the template variable $projectnumber. Signed-off-by: Thomas Monjalon --- mk/rte.sdkdoc.mk |2 ++ 1 file changed, 2 insertions(+) diff --git a/mk/rte.sdkdoc.mk b/mk/rte.sdkdoc.mk index 96eec69..d0cda7a 100644 --- a/mk/rte.sdkdoc.mk

[dpdk-dev] [PATCH 1/2] mk: add rule to print version number

2013-07-19 Thread Thomas Monjalon
The version string is extracted from rte_version.h. RTE_VER_* macros are concatenated and separators " . . r " are inserted. Signed-off-by: Thomas Monjalon --- mk/rte.sdkconfig.mk |6 ++ mk/rte.sdkroot.mk |4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/mk/rt

[dpdk-dev] [PATCH 0/2] version in doxygen

2013-07-19 Thread Thomas Monjalon
These 2 patches allow to print the DPDK version in doxygen header. -- Thomas --- mk: add rule to print version number mk: insert version number in doxygen config mk/rte.sdkconfig.mk |6 ++ mk/rte.sdkdoc.mk|2 ++ mk/rte.sdkroot.mk |4 ++-- 3 files changed, 10 insertion

[dpdk-dev] Any ideas how to stop DPDK from banning me from the box.

2013-07-19 Thread Dmitry Vyal
Hi Marco, thanks for posting the example I carefully composed mine using your as a basis and, guess, all works I don't have the exact cmdline I issued yesterday. Looks like bash didn't have a chance to save history But I guess I put all the -b options after the -- delimiter so they weren't par

[dpdk-dev] Any ideas how to stop DPDK from banning me from the box.

2013-07-19 Thread Marco Chiappero
Il 19/07/2013 09:11, Dmitry Vyal ha scritto: > Hi Marco, > > thanks for posting the example I carefully composed mine using your as a > basis and, guess, all works I don't have the exact cmdline I issued > yesterday. Looks like bash didn't have a chance to save history But I > guess I put all the -

[dpdk-dev] [PATCH 5/7] pci: support multiple PCI regions per device

2013-07-19 Thread Stephen Hemminger
Intel incorporated this into later version of DPDK (not released yet), let me respin the patch so that the API comes out the same. I don't want to cause pain on the assumption that the open and Intel versions will want to stay converged. Also, want to support I/O regions which are necessary when d