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

2015-08-30 Thread Jerin Jacob
This patch set enable librte_sched, app/test/test_sched and app/test/test_red to build on non x86 platform v1..v2 use memory barrier version rte_rdtsc() for multi arch support as suggested by Thomas Monjalon Jerin Jacob (3): sched: remove unused inclusion of tmmintrin.h app/test: test_sched:

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

2015-08-30 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 +++ b/lib/l

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

2015-08-30 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) += test_cm

[dpdk-dev] [PATCH 3/3] app/test: use memory barrier version of rte_rdtsc() eal api for multi arch support

2015-08-30 Thread Jerin Jacob
Signed-off-by: Jerin Jacob --- app/test/test_red.c | 11 +-- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/app/test/test_red.c b/app/test/test_red.c index 262df72..37841b3 100644 --- a/app/test/test_red.c +++ b/app/test/test_red.c @@ -146,16 +146,7 @@ static void rdtsc_pro

[dpdk-dev] i40e: XL710 Rx filters out frames above 1510 bytes

2015-08-30 Thread Vlad Zolotarov
Hi, I have the most strange issue on a setup of 2 pairs of connected back to back XL710 cards. It seems that frames above 1510 bytes are being filtered out by an i40e PMD receiver. The same setup works perfectly when I use Linux drivers on both sides but when I use a PMD on one side and a Linux