From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa0-f47.google.com (mail-oa0-f47.google.com [209.85.219.47]) by dpdk.org (Postfix) with ESMTP id 1418BB347 for ; Thu, 18 Sep 2014 06:07:59 +0200 (CEST) Received: by mail-oa0-f47.google.com with SMTP id g18so242658oah.6 for ; Wed, 17 Sep 2014 21:13:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=O1G/aVs8dRqfkSDblR9GtxSG83MXJmrTS4CuLUXlMXE=; b=zLoDIGfmYhv5fpBUao/eDeJ8htV7XiZfxGYk+5FJ6hMJqrMS7jO3f9JGISC9CpBQHp AsKjd/t7q6aQdfaVbscTcApfHh0adBBbu0IieNsyNZe1QkFDsQnBFBqtHlne+sx2Rzpf JZmKG2ji8TeqIfBZ+lwk3Q5uB9oFQTHmsHHEtmMY5ue3fG+/u8wqIgPuWOFUA0Jmp2j+ LXQoTDBZKj406Dy4wpeaqUEbvQPafu8Iaf8Sp/pd4LWjc7c+RsBmuBtyRuNr5uLT7h/b 1RUAs4tSeNoKX6wyB4p4sAcWBCGkQs04JxM6cH6AkAmyfzQ5PHtFdDlgNGKdQTiyjLud 00/w== MIME-Version: 1.0 X-Received: by 10.60.155.205 with SMTP id vy13mr1449831oeb.65.1411013623240; Wed, 17 Sep 2014 21:13:43 -0700 (PDT) Received: by 10.202.232.8 with HTTP; Wed, 17 Sep 2014 21:13:43 -0700 (PDT) Date: Thu, 18 Sep 2014 07:13:43 +0300 Message-ID: From: Vadim Suraev To: dev@dpdk.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] Userland IP stack for DPDK 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, 18 Sep 2014 04:08:00 -0000 Hi, I've published the source code of Linux kernel IP stack ported to user space and integrated with DPDK (1.6 currently). I includes also some example applications & test scripts as well as documentation about what & how is done and how to use & adapt it. The source: git@github.com:vadimsu/ipaugenblick.git two branches - master & muticore Documentation: - README at the root of the project ipaugenblick.net Please feel free to ask questions you may have Regards, Vadim.