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 3FF70ADBE for ; Fri, 30 May 2014 14:49:21 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 30 May 2014 05:44:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.98,941,1392192000"; d="scan'208";a="520215023" Received: from fmsmsx103.amr.corp.intel.com ([10.19.9.34]) by orsmga001.jf.intel.com with ESMTP; 30 May 2014 05:49:07 -0700 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by FMSMSX103.amr.corp.intel.com (10.19.9.34) with Microsoft SMTP Server (TLS) id 14.3.123.3; Fri, 30 May 2014 05:49:07 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.123.3; Fri, 30 May 2014 05:49:07 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.192]) by shsmsx102.ccr.corp.intel.com ([169.254.2.190]) with mapi id 14.03.0123.003; Fri, 30 May 2014 20:49:05 +0800 From: "Zhu, Heqing" To: Ivano Cerrato <8002onavi@gmail.com>, "dev@dpdk.org" Thread-Topic: [dpdk-dev] veth interfaces Thread-Index: AQHPe9U9wTKH124ZEEerLBsZHbMvyZtZEuKA Date: Fri, 30 May 2014 12:49:04 +0000 Message-ID: References: <53847C06.3060803@gmail.com> <53882D05.9040407@gmail.com> In-Reply-To: <53882D05.9040407@gmail.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] veth interfaces 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: Fri, 30 May 2014 12:49:21 -0000 Hi Ivano, I think you can use the KNI, there is example/kni and doc. Please visit if = you have not done it. Please keep us updated on your journey with Docker co= ntainers. :-) -----Original Message----- From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ivano Cerrato Sent: Friday, May 30, 2014 3:02 PM To: dev@dpdk.org Subject: Re: [dpdk-dev] veth interfaces Hello, I apologize for the imprecise email I sent, and now I try to be more specif= ic about what I would like to do. I have a module that receives traffic from the network using DPDK and, base= d on the packet content, should provide packets to the proper Docker contai= ner. Docker containers receive packets through a veth interface. Can I use DPDK features, in particular the KNI, to send packets on a veth i= nterface? If the KNI is not appropriate, is there something else that I could use? Regards, Ivano