DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v1] Move eal_thread.c common functions.
@ 2015-08-07 22:15 Ravi Kerur
  2015-08-07 22:16 ` [dpdk-dev] [PATCH v1] Move EAL thread " Ravi Kerur
  0 siblings, 1 reply; 2+ messages in thread
From: Ravi Kerur @ 2015-08-07 22:15 UTC (permalink / raw)
  To: dev

As per Thomas's suggestion we will split remaining files in EAL cleanup
effort into multiple patches, eal_thread.c is first in this series.

Ravi Kerur (1):
  Move EAL thread common functions

 lib/librte_eal/bsdapp/eal/Makefile        |   3 +-
 lib/librte_eal/bsdapp/eal/eal_thread.c    | 152 -----------------------------
 lib/librte_eal/common/eal_common_thread.c | 147 +++++++++++++++++++++++++++-
 lib/librte_eal/linuxapp/eal/Makefile      |   3 +-
 lib/librte_eal/linuxapp/eal/eal_thread.c  | 153 ------------------------------
 5 files changed, 150 insertions(+), 308 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2015-08-07 22:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-07 22:15 [dpdk-dev] [PATCH v1] Move eal_thread.c common functions Ravi Kerur
2015-08-07 22:16 ` [dpdk-dev] [PATCH v1] Move EAL thread " Ravi Kerur

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).