All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] fix build issues with librte_sched, test_red on non x86 platform
@ 2015-08-30  8:55 Jerin Jacob
  2015-08-30  8:55 ` [PATCH 1/3] sched: remove unused inclusion of tmmintrin.h Jerin Jacob
  2015-09-08  7:19 ` [PATCH v2 0/3] fix build issues with librte_sched, test_red on non x86 platform Thomas Monjalon
  0 siblings, 2 replies; 5+ messages in thread
From: Jerin Jacob @ 2015-08-30  8:55 UTC (permalink / raw)
  To: dev

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: fix needless build dependency on
    CONFIG_RTE_ARCH_X86_64
  app/test: use memory barrier version of rte_rdtsc() eal api for multi
    arch support

 app/test/Makefile             |  2 +-
 app/test/test_red.c           | 11 +----------
 lib/librte_sched/rte_bitmap.h |  3 ---
 3 files changed, 2 insertions(+), 14 deletions(-)

-- 
2.1.0

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-09-08  7:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-30  8:55 [PATCH v2 0/3] fix build issues with librte_sched, test_red on non x86 platform Jerin Jacob
2015-08-30  8:55 ` [PATCH 1/3] sched: remove unused inclusion of tmmintrin.h Jerin Jacob
2015-08-30  8:55   ` [PATCH 2/3] app/test: test_sched: fix needless build dependency on CONFIG_RTE_ARCH_X86_64 Jerin Jacob
2015-08-30  8:55     ` [PATCH 3/3] app/test: use memory barrier version of rte_rdtsc() eal api for multi arch support Jerin Jacob
2015-09-08  7:19 ` [PATCH v2 0/3] fix build issues with librte_sched, test_red on non x86 platform Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.