From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from an.kaist.ac.kr (an.kaist.ac.kr [143.248.48.110]) by dpdk.org (Postfix) with ESMTP id B2EF78D99 for ; Wed, 30 Sep 2015 09:04:35 +0200 (CEST) Received: from mail-vk0-f50.google.com (mail-vk0-f50.google.com [209.85.213.50]) by an.kaist.ac.kr (Postfix) with ESMTPSA id BE9BE36202E3 for ; Wed, 30 Sep 2015 16:05:31 +0900 (KST) Received: by vkao3 with SMTP id o3so19755517vka.2 for ; Wed, 30 Sep 2015 00:04:30 -0700 (PDT) X-Received: by 10.31.135.1 with SMTP id j1mr1986719vkd.73.1443596670627; Wed, 30 Sep 2015 00:04:30 -0700 (PDT) MIME-Version: 1.0 References: <751f5a8892d7d504dd843a1a26ac3ac@cweb02.nm.nhnsystem.com> In-Reply-To: <751f5a8892d7d504dd843a1a26ac3ac@cweb02.nm.nhnsystem.com> From: Joongi Kim Date: Wed, 30 Sep 2015 07:04:20 +0000 Message-ID: To: =?UTF-8?B?7LWc7J217ISx?= , dev@dpdk.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 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 07:04:36 -0000 Hello, DPDK already provides a number of example applications: http://dpdk.org/browse/dpdk/tree/examples You may find my projects to be useful as well: https://github.com/anlab-kaist/pspgen-dpdk & https://github.com/anlab-kaist/NBA ps. DPDK is not a packet "distributor" library but more close to "packet I/O" library with a lot of utilities, as it not only does packet RX but also packet TX. (the major usage pattern is to receive, process, and then forward packets.) Regards, Joongi 2015=EB=85=84 9=EC=9B=94 30=EC=9D=BC (=EC=88=98) =EC=98=A4=ED=9B=84 2:45, = =EC=B5=9C=EC=9D=B5=EC=84=B1 =EB=8B=98=EC=9D=B4 =EC=9E=91= =EC=84=B1: > Dear DPDK experts. > > I am Ick-Sung Choi living in South Korea. > > I have a question about DPDK=EC=97=90 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. > >