From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id F2DCDB368 for ; Tue, 9 Sep 2014 18:04:50 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 09 Sep 2014 09:03:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,492,1406617200"; d="scan'208";a="600325381" Received: from plxs0284.pdx.intel.com ([10.25.97.128]) by orsmga002.jf.intel.com with ESMTP; 09 Sep 2014 09:09:12 -0700 Received: from plxv1142.pdx.intel.com (plxv1142.pdx.intel.com [10.25.98.49]) by plxs0284.pdx.intel.com with ESMTP id s89G9Bca016635; Tue, 9 Sep 2014 09:09:11 -0700 Received: from plxv1142.pdx.intel.com (localhost [127.0.0.1]) by plxv1142.pdx.intel.com with ESMTP id s89G9Ba7022089; Tue, 9 Sep 2014 09:09:11 -0700 Received: (from jbshaw@localhost) by plxv1142.pdx.intel.com with œ id s89G9B3w021969; Tue, 9 Sep 2014 09:09:11 -0700 Date: Tue, 9 Sep 2014 09:09:11 -0700 From: Jeff Shaw To: zimeiw Message-ID: <20140909160911.GA18226@plxv1142.pdx.intel.com> References: <4a71bb41.1307.14857e341d5.Coremail.zimeiw@163.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4a71bb41.1307.14857e341d5.Coremail.zimeiw@163.com> User-Agent: Mutt/1.4.2.3i Cc: dev@dpdk.org Subject: Re: [dpdk-dev] TCP/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: Tue, 09 Sep 2014 16:04:51 -0000 On Tue, Sep 09, 2014 at 08:49:44AM +0800, zimeiw wrote: > hi, > > > I have porting major FreeBSD tcp/ip stack to dpdk. new tcp/ip stack is based on dpdk rte_mbuf, rte_ring, rte_memory and rte_table. it is faster to forwarding packets. > > Below feature are ready: > > Netdp initialize > Ether layer > ARP > IP layer > Routing > ICMP > Commands for adding, deleting, showing IP address > Commands for adding, deleting, showing static route > Next planning: > Porting udp to netdp. > > Porting tcp to netdp. > Porting socket to netdp. > > > You can find the code from the link: https://github.com/dpdk-net/netdp > > > Hi zimeiw, when will you be posting the source code to github? I can only find a static lib and some header files. Thanks, Jeff