From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 6DA188D95 for ; Wed, 30 Sep 2015 12:56:51 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 30 Sep 2015 03:56:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,611,1437462000"; d="scan'208";a="654999965" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.208.62]) by orsmga003.jf.intel.com with SMTP; 30 Sep 2015 03:56:29 -0700 Received: by (sSMTP sendmail emulation); Wed, 30 Sep 2015 11:56:28 +0025 Date: Wed, 30 Sep 2015 11:56:28 +0100 From: Bruce Richardson To: =?utf-8?B?7LWc7J217ISx?= Message-ID: <20150930105628.GB10264@bricha3-MOBL3> References: <751f5a8892d7d504dd843a1a26ac3ac@cweb02.nm.nhnsystem.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <751f5a8892d7d504dd843a1a26ac3ac@cweb02.nm.nhnsystem.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] Is there any example application to used DPDK packet distributor library? 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, 30 Sep 2015 10:56:52 -0000 On Wed, Sep 30, 2015 at 02:45:20PM +0900, 최익성 wrote: > Dear DPDK experts. > > I am Ick-Sung Choi living in South Korea. > > I have a question about DPDK에 packet distributor library. > > Is there any example application to used DPDK packet distributor library? > > I am trying to experiment simple function using DPDK packet distributor library. > > If I can study an example application of DPDK packet distributor library, it would be very helpful for my experiment. > > I will appreciate if I can be given any example applications, advice, and information. > > Thank you very much. > > Sincerely Yours, > > Ick-Sung Choi. > Hi, there is a "distributor" example app in the examples directory. /Bruce