[dpdk-dev] ISSUE IN rte_bitmap

2015-08-18 Thread Ariel Rodriguez
Hi , i am facing a issue regarding with the maximum amount of bits that the rte_bitmap allows. Example : bmp_mem_size = rte_bitmap_get_memory_footprint(4000); OK (bmp_mem_size==2101312 (size in bytes aligned). Around 2MB) but if i do this: bmp_mem_size =

[dpdk-dev] [PATCH 3/3] app/test: enable test_red to build on non x86 platform

2015-08-18 Thread Jerin Jacob
Signed-off-by: Jerin Jacob --- app/test/test_red.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/test/test_red.c b/app/test/test_red.c index 262df72..813c508 100644 --- a/app/test/test_red.c +++ b/app/test/test_red.c @@ -146,6 +146,7 @@ static void rdtsc_prof_init(struct rdtsc_prof

[dpdk-dev] [PATCH 2/3] app/test: test_sched: fix needless build dependency on CONFIG_RTE_ARCH_X86_64

2015-08-18 Thread Jerin Jacob
Signed-off-by: Jerin Jacob --- app/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test/Makefile b/app/test/Makefile index e7f148f..43429b9 100644 --- a/app/test/Makefile +++ b/app/test/Makefile @@ -115,7 +115,7 @@ SRCS-$(CONFIG_RTE_LIBRTE_CMDLINE) +=

[dpdk-dev] [PATCH 1/3] sched: remove unused inclusion of tmmintrin.h

2015-08-18 Thread Jerin Jacob
SSSE3 intrinsics not used in rte_bitmap.h Signed-off-by: Jerin Jacob --- lib/librte_sched/rte_bitmap.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/librte_sched/rte_bitmap.h b/lib/librte_sched/rte_bitmap.h index 216a344..3d911e4 100644 --- a/lib/librte_sched/rte_bitmap.h +++

[dpdk-dev] [PATCH 0/3] fix build issues with librte_sched, test_red on non x86 platform

2015-08-18 Thread Jerin Jacob
This patch set enable librte_sched, app/test/test_sched and app/test/test_red to build on non x86 platform Jerin Jacob (3): sched: remove unused inclusion of tmmintrin.h app/test: test_sched: fix needless build dependency on CONFIG_RTE_ARCH_X86_64 app/test: enable test_red to build on

[dpdk-dev] [PATCH] qos_meter: Fix compilation with APP_MODE_FWD

2015-08-18 Thread Ian Stokes
The qos_meter sample app will fail to compile if APP_MODE is set to APP_MODE_FWD. This patch changes the variable name 'color' in main.h to the expected variable name 'input_color' to allow compilation with APP_MODE_FWD. Signed-off-by: Ian Stokes --- examples/qos_meter/main.h |2 +- 1 files

[dpdk-dev] Industry's Tiny and Powerful Wireless LAN Controller - Running On Intel NUC D34010WYKH - Built on DPDK

2015-08-18 Thread Thomas F Herbert
On 8/18/15 12:50 PM, Stephen Hemminger wrote: > On Tue, 18 Aug 2015 13:33:00 +0530 > Venkateswara Rao Thummala wrote: > >> Hi, >> >> We are happy to announce that, we have Just launched the Industry's Tiny >> and Powerful Wireless LAN Controller - running on Intel NUC D34010WYKH. >> >> - Built

[dpdk-dev] flow_director_filter error!!

2015-08-18 Thread Navneet Rao
Hello: Using dpdk-2.0.0 and i540 - I am using the testpmd app to test-drive the flow-director filter settings. After I start the testpmd app, I am flusing the flow_director_filter settings and get the following error - testpmd> flush_flow_director 0 PMD: ixgbe_fdir_flush(): Failed to

[dpdk-dev] [PATCH] ring: add function to free a ring

2015-08-18 Thread Pablo de Lara
When creating a ring, a memzone is created to allocate it in memory, but the ring could not be freed, as memzones could not be. Since memzones can be freed now, then rings can be as well, taking into account if they were initialized using pre-allocated memory (in which case, memory should be

[dpdk-dev] Industry's Tiny and Powerful Wireless LAN Controller - Running On Intel NUC D34010WYKH - Built on DPDK

2015-08-18 Thread Venkateswara Rao Thummala
Hi, We are happy to announce that, we have Just launched the Industry's Tiny and Powerful Wireless LAN Controller - running on Intel NUC D34010WYKH. - Built on High Performance Virtual Data Plane, which is built using DPDK - Supports wide range of Third Party Access Points Please visit our

[dpdk-dev] [PATCH] eal/linux: fix rte_epoll_wait

2015-08-18 Thread Robert Sanford
Function rte_epoll_wait should return when underlying call to epoll_wait times out. Signed-off-by: Robert Sanford --- lib/librte_eal/linuxapp/eal/eal_interrupts.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/lib/librte_eal/linuxapp/eal/eal_interrupts.c

[dpdk-dev] [PATCH] doc: fix for vhost sample parameter

2015-08-18 Thread Ouyang Changchun
This commit removes the dev-index, so update the doc for this change: 17b8320a3e11e146868906d0082b6e402d5f2255 "vhost: remove index parameter" Signed-off-by: Changchun Ouyang --- doc/guides/sample_app_ug/vhost.rst| 18 -- lib/librte_vhost/libvirt/qemu-wrap.py | 10 +-

[dpdk-dev] [ 2nd try ] Lookup mechanim in DPDK HASH table.

2015-08-18 Thread Dumitrescu, Cristian
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Singh, Jasvinder > Sent: Monday, August 17, 2015 7:14 PM > To: Yeddula, Avinash; Richardson, Bruce > Cc: dev at dpdk.org; Bly, Mike > Subject: Re: [dpdk-dev] [ 2nd try ] Lookup mechanim in DPDK HASH table. >

[dpdk-dev] [ 2nd try ] Lookup mechanim in DPDK HASH table.

2015-08-18 Thread Dumitrescu, Cristian
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Venkateswara Rao > Thummala > Sent: Monday, August 17, 2015 7:06 PM > To: Yeddula, Avinash > Cc: dev at dpdk.org; Bly, Mike > Subject: Re: [dpdk-dev] [ 2nd try ] Lookup mechanim in DPDK HASH table. > > Hi

[dpdk-dev] [ 2nd try ] Lookup mechanim in DPDK HASH table.

2015-08-18 Thread Dumitrescu, Cristian
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Yeddula, Avinash > Sent: Thursday, August 13, 2015 10:37 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [ 2nd try ] Lookup mechanim in DPDK HASH table. > > Any comments on this question ? > > Thanks >

[dpdk-dev] Industry's Tiny and Powerful Wireless LAN Controller - Running On Intel NUC D34010WYKH - Built on DPDK

2015-08-18 Thread Stephen Hemminger
On Tue, 18 Aug 2015 13:33:00 +0530 Venkateswara Rao Thummala wrote: > Hi, > > We are happy to announce that, we have Just launched the Industry's Tiny > and Powerful Wireless LAN Controller - running on Intel NUC D34010WYKH. > > - Built on High Performance Virtual Data Plane, which is built

[dpdk-dev] ieee1588fwd.c implementation

2015-08-18 Thread Stefan Binna
Hi, alright, I'll look it up. Thanks for your help. Kind regards, Stefan. Am 17.08.2015 um 16:21 schrieb Mcnamara, John: >> -Original Message- >> From: Stefan Binna [mailto:stefan.binna at salzburgresearch.at] >> Sent: Monday, August 17, 2015 1:48 AM >> To: Mcnamara, John; dev at

[dpdk-dev] [PATCH v2]doc:Add performance test guide about how to get DPDK high perf on Intel platform

2015-08-18 Thread Xu, Qian Q
Thomas Could you review the v2 performance doc and apply if no issues? Thanks. Thanks Qian -Original Message- From: Xu, Qian Q Sent: Thursday, August 13, 2015 11:20 AM To: dev at dpdk.org Cc: Xu, Qian Q Subject: [dpdk-dev][PATCH v2]doc:Add performance test guide about how to get DPDK

[dpdk-dev] [dpdk-announce] DPDK 2.1.0 released

2015-08-18 Thread Thomas Monjalon
A new DPDK release can be downloaded here: http://dpdk.org/browse/dpdk/tag/?id=v2.1.0 Every 4 months, a new release. Every 4 months, more changes than before. Once again, it is the biggest release ever. Statistics for this release cycle: 827 patches from 84 authors 827

[dpdk-dev] [ 2nd try ] Lookup mechanim in DPDK HASH table.

2015-08-18 Thread Venkateswara Rao Thummala
Hi Avinash, I think, you can use the same table by just updating the packet meta data based on the Look UP. In the first lookup, you can populate the meta data [key offset] with the source MAC and in the second lookup, you can populate the same meta data with the destination lookup. I think this