From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f43.google.com (mail-pa0-f43.google.com [209.85.220.43]) by dpdk.org (Postfix) with ESMTP id 557BCDE0 for ; Tue, 14 Jan 2014 08:01:35 +0100 (CET) Received: by mail-pa0-f43.google.com with SMTP id bj1so4145748pad.16 for ; Mon, 13 Jan 2014 23:02:48 -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:content-type:content-transfer-encoding :subject:message-id:date:to:mime-version; bh=ZMwbOqfpSJ2nvuSebUk/yYThOodkZl6la21XrZwAnSY=; b=jvbYTeH3KaSjpM7UhcmbJ/YCWGduU/OMiNU2fWz2fxoeCAeUOyQDQawPtVnGjAYzfZ wluytVEQ197N6idbi5cbCtgfWvrggrjMoatGo0YIX9/mTLGOOLoMBYJpAxam35NSgbvr aU3dcmOqes64Qo/rhmQXAqqaKbYJw4UFCRMH38BDgRyW2fuXQ+q+Qg+Oe6rGCwBdRJzE D8P77hV1UGsau79ad+yoBEfiFEoOi9bf4h9rtkyH6Hg6dJFlV2hRXTqP1TiaPpAu3d6i hlF5LnvITVshSHuAKVJ9L6SRSUL/kn3NEjogeCbhJ/16qCPHNqPVMYICI0FAh1drSDQ8 wgCQ== X-Gm-Message-State: ALoCoQklr6i8jrA3fb/HP8uwiu3/Zfz9vyC6lwyi7eO9Z4J51FI58zdTjTKWnxFM9ZKr0kTfy3Th X-Received: by 10.68.106.36 with SMTP id gr4mr4672719pbb.67.1389682968604; Mon, 13 Jan 2014 23:02:48 -0800 (PST) Received: from [192.168.1.80] (c-76-103-138-196.hsd1.ca.comcast.net. [76.103.138.196]) by mx.google.com with ESMTPSA id yd4sm42884689pbc.13.2014.01.13.23.02.46 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 13 Jan 2014 23:02:47 -0800 (PST) From: Daniel Kan Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Message-Id: <8A452F53-AD44-4C3C-8AB0-AD3342206D46@nyansa.com> Date: Mon, 13 Jan 2014 23:02:44 -0800 To: dev@dpdk.org Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) X-Mailer: Apple Mail (2.1827) Subject: [dpdk-dev] Any benefit of using DPDK's makefiles instead of using your own and linking against DPDK library 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: Tue, 14 Jan 2014 07:01:35 -0000 I already have existing makefiles for my current application. I would = like to integrate dpdk into the application. =92m wondering if there is = any benefit to use dpdk=92s makefiles instead of using your own makefile = and linking against the library (e.g. libintel_dpdk.a). Thanks. Dan=