DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v9 0/3] Move EAL common functions
@ 2015-07-25 19:34 Ravi Kerur
  2015-07-25 19:36 ` [dpdk-dev] [PATCH v9 1/3] Move common functions in eal_lcore.c Ravi Kerur
  2015-07-27  0:56 ` [dpdk-dev] [PATCH v10 0/3] deduplicate " Thomas Monjalon
  0 siblings, 2 replies; 16+ messages in thread
From: Ravi Kerur @ 2015-07-25 19:34 UTC (permalink / raw)
  To: dev

As per Thomas's suggestion dividing v8 patch into multiple smaller
series.  This patch contains changes to eal_lcore.c, eal_timer.c
and eal_memory.c files. 

Tested on Ubuntu x86_64 14.04 GCC and Clang
Tested on FreeBSD 10.0 x86_64 GCC and Clang
testpmd, make test were run successfully.

Ravi Kerur (3):
  Move common functions in eal_lcore.c
  Move common functions in eal_timer.c
  Move common functions in eal_memory.c

 lib/librte_eal/bsdapp/eal/Makefile        |   2 +
 lib/librte_eal/bsdapp/eal/eal_lcore.c     |  72 +++++---------------
 lib/librte_eal/bsdapp/eal/eal_memory.c    |  52 +++++++--------
 lib/librte_eal/bsdapp/eal/eal_timer.c     |  52 +++------------
 lib/librte_eal/common/eal_common_lcore.c  | 107 ++++++++++++++++++++++++++++++
 lib/librte_eal/common/eal_common_memory.c |  41 +++++++++++-
 lib/librte_eal/common/eal_common_timer.c  | 102 ++++++++++++++++++++++++++++
 lib/librte_eal/common/eal_private.h       |  63 ++++++++++++++++++
 lib/librte_eal/linuxapp/eal/Makefile      |   3 +
 lib/librte_eal/linuxapp/eal/eal_lcore.c   |  66 ++----------------
 lib/librte_eal/linuxapp/eal/eal_memory.c  |  52 +++------------
 lib/librte_eal/linuxapp/eal/eal_timer.c   |  55 ++-------------
 12 files changed, 379 insertions(+), 288 deletions(-)
 create mode 100644 lib/librte_eal/common/eal_common_lcore.c
 create mode 100644 lib/librte_eal/common/eal_common_timer.c

-- 
1.9.1

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

end of thread, other threads:[~2015-07-30 13:44 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-25 19:34 [dpdk-dev] [PATCH v9 0/3] Move EAL common functions Ravi Kerur
2015-07-25 19:36 ` [dpdk-dev] [PATCH v9 1/3] Move common functions in eal_lcore.c Ravi Kerur
2015-07-25 19:36   ` [dpdk-dev] [PATCH v9 2/3] Move common functions in eal_timer.c Ravi Kerur
2015-07-26 23:32     ` Thomas Monjalon
2015-07-26 23:40     ` Thomas Monjalon
2015-07-25 19:36   ` [dpdk-dev] [PATCH v9 3/3] Move common functions in eal_memory.c Ravi Kerur
2015-07-27  0:35     ` Thomas Monjalon
2015-07-25 19:36   ` [dpdk-dev] [PATCH v9 0/3] Move EAL common functions Ravi Kerur
2015-07-27  0:56 ` [dpdk-dev] [PATCH v10 0/3] deduplicate " Thomas Monjalon
2015-07-27  0:56   ` [dpdk-dev] [PATCH v10 1/3] eal: deduplicate lcore initialization Thomas Monjalon
2015-07-27  0:56   ` [dpdk-dev] [PATCH v10 2/3] eal: deduplicate timer functions Thomas Monjalon
2015-07-27  0:56   ` [dpdk-dev] [PATCH v10 3/3] eal: deduplicate memory initialization Thomas Monjalon
2015-07-27  0:59   ` [dpdk-dev] [PATCH v10 0/3] deduplicate EAL common functions Thomas Monjalon
2015-07-30  8:12     ` Olivier MATZ
2015-07-30 12:15       ` Ravi Kerur
2015-07-30 13:43       ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).