From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/testpmd: add engine for UDP echo server support Date: Sat, 24 Oct 2015 23:23:43 +0200 Message-ID: <3274805.kg8Ya5y6Ui@xps13> References: <1441387057-31525-1-git-send-email-cascardo@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: pablo.de.lara.guarch@intel.com Return-path: Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by dpdk.org (Postfix) with ESMTP id BAE0D8D8B for ; Sat, 24 Oct 2015 23:25:10 +0200 (CEST) Received: by wicfx6 with SMTP id fx6so69854970wic.1 for ; Sat, 24 Oct 2015 14:25:10 -0700 (PDT) In-Reply-To: <1441387057-31525-1-git-send-email-cascardo@redhat.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Pablo, opinion? Is the UDP echo eligible in testpmd to ease some tests? 2015-09-04 14:17, Thadeu Lima de Souza Cascardo: > Adapt the ICMP echo code to reply to UDP echo requests on port 7. The testpmd > forward engine udpecho is used for that. > > Signed-off-by: Thadeu Lima de Souza Cascardo