From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <thomas.monjalon@6wind.com> Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by dpdk.org (Postfix) with ESMTP id AC9576880 for <dev@dpdk.org>; Fri, 21 Nov 2014 19:13:26 +0100 (CET) Received: by mail-wi0-f180.google.com with SMTP id n3so83441wiv.13 for <dev@dpdk.org>; Fri, 21 Nov 2014 10:23:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=j0eJTcw1xSWZoEXRSBqTjIFozrmnZaZ2i5I1Nh15UIk=; b=UuVzn4H4+/Rp2GP+9GjpR2nQFaiaGFc0E1pFE+7IF7vId8R8HAnQQXAxhxqi67RNS3 rthjpjTIBzoSOsXtvedjrKpbOgoCcQzU+KlNMYA+SX7aWx1I9Bbgc8sEILPb/mEogwZ7 5iaCvgvrecoi868heMHIrHZvn1bfRoYg3MpC+6NcxuhKTax++9i1/rUUi5WHt9sJBMlY WWaP7PcHdCetDltW5pgPLHNL0lSfxW/D9GYifjG/e0czNNhAnqd2nk+q+eA/EjeleaIL Dor7yMSPm+bZyP1j2X9pzv/715q6OJrr3WF4WskeYS3KdfzDC3FY/pT5uOLW95ZfXSPW I4+g== X-Gm-Message-State: ALoCoQkpySVSKrt/24XsjF2UXvDFIjKtGafZFj8BupwRawDi11xBq79OofVBiYAzkuk0LANkhyWx X-Received: by 10.180.103.1 with SMTP id fs1mr62475wib.62.1416594239072; Fri, 21 Nov 2014 10:23:59 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id wx3sm9063245wjc.19.2014.11.21.10.23.57 for <multiple recipients> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 21 Nov 2014 10:23:58 -0800 (PST) From: Thomas Monjalon <thomas.monjalon@6wind.com> To: r k <rkerur@gmail.com> Date: Fri, 21 Nov 2014 19:23:34 +0100 Message-ID: <3860463.eeyc4hhm7y@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.17.2-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: <CAFb4SLC+8Sf5=E-8AtQ8ki976peXKr=WtjgjU7X6cAT4iC3HJA@mail.gmail.com> References: <CAFb4SLC+8Sf5=E-8AtQ8ki976peXKr=WtjgjU7X6cAT4iC3HJA@mail.gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] Q on consolidating linuxapp/bsdapp in eal X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK <dev.dpdk.org> List-Unsubscribe: <http://dpdk.org/ml/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <http://dpdk.org/ml/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Fri, 21 Nov 2014 18:13:26 -0000 2014-11-21 10:13, r k: > Thanks to Thomas for providing some inputs on this. > > I am looking at consolidating common code in linuxapp/bsdapp in > librte_eal. I have started with header files and had some questions > related to it. Sorry, I didn't know you already start working on it. I'm going to send a patchset with such cleanup because it's needed to integrate some new options (from old pending patches). Please wait my patchset to see what remains to clean-up. Thanks -- Thomas