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 65AF41E33 for ; Mon, 7 Nov 2016 23:46:03 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 07 Nov 2016 14:46:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,459,1473145200"; d="scan'208";a="854784" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga002.jf.intel.com with ESMTP; 07 Nov 2016 14:46:02 -0800 Received: from fmsmsx121.amr.corp.intel.com (10.18.125.36) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 7 Nov 2016 14:46:01 -0800 Received: from fmsmsx113.amr.corp.intel.com ([169.254.13.90]) by fmsmsx121.amr.corp.intel.com ([169.254.6.250]) with mapi id 14.03.0248.002; Mon, 7 Nov 2016 14:45:56 -0800 From: "Wiles, Keith" To: David Aldrich CC: "users@dpdk.org" Thread-Topic: [dpdk-users] Beginner question: UDP Echo Server Example? Thread-Index: AdI5Fc8uKsDKAB32TiGUoeVsQSPVlgAdfHqA Date: Mon, 7 Nov 2016 22:45:55 +0000 Message-ID: References: <1f5e819847824f57b68503846d9c2765@EUX13SRV1.EU.NEC.COM> In-Reply-To: <1f5e819847824f57b68503846d9c2765@EUX13SRV1.EU.NEC.COM> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.254.96.38] Content-Type: text/plain; charset="us-ascii" Content-ID: <1D0639C0CF5C4C4085041D5107688F09@intel.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-users] Beginner question: UDP Echo Server Example? X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2016 22:46:03 -0000 > On Nov 7, 2016, at 8:41 AM, David Aldrich wr= ote: >=20 > Hi >=20 > I am just getting started with DPDK. I want to send and receive UDP packe= ts using DPDK. I saw a reference to a UDP Echo Server example, which I thi= nk would help me, but can't find the code. Is that example still available= ? DPDK does not have a UDP protocol stack, but you can decode and encode UDP = frames in code you write. You may have seen the TLDK UDP echo example, whic= h is located in FD.io community. https://wiki.fd.io/view/TLDK >=20 > Best regards >=20 > David >=20 Regards, Keith