[dpdk-dev] [PATCH v1] Move eal_thread.c common functions.

Ravi Kerur rkerur at gmail.com
Sat Aug 8 00:15:41 CEST 2015


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



More information about the dev mailing list