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:
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
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
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
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
5 matches
Mail list logo