From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 3A02E38EB for ; Wed, 10 Sep 2014 10:00:43 +0200 (CEST) Received: from azsmga001.ch.intel.com ([10.2.17.19]) by fmsmga101.fm.intel.com with ESMTP; 10 Sep 2014 01:05:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,496,1406617200"; d="scan'208";a="476552229" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by azsmga001.ch.intel.com with ESMTP; 10 Sep 2014 01:05:46 -0700 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.24]) by IRSMSX103.ger.corp.intel.com ([169.254.3.112]) with mapi id 14.03.0195.001; Wed, 10 Sep 2014 09:04:32 +0100 From: "Gray, Mark D" To: Anand S Angadi , "dev@dpdk.org" Thread-Topic: [dpdk-dev] reg:porting intel dpdk kit as LINC switch Thread-Index: AQHPzK9itUEPHWkjv0+mVVO79ExIg5v6APIA Date: Wed, 10 Sep 2014 08:04:32 +0000 Message-ID: <738D45BC1F695740A983F43CFE1B7EA92D725D6F@IRSMSX102.ger.corp.intel.com> References: <540FD2B0.2010403@globaledgesoft.com> In-Reply-To: <540FD2B0.2010403@globaledgesoft.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] reg:porting intel dpdk kit as LINC switch 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: Wed, 10 Sep 2014 08:00:44 -0000 >=20 > Hi All, > I wanted to port my intel DPDK kit as LINC switch, could you help me how = can > i do it. * There are two open source software switches using DPDK. You could use the= m as a reference. https://github.com/openvswitch/ovs (look at lib/netdev-dpdk.c) https://github.com/01org/dpdk-ovs * Packet Framework in dpdk may also be a good starting point. * At the very least you will probably want to modify the Linc dataplane to = use dpdk PMDs One thing I am not sure about is how you would call DPDK functions from Lin= c as=20 it is written in Erlang. However, I am not familiar with Erlang. Regards, >=20 > -- > Regards, > ANAND