From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vc0-f175.google.com (mail-vc0-f175.google.com [209.85.220.175]) by dpdk.org (Postfix) with ESMTP id 5B849232 for ; Thu, 20 Jun 2013 07:31:56 +0200 (CEST) Received: by mail-vc0-f175.google.com with SMTP id hr11so4468584vcb.34 for ; Wed, 19 Jun 2013 22:32:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:cc:content-type:x-gm-message-state; bh=B0QRzmrfTgsQ0Twe67V6DVhiEO8IceexoqGyYSoej/k=; b=R59IxLuIVwl3vwQhe4S1ym+v70YB6n8cri97BT7r2fYPV+/Z6C9CKDjj6UW8fib7Lp lY/qZ6kEOoy89Y2WA+/qhfk0XpDF6aIkCtAOwEZU+W6rAu1N1AwhrixP2Ld7B6hzcIPf gonca2642iK+p3YnwKciU9T0x0BmKEJYabYFy6jm8Da8Hz9dN+mukhCLUun363Qb2l5W Eckgl0N76mX0vCyugPPQVmMrdb/6B4usfnx+i4h9ppbmY5BA9fJQZEmMrC+NQngM9waS ZOel02YiI/Ab64uurT9WfL79krDBXhCzliUZputhTxTDPsSlxV2NFRYQUx/Mt9Na6ASv 7tZw== MIME-Version: 1.0 X-Received: by 10.58.168.208 with SMTP id zy16mr2236381veb.3.1371706327987; Wed, 19 Jun 2013 22:32:07 -0700 (PDT) Received: by 10.220.142.15 with HTTP; Wed, 19 Jun 2013 22:32:07 -0700 (PDT) X-Originating-IP: [50.53.71.109] In-Reply-To: References: Date: Wed, 19 Jun 2013 22:32:07 -0700 Message-ID: From: Stephen Hemminger To: Adeel Amin Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQl5Z5q0R4KQnailAOznWCkUtdJYyPu1GcnNS2775Wt250p+DXhkkGQYBa0CR0olylPUXQUO Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] DPDK on bare-metal machine 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: Thu, 20 Jun 2013 05:31:56 -0000 The following might be interesting to you. https://speakerdeck.com/multicorenz/bare-metal-multicore-performance-in-a-general-purpose-operating-system It describes recent work to get kernel out of the way. On Wed, Jun 19, 2013 at 12:20 AM, Adeel Amin wrote: > Hello, > > Can anyone tell me that how I can run a DPDK application as a bare-metal > (i.e. without Linux support). I've tried to run rump kernel TCP/IP stack by > Antti Kantee but I'm unable to figure out that how I'll be using it to run > stand alone on x86 CPU. Currently I'm running the rump kernel as a Linux > application. > > Thank you. > > Adeel Amin > Email: adeel_amin@hotmail.com >