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 D6793376C for ; Wed, 3 May 2017 21:41:44 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 May 2017 12:41:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,284,1491289200"; d="scan'208";a="95205623" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga005.jf.intel.com with ESMTP; 03 May 2017 12:41:03 -0700 Received: from fmsmsx126.amr.corp.intel.com (10.18.125.43) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 3 May 2017 12:41:02 -0700 Received: from fmsmsx113.amr.corp.intel.com ([169.254.13.235]) by FMSMSX126.amr.corp.intel.com ([169.254.1.86]) with mapi id 14.03.0319.002; Wed, 3 May 2017 12:41:02 -0700 From: "Wiles, Keith" To: Dheeraj Dang CC: "users@dpdk.org" Thread-Topic: [dpdk-users] Issue with Ping and Range Thread-Index: AQHSw9N+OM5MAyi2MEyahyvuT83gGKHjArw2 Date: Wed, 3 May 2017 19:41:01 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-users] Issue with Ping and Range X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 19:41:45 -0000 Sent from my iPhone > On May 3, 2017, at 2:07 AM, Dheeraj Dang wrote= : >=20 > Hi, >=20 > I am running pktgen-dpdk and sending udp/icmp packets between 2 VMs that > are on same > network. I am using range to send udp packets and ping4 to send icmp > packets. Receiver > gets all the packets when one type of packet is sent. Means, when I sent > only udp packets, > receiver gets all udp packets and similar thing is observed for icmp > packets as well. But > when I sent both udp and icmp packets, only udp packets are received. No > icmp packets are > observed on receiver side. >=20 >=20 > Is it possible to send ICMP (ping) packets simultaneously along with UDP > packets (from > range buffer)? If so, how? Currently pktgen only send a icmp echo with ping4. In range mode you should= be able to send udp and icmp frame types not a echo frame.=20 >=20 >=20 > Regards, > Dheeraj Dang