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 = rte_bitmap_get_memory_footprint(42
> -Original Message-
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Ian Stokes
> Sent: Tuesday, August 18, 2015 8:55 AM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH] qos_meter: Fix compilation with APP_MODE_FWD
>
> The qos_meter sample app will fail to compile if APP_MODE
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 *p
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) += test_cm
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
+++ b/lib/l
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 no
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
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 o
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 re
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 freed
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 Websi
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
b/lib/librte
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 +-
> -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.
>
>
> -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 Avin
> -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
> -Avinas
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 usi
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.o
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 h
19 matches
Mail list logo