From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 ; Fri, 21 Nov 2014 19:13:26 +0100 (CET) Received: by mail-wi0-f180.google.com with SMTP id n3so83441wiv.13 for ; 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 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 21 Nov 2014 10:23:58 -0800 (PST) From: Thomas Monjalon To: r k 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: References: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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