From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cluster-a.mailcontrol.com (cluster-a.mailcontrol.com [85.115.52.190]) by dpdk.org (Postfix) with ESMTP id DC2282BB9 for ; Mon, 7 Nov 2016 17:41:40 +0100 (CET) Received: from mail1.neceur.com (mail1.neceur.com [195.47.207.3]) by rly11a.srv.mailcontrol.com (MailControl) with ESMTP id uA7GfdMB023888 for ; Mon, 7 Nov 2016 16:41:39 GMT Received: from intmail1.neceur.com (intmail1.neceur.com [172.29.14.11]) by mail1.neceur.com (8.14.4/8.14.4) with ESMTP id uA7Gfdf5007215 for ; Mon, 7 Nov 2016 16:41:39 GMT Received: from av2.neceur.com (av2.neceur.com [172.29.177.7]) by intmail1.neceur.com (8.14.7/8.14.7) with ESMTP id uA7GfmQK003544 for ; Mon, 7 Nov 2016 16:41:48 GMT Received: from av2.neceur.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id C968BCA051 for ; Mon, 7 Nov 2016 16:41:39 +0000 (GMT) Received: from av2.neceur.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id BE740CA050 for ; Mon, 7 Nov 2016 16:41:39 +0000 (GMT) Received: from EUX13SRV2.EU.NEC.COM (unknown [172.29.155.139]) by av2.neceur.com (Postfix) with ESMTPS for ; Mon, 7 Nov 2016 16:41:39 +0000 (GMT) Received: from EUX13SRV1.EU.NEC.COM (172.29.155.138) by EUX13SRV2.EU.NEC.COM (172.29.155.139) with Microsoft SMTP Server (TLS) id 15.0.1156.6; Mon, 7 Nov 2016 16:41:39 +0000 Received: from EUX13SRV1.EU.NEC.COM ([172.29.155.138]) by EUX13SRV1.EU.NEC.COM ([172.29.155.138]) with mapi id 15.00.1156.000; Mon, 7 Nov 2016 16:41:39 +0000 From: David Aldrich To: "users@dpdk.org" Thread-Topic: Beginner question: UDP Echo Server Example? Thread-Index: AdI5Fc8uKsDKAB32TiGUoeVsQSPVlg== Date: Mon, 7 Nov 2016 16:41:38 +0000 Message-ID: <1f5e819847824f57b68503846d9c2765@EUX13SRV1.EU.NEC.COM> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [172.29.155.186] MIME-Version: 1.0 X-TM-AS-GCONF: 00 X-Scanned-By: MailControl 44278.1894 (www.mailcontrol.com) on 10.65.0.121 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [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 16:41:41 -0000 Hi I am just getting started with DPDK. I want to send and receive UDP packets= using DPDK. I saw a reference to a UDP Echo Server example, which I think= would help me, but can't find the code. Is that example still available? Best regards David