From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ravi Kerur Subject: [PATCH v1] Move eal_thread.c common functions. Date: Fri, 7 Aug 2015 15:15:41 -0700 Message-ID: <1438985741-2295-1-git-send-email-rkerur@gmail.com> To: dev@dpdk.org Return-path: Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com [209.85.220.52]) by dpdk.org (Postfix) with ESMTP id 9167F234 for ; Sat, 8 Aug 2015 00:16:00 +0200 (CEST) Received: by pabyb7 with SMTP id yb7so64141988pab.0 for ; Fri, 07 Aug 2015 15:16:00 -0700 (PDT) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "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