[dpdk-dev] [PULL REQUEST] doc: latest modifications to user guides

2014-12-19 Thread Thomas Monjalon
> These changes are DPDK 1.8 modifications and some corrections to the > Linux Getting Started Guide, FreeBSD Getting Started Guide, > Programmers Guide, the Sample Application User Guide, the Release Notes > the TestPMD Guide. > > Bernard Iremonger (1): > doc: fix typos in prog_guide > > C

[dpdk-dev] [PATCH 0/3] pkg: update RPM recipe

2014-12-19 Thread Thomas Monjalon
> > Adjust RPM recipe for 1.8.0 release. > > > > Thomas Monjalon (3): > > pkg: fix link to bind tool > > pkg: support sphinx documentation > > pkg: remove Intel references > > > > pkg/dpdk-core.spec | 17 + > > 1 file changed, 9 insertions(+), 8 deletions(-) > > Acked-by:

[dpdk-dev] [PATCH v2] ixgbe_vf: Fix getting link state

2014-12-19 Thread Thomas Monjalon
> > This patch fixes checking the link state of a virtual function. If the > > state has > > already been checked, it does not need to be checked again. Previously, > > get_link_status in the ixgbe_hw struct was used to track if the information > > had already been retrieved, but this field was al

[dpdk-dev] [PATCH v2] ixgbe: fix segmentation fault when start secondary process

2014-12-19 Thread Thomas Monjalon
2014-12-19 09:28, Thomas Monjalon: > 2014-12-19 14:59, Michael Qiu: > > EAL: probe driver: 8086:10fb rte_ixgbe_pmd > > EAL: PCI memory mapped at 0x7f18c2a0 > > EAL: PCI memory mapped at 0x7f18c2a8 > > Segmentation fault (core dumped) > > > > This is introduced by commit: 46bc9d75 > >

[dpdk-dev] [PATCH] af_packet: fix possible memory leak

2014-12-19 Thread Thomas Monjalon
> > In rte_pmd_init_internals, we are mapping memory but not released > > if error occure it could produce memoryleak. > > Add unmmap function to release memory. > > > > Signed-off-by: Daniel Mrzyglod > > Acked-by: John W. Linville Applied Thanks -- Thomas

[dpdk-dev] [PATCH v2 1/3] doc: updated i40e enabling additonal fnct in gsg

2014-12-19 Thread Thomas Monjalon
> --- a/doc/guides/linux_gsg/enable_func.rst > +++ b/doc/guides/linux_gsg/enable_func.rst > @@ -171,6 +171,10 @@ Please note that while using iommu=pt is compulsory for > igb_uio driver, the vfio > High Performance of Small Packets on 40G NIC > > >

[dpdk-dev] rte_mempool_create fails with ENOMEM

2014-12-19 Thread Newman Poborsky
On Thu, Dec 18, 2014 at 9:03 PM, Ananyev, Konstantin < konstantin.ananyev at intel.com> wrote: > > > > -Original Message- > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Ananyev, Konstantin > > Sent: Thursday, December 18, 2014 5:43 PM > > To: Newman Poborsky; dev at dpdk.org >

[dpdk-dev] [PATCH 0/5] fix compilation issues seen with clang-3.5

2014-12-19 Thread Bruce Richardson
On Wed, Dec 17, 2014 at 02:24:38PM +, Bruce Richardson wrote: > On Wed, Dec 17, 2014 at 02:08:27PM +, Bruce Richardson wrote: > > On Wed, Dec 17, 2014 at 01:55:20PM +0100, Olivier Matz wrote: > > > This series are compilation fixes seen with clang-3.5 on linux. > > > > > > Olivier Matz (5)

[dpdk-dev] [PULL REQUEST] doc: latest modifications to user guides

2014-12-19 Thread Bernard Iremonger
These changes are DPDK 1.8 modifications and some corrections to the Linux Getting Started Guide, FreeBSD Getting Started Guide, Programmers Guide, the Sample Application User Guide, the Release Notes the TestPMD Guide. The following changes since commit 60c0be5b255054c77a6e4fc0bef777fc9c614275:

[dpdk-dev] rte_mempool_create fails with ENOMEM

2014-12-19 Thread Stephen Hemminger
You can reserve hugepages on the kernel cmdline (GRUB). On Fri, Dec 19, 2014 at 12:13 PM, Newman Poborsky wrote: > On Thu, Dec 18, 2014 at 9:03 PM, Ananyev, Konstantin < > konstantin.ananyev at intel.com> wrote: > > > > > > > > -Original Message- > > > From: dev [mailto:dev-bounces at dp

[dpdk-dev] [PATCH v2] vhost: add interface name to virtio-net struct

2014-12-19 Thread Thomas Monjalon
Hi Konstantin, 2014-12-19 15:39, Ananyev, Konstantin: > Hi Ciara, > > > -Original Message- > > From: Loftus, Ciara > > Sent: Thursday, December 18, 2014 6:07 PM > > To: dev at dpdk.org > > Cc: thomas.monjalon at 6wind.com; stephen at networkplumber.org; > > vincent.jardin at 6wind.com; A

[dpdk-dev] vfio bind failing

2014-12-19 Thread Gray, Mark D
> Hi, > > I am trying to enable vfio with a DPDK app. However, I cannot bind a NIC to > the vfio-pci driver > > * I have enabled it in the BIOS and in the kernel. > [root at hostname tools]# cat /proc/cmdline > BOOT_IMAGE=/boot/vmlinuz-3.16.7-200.fc20.x86_64 rhgb quiet > default_hugepagesz=1G hu

[dpdk-dev] [PATCH 3/3] pkg: remove Intel references

2014-12-19 Thread Thomas Monjalon
Synchronize naming with changes done in documentation, e.g. commit 90a9b68i ("doc: remove Intel references from release notes"). Signed-off-by: Thomas Monjalon --- pkg/dpdk-core.spec | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkg/dpdk-core.spec b/pkg/dpdk-co

[dpdk-dev] [PATCH 2/3] pkg: support sphinx documentation

2014-12-19 Thread Thomas Monjalon
Guides have been added in release 1.8.0. They use sphinx to process rst files. Signed-off-by: Thomas Monjalon --- pkg/dpdk-core.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/dpdk-core.spec b/pkg/dpdk-core.spec index 0366995..6b98a66 100644 --- a/pkg/dpdk-core.

[dpdk-dev] [PATCH 1/3] pkg: fix link to bind tool

2014-12-19 Thread Thomas Monjalon
The NIC bind tool has been renamed in commit f0e14c5f66c9c137. Signed-off-by: Thomas Monjalon --- pkg/dpdk-core.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/dpdk-core.spec b/pkg/dpdk-core.spec index 3a57e7a..0366995 100644 --- a/pkg/dpdk-core.spec +++ b/pkg/dpdk-c

[dpdk-dev] [PATCH 0/3] pkg: update RPM recipe

2014-12-19 Thread Thomas Monjalon
Adjust RPM recipe for 1.8.0 release. Thomas Monjalon (3): pkg: fix link to bind tool pkg: support sphinx documentation pkg: remove Intel references pkg/dpdk-core.spec | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) -- 2.1.3

[dpdk-dev] [PATCH v2 3/3] doc: removed intel blurb from linux gsg

2014-12-19 Thread Iremonger, Bernard
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Pablo de Lara > Sent: Friday, December 19, 2014 3:09 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v2 3/3] doc: removed intel blurb from linux gsg > > Removed redundant Intel legal blurb from linux gsg.

[dpdk-dev] [PATCH] af_packet: fix possible memory leak

2014-12-19 Thread Daniel Mrzyglod
In rte_pmd_init_internals, we are mapping memory but not released if error occure it could produce memoryleak. Add unmmap function to release memory. Signed-off-by: Daniel Mrzyglod --- lib/librte_pmd_af_packet/rte_eth_af_packet.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/lib/lib

[dpdk-dev] [PATCH v2 2/3] doc: remove references to intel dpdk in linux_gsg

2014-12-19 Thread Iremonger, Bernard
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Pablo de Lara > Sent: Friday, December 19, 2014 3:09 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v2 2/3] doc: remove references to intel dpdk in > linux_gsg > > From: Siobhan Butler > > Adjusted lin

[dpdk-dev] [PATCH v2 1/3] doc: updated i40e enabling additonal fnct in gsg

2014-12-19 Thread Iremonger, Bernard
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Pablo de Lara > Sent: Friday, December 19, 2014 3:09 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v2 1/3] doc: updated i40e enabling additonal fnct > in gsg > > From: Siobhan Butler > > Updated the i

[dpdk-dev] [PATCH] af_packet: fix possible memory leak

2014-12-19 Thread Jastrzebski, MichalX K
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Daniel Mrzyglod > Sent: Friday, December 19, 2014 4:02 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] af_packet: fix possible memory leak > > In rte_pmd_init_internals, we are mapping memory but not rele

[dpdk-dev] [PATCH 0/3] pkg: update RPM recipe

2014-12-19 Thread Butler, Siobhan A
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas Monjalon > Sent: Friday, December 19, 2014 3:12 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 0/3] pkg: update RPM recipe > > Adjust RPM recipe for 1.8.0 release. > > Thomas Monjalon (3): > pkg

[dpdk-dev] [PATCH v2] vhost: add interface name to virtio-net struct

2014-12-19 Thread Ananyev, Konstantin
Hi Ciara, > -Original Message- > From: Loftus, Ciara > Sent: Thursday, December 18, 2014 6:07 PM > To: dev at dpdk.org > Cc: thomas.monjalon at 6wind.com; stephen at networkplumber.org; > vincent.jardin at 6wind.com; Ananyev, Konstantin; Czesnowicz, > Przemyslaw; Loftus, Ciara; Anthony Fe

[dpdk-dev] [PATCH v2] ixgbe_vf: Fix getting link state

2014-12-19 Thread Gonzalez Monroy, Sergio
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Balazs Nemeth > Sent: Thursday, December 18, 2014 5:57 PM > To: dev at dpdk.org > Cc: Nemeth, Balazs > Subject: [dpdk-dev] [PATCH v2] ixgbe_vf: Fix getting link state > > This patch fixes checking the link state of a virtual function. If th

[dpdk-dev] [PATCH RFC 7/7] app/testpmd: support new rss offloads

2014-12-19 Thread Helin Zhang
RSS offloads supported 'ip' and 'udp' only, which did not demonstrate all of the hardware capabilities. The modifications adds support of new RSS offloads of 'tcp', 'sctp' and 'all'. Signed-off-by: Helin Zhang --- app/test-pmd/cmdline.c | 16 1 file changed, 12 insertions(+), 4

[dpdk-dev] [PATCH RFC 6/7] ethdev: unification of RSS offload types

2014-12-19 Thread Helin Zhang
RSS offload types were defined seperately for 1/10G and 40G NICs, and have no relationship with flow types. The modifications are to unify all RSS offload types for all PMDs. Unified RSS offload types have new and common names which can be used for any PMD or applications, and decouple from specifi

[dpdk-dev] [PATCH RFC 5/7] ethdev: unification of flow types

2014-12-19 Thread Helin Zhang
Flow types was defined actually for i40e hardware specifically, and wasn't able to be used for defining RSS offload types of all PMDs. It removed the enum flow types, and uses macros instead with new names. The new macros can be used for defining RSS offload types later. Also modifications are made

[dpdk-dev] [PATCH RFC 4/7] ethdev: fix of calculating the size of flow type mask array

2014-12-19 Thread Helin Zhang
It wrongly calculates the size of the flow type mask array. The fix is to align the flow type maximum index ID with the number of element bit width, and then divide the number of element bit width. Signed-off-by: Helin Zhang --- lib/librte_ether/rte_eth_ctrl.h | 6 +- 1 file changed, 5 inser

[dpdk-dev] [PATCH RFC 3/7] i40e: code style fix

2014-12-19 Thread Helin Zhang
Added code style fixes. Signed-off-by: Helin Zhang --- lib/librte_pmd_i40e/i40e_fdir.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/lib/librte_pmd_i40e/i40e_fdir.c b/lib/librte_pmd_i40e/i40e_fdir.c index 68511c8..c9e535b 100644 --- a/lib/librte_pmd_i40e/i40e_fdir.c

[dpdk-dev] [PATCH RFC 2/7] ethdev: code style fix

2014-12-19 Thread Helin Zhang
Added code style fixes. Signed-off-by: Helin Zhang --- lib/librte_ether/rte_eth_ctrl.h | 32 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/lib/librte_ether/rte_eth_ctrl.h b/lib/librte_ether/rte_eth_ctrl.h index 5d9c387..4308eae 100644 --- a/lib/

[dpdk-dev] [PATCH RFC 1/7] app/test-pmd: code style fix

2014-12-19 Thread Helin Zhang
Added code style fixes. Signed-off-by: Helin Zhang --- app/test-pmd/config.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/test-pmd/config.c b/app/test-pmd/config.c index 97b6525..87dedf9 100644 --- a/app/test-pmd/config.c +++ b/app/test-pmd/config.c @@ -1918,11 +

[dpdk-dev] [PATCH RFC 0/7] unification of flow types and RSS offload types

2014-12-19 Thread Helin Zhang
It unifies the flow types and RSS offload types for all PMDs. Previously flow types are defined actually for i40e, and there has different RSS offloads tyeps for 1/10G and 40G seperately. This is not so convenient for application development, and not good for adding new PMDs. In addition, it enable

[dpdk-dev] [PATCH 2/2] doc: removed intel blurb from prog_guide

2014-12-19 Thread Iremonger, Bernard
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Pablo de Lara > Sent: Friday, December 19, 2014 2:31 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 2/2] doc: removed intel blurb from prog_guide > > From: Siobhan Butler > > Removed redundant Intel leg

[dpdk-dev] [PATCH 1/2] doc: remove intel dpdk from prog_guide

2014-12-19 Thread Iremonger, Bernard
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Pablo de Lara > Sent: Friday, December 19, 2014 2:31 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 1/2] doc: remove intel dpdk from prog_guide > > From: Siobhan Butler > > Removed redundant references

[dpdk-dev] [PATCH v2 3/3] doc: removed intel blurb from linux gsg

2014-12-19 Thread Pablo de Lara
Removed redundant Intel legal blurb from linux gsg. Signed-off-by: Pablo de Lara --- doc/guides/linux_gsg/index.rst | 38 -- 1 file changed, 38 deletions(-) diff --git a/doc/guides/linux_gsg/index.rst b/doc/guides/linux_gsg/index.rst index 8dc3e48..ab07ea2 10

[dpdk-dev] [PATCH v2 2/3] doc: remove references to intel dpdk in linux_gsg

2014-12-19 Thread Pablo de Lara
From: Siobhan Butler Adjusted line lengths and removed references to Intel which are no longer relevant in linux gsg. Signed-off-by: Siobhan Butler --- doc/guides/linux_gsg/build_dpdk.rst| 68 +++--- doc/guides/linux_gsg/build_sample_apps.rst | 46 ++

[dpdk-dev] [PATCH v2 1/3] doc: updated i40e enabling additonal fnct in gsg

2014-12-19 Thread Pablo de Lara
From: Siobhan Butler Updated the i40e Enabling Additional Functionality section (5.7) of DPDK Getting Started Guide. Signed-off-by: Siobhan Butler Signed-off-by: Helin Zhang --- doc/guides/linux_gsg/enable_func.rst | 14 ++ 1 file changed, 14 insertions(+) diff --git a/doc/guide

[dpdk-dev] [PATCH v2 0/3] update to i40e enabling and gsg fixes

2014-12-19 Thread Pablo de Lara
Updated Enabling Additional Functionality section of Linux GSG. Adjusted line lengths and removed redundant referances to Intel from Linux GSG. Pablo de Lara (1): doc: removed intel blurb from linux gsg Siobhan Butler (2): doc: updated i40e enabling additonal fnct in gsg doc: remove refere

[dpdk-dev] vfio bind failing

2014-12-19 Thread Gray, Mark D
Hi, I am trying to enable vfio with a DPDK app. However, I cannot bind a NIC to the vfio-pci driver * I have enabled it in the BIOS and in the kernel. [root at hostname tools]# cat /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-3.16.7-200.fc20.x86_64 rhgb quiet default_hugepagesz=1G hugepagesz=1G huge

[dpdk-dev] [PATCH v2] ixgbe: fix segmentation fault when start secondary process

2014-12-19 Thread Michael Qiu
EAL: probe driver: 8086:10fb rte_ixgbe_pmd EAL: PCI memory mapped at 0x7f18c2a0 EAL: PCI memory mapped at 0x7f18c2a8 Segmentation fault (core dumped) This is introduced by commit: 46bc9d75 ixgbe: fix multi-process support When start primary process with command line: ./app/te

[dpdk-dev] [PATCH RFC 5/7] ethdev: unification of flow types

2014-12-19 Thread Ananyev, Konstantin
Hi Helin, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Helin Zhang > Sent: Friday, December 19, 2014 7:27 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH RFC 5/7] ethdev: unification of flow types > > Flow types was defined actually for i40e hardwar

[dpdk-dev] [PATCH] af_packet: fix possible memory leak

2014-12-19 Thread John W. Linville
On Fri, Dec 19, 2014 at 04:01:36PM +0100, Daniel Mrzyglod wrote: > In rte_pmd_init_internals, we are mapping memory but not released > if error occure it could produce memoryleak. > Add unmmap function to release memory. > > Signed-off-by: Daniel Mrzyglod > --- > lib/librte_pmd_af_packet/rte_eth

[dpdk-dev] [PATCH 2/2] doc: removed intel blurb from prog_guide

2014-12-19 Thread Pablo de Lara
From: Siobhan Butler Removed redundant Intel legal blurb from programmers guide. Signed-off-by: Siobhan Butler --- doc/guides/prog_guide/index.rst | 37 - 1 file changed, 37 deletions(-) diff --git a/doc/guides/prog_guide/index.rst b/doc/guides/prog_guide/i

[dpdk-dev] [PATCH 1/2] doc: remove intel dpdk from prog_guide

2014-12-19 Thread Pablo de Lara
From: Siobhan Butler Removed redundant references to Intel(R) DPDK in Programmers Guide. Signed-off-by: Siobhan Butler --- doc/guides/prog_guide/dev_kit_build_system.rst | 24 doc/guides/prog_guide/dev_kit_root_make_help.rst | 10 ++-- doc/guides/prog_guide/driver_vm_emul_dev.rs

[dpdk-dev] [PATCH 0/2] doc: remove intel dpdk ref from prog_guide

2014-12-19 Thread Pablo de Lara
Removed Intel(R) DPDK from prog_guide Removed Intel legal blurb from prog_guide Siobhan Butler (2): doc: remove intel dpdk from prog_guide doc: removed intel blurb from prog_guide doc/guides/prog_guide/dev_kit_build_system.rst | 24 doc/guides/prog_guide/dev_kit_root_make_help.

[dpdk-dev] [PATCH RFC v2 08/12] lib/librte_vhost: vhost-user support

2014-12-19 Thread Tetsuya Mukawa
(2014/12/18 2:31), Xie, Huawei wrote: > >> -Original Message- >> From: Tetsuya Mukawa [mailto:mukawa at igel.co.jp] >> Sent: Tuesday, December 16, 2014 9:22 PM >> To: Xie, Huawei; dev at dpdk.org >> Cc: Linhaifeng (haifeng.lin at huawei.com) >> Subject: Re: [PATCH RFC v2 08/12] lib/librte_v

[dpdk-dev] Problem with running the load balancer example application

2014-12-19 Thread Haowei Yuan
Hi Bruce, Thank you very much for the information. I guess I will just use hugepages then. At the beginning, the reason for using the --no-huge flag was that somehow hugepages used by the app was not released (I don't remember what the exact situation was, it might be that the program failed some

[dpdk-dev] [PATCH] ixgbe: logic change in ixgbe_check_mac_link_vf().

2014-12-19 Thread Balazs Nemeth
This patch is a workaround for the issue at the level of the ixgbe driver code. The problem can actually be fixed at the level of DPDK instead. Furthermore, this patch circumvents the problem by moving the check that determines if the link status needs to be read (which always fails because get_li

[dpdk-dev] [PATCH 0/3] pkg: update RPM recipe

2014-12-19 Thread Neil Horman
On Fri, Dec 19, 2014 at 04:11:53PM +0100, Thomas Monjalon wrote: > Adjust RPM recipe for 1.8.0 release. > > Thomas Monjalon (3): > pkg: fix link to bind tool > pkg: support sphinx documentation > pkg: remove Intel references > > pkg/dpdk-core.spec | 17 + > 1 file changed,

[dpdk-dev] [PATCH] ixgbe: fix link speed detection of ixgbevf

2014-12-19 Thread Balazs Nemeth
This patch is actually a workaround to the problem. By setting get_link_status just before calling ixgbe_check_link defeats the whole purpose of the variable and results in _always_ getting the link status. I think that this patch should be superseded by the following patch: http://dpdk.org/dev/pa

[dpdk-dev] Problem with running the load balancer example application

2014-12-19 Thread Bruce Richardson
On Fri, Dec 19, 2014 at 01:43:26AM -0600, Haowei Yuan wrote: > Hi folks, > > I am new to DPDK and have been trying to run the load balancer example > application on a machine with two NUMA nodes. Somehow the program > cannot be launched correctly if I add the "--no-huge" option to the > command. I

[dpdk-dev] [RFC PATCH 0/7] support multi-phtread per lcore

2014-12-19 Thread Bruce Richardson
On Fri, Dec 19, 2014 at 01:28:47AM +, Liang, Cunming wrote: > > > > -Original Message- > > From: Walukiewicz, Miroslaw > > Sent: Thursday, December 18, 2014 8:20 PM > > To: Liang, Cunming; dev at dpdk.org > > Subject: RE: [dpdk-dev] [RFC PATCH 0/7] support multi-phtread per lcore > >

[dpdk-dev] [PATCH v2] ixgbe: fix segmentation fault when start secondary process

2014-12-19 Thread Thomas Monjalon
2014-12-19 14:59, Michael Qiu: > EAL: probe driver: 8086:10fb rte_ixgbe_pmd > EAL: PCI memory mapped at 0x7f18c2a0 > EAL: PCI memory mapped at 0x7f18c2a8 > Segmentation fault (core dumped) > > This is introduced by commit: 46bc9d75 > ixgbe: fix multi-process support > When star

[dpdk-dev] [PATCH v6] VFIO: Avoid to enable vfio while the module not loaded

2014-12-19 Thread Thomas Monjalon
2014-12-19 07:09, Qiu, Michael: > Hi Thomas, > > Will you plan to merge this patch? If yes, you plan to merge it into > 1.8 or 2.0? It won't be in 1.8 for 2 reasons: - there is a risk to break something in some environments, so need more tests - you add a function protoype in eal common withou

[dpdk-dev] [dts] DPDK Test Suite 1.0 Release

2014-12-19 Thread Qiu, Michael
Great, this tool will help all DPDK developers. And reduce the bugs of DPDK. Thanks, Michael On 12/19/2014 1:44 PM, Cao, Waterman wrote: > DPDK Test Suite 1.0 Release Announcement > > We are very pleased to announce that DPDK Test Suite 1.0 (DTS) is released > by intel now. DTS is an automation

[dpdk-dev] [PATCH v6] VFIO: Avoid to enable vfio while the module not loaded

2014-12-19 Thread Qiu, Michael
Hi Thomas, Will you plan to merge this patch? If yes, you plan to merge it into 1.8 or 2.0? Thanks, Michael On 12/10/2014 7:48 PM, Burakov, Anatoly wrote: >> When vfio module is not loaded when kernel support vfio feature, the >> routine still try to open the container to get file description.

[dpdk-dev] DPDK Test Suite 1.0 Release

2014-12-19 Thread Cao, Waterman
DPDK Test Suite 1.0 Release Announcement We are very pleased to announce that DPDK Test Suite 1.0 (DTS) is released by intel now. DTS is an automation test tool for DPDK software, a python-base library. It can run on remote tester machine, and communicate/manage test device by SSH connection. Th

[dpdk-dev] [PATCH] Minor fixes in rte_common.h file.

2014-12-19 Thread Ravi Kerur
On Thu, Dec 18, 2014 at 11:07 AM, Neil Horman wrote: > On Wed, Dec 17, 2014 at 08:40:17AM -0800, Ravi Kerur wrote: > > On Tue, Dec 16, 2014 at 1:40 PM, Neil Horman > wrote: > > > > > > On Tue, Dec 16, 2014 at 08:46:51AM -0800, Ravi Kerur wrote: > > > > On Sat, Dec 13, 2014 at 2:39 AM, Neil Horma

[dpdk-dev] [PATCH v2] xenvirt: Fix build break on cmdline_parse_etheraddr call

2014-12-19 Thread Qiu, Michael
On 12/19/2014 4:54 AM, Neil Horman wrote: > On Thu, Dec 18, 2014 at 01:45:54PM +, Qiu, Michael wrote: >> Hi Neil, >> >> I think if you could add the commit author in the cc list will be better. >> > The commit author is me, and its recorded by the Signed-off line, as well as > the > Authorship

[dpdk-dev] Using multi-queue with RSS on X540 VF

2014-12-19 Thread Ouyang, Changchun
Hi Anant, > -Original Message- > From: Anant Mudambi [mailto:amudambi at paloaltonetworks.com] > Sent: Friday, December 19, 2014 6:39 AM > To: Richardson, Bruce; Ouyang, Changchun > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] Using multi-queue with RSS on X540 VF > > Thanks Bruce. > Hi

[dpdk-dev] Problem with running the load balancer example application

2014-12-19 Thread Haowei Yuan
Hi folks, I am new to DPDK and have been trying to run the load balancer example application on a machine with two NUMA nodes. Somehow the program cannot be launched correctly if I add the "--no-huge" option to the command. I am wondering if someone had seen similar problems, or maybe I did someth

[dpdk-dev] [PATCH 0/6] Enable VF RSS for Niantic

2014-12-19 Thread Ouyang, Changchun
My response as below. From: Vlad Zolotarov [mailto:vl...@cloudius-systems.com] Sent: Thursday, December 18, 2014 9:06 PM To: dev at dpdk.org; Ouyang, Changchun Subject: Re: [PATCH 0/6] Enable VF RSS for Niantic On 12/18/14 12:11, Vlad Zolotarov wrote: From: Changchun Ouyang

[dpdk-dev] [RFC PATCH 0/7] support multi-phtread per lcore

2014-12-19 Thread Liang, Cunming
> -Original Message- > From: Walukiewicz, Miroslaw > Sent: Thursday, December 18, 2014 8:20 PM > To: Liang, Cunming; dev at dpdk.org > Subject: RE: [dpdk-dev] [RFC PATCH 0/7] support multi-phtread per lcore > > I have another question regarding your patch. > > Could we extend values re

[dpdk-dev] DPDK RSS support for ixgbevf PMD

2014-12-19 Thread Ouyang, Changchun
Hi , > -Original Message- > From: Vlad Zolotarov [mailto:vladz at cloudius-systems.com] > Sent: Thursday, December 18, 2014 6:34 PM > To: Ouyang, Changchun; Thomas Monjalon > Cc: dev at dpdk.org; Avi Kivity; Gleb Natapov > Subject: Re: [dpdk-dev] DPDK RSS support for ixgbevf PMD > > > On

[dpdk-dev] [PATCH 5/6] ixgbe: Config VF RSS

2014-12-19 Thread Ouyang, Changchun
Hi, > -Original Message- > From: Vlad Zolotarov [mailto:vladz at cloudius-systems.com] > Sent: Thursday, December 18, 2014 6:09 PM > To: dev at dpdk.org; Ouyang, Changchun > Subject: Re: [PATCH 5/6] ixgbe: Config VF RSS > > > On 12/18/14 11:58, Vlad Zolotarov wrote: > > From: Changchun O