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 2EAFB9B63 for ; Tue, 1 Aug 2017 15:59:46 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Aug 2017 06:59:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,306,1498546800"; d="scan'208";a="114296017" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga004.jf.intel.com with ESMTP; 01 Aug 2017 06:59:44 -0700 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 1 Aug 2017 06:59:44 -0700 Received: from fmsmsx113.amr.corp.intel.com ([169.254.13.214]) by FMSMSX119.amr.corp.intel.com ([169.254.14.117]) with mapi id 14.03.0319.002; Tue, 1 Aug 2017 06:59:43 -0700 From: "Wiles, Keith" To: Tetsuro Nakamura CC: "users@dpdk.org" Thread-Topic: [dpdk-users] [pktgen] A sequence command doen't work Thread-Index: AQHTAcDELHrIXSFMB0Opnzb+8Gx9cqJgjTQAgA8NnICAAHPfAA== Date: Tue, 1 Aug 2017 13:59:43 +0000 Message-ID: <7DF0CC99-1CF8-405A-BE5B-7F8CC5EE03EA@intel.com> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.254.51.124] Content-Type: text/plain; charset="us-ascii" Content-ID: <7920D77205E2C046B8BF1BE2D47F9863@intel.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-users] [pktgen] A sequence command doen't work 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: Tue, 01 Aug 2017 13:59:47 -0000 > On Aug 1, 2017, at 2:04 AM, Tetsuro Nakamura wrote: >=20 > Hi Keith, >=20 > I had to comment out the lines below to compile pktgen3.3.5, > but now the sequence commands work on pktgen3.3.5. >=20 > /* > #ifndef RTE_DEVTYPE_BLACKLISTED_PCI > #define RTE_DEVTYPE_BLACKLISTED_PCI RTE_DEVTYPE_BLACKLISTED > #endif >=20 > #ifndef RTE_DEVTYPE_WHITELISTED_PCI > #define RTE_DEVTYPE_WHITELISTED_PCI RTE_DEVTYPE_WHITELISTED > #endif > / =20 >=20 Please upgrade to the latest version 3.3.8 to have this fix. > Thank you very much for your help. >=20 > 2017-07-23 2:12 GMT+09:00 Wiles, Keith : >=20 > > On Jul 20, 2017, at 8:28 PM, Tetsuro Nakamura wrot= e: > > > > Hi all, > > > > > > I moved from using pktgen3.0.13 to pktgen3.3.4 > > > > But sequence commands dont work as well on pktgen3.3.4. >=20 >=20 > I found the problem and push a new version pktgen-3.3.5 please give that = one a try. >=20 > > > > > > ``````` > > > > Pktgen:/> set 0 seq_cnt 2 > > > > # It works > > > > > > Pktgen:/> sequence 0 0 0c:c4:7a:cf:66:11 0c:c4:7a:cf:66:01 192.168.1.1 > > 192.168.0.1/24 1234 5678 ipv4 udp 1 64 > > Sequence invalid command: > > Invalid line: > 192.168.1.1 192.168.0.1/24 1234 5678 ipv4 udp 1 64 > > > > > # doen't work though the command works on pktgen3.0.13 > > > > > > Pktgen:/> sequence 0 0 0c:c4:7a:cf:66:11 0c:c4:7a:cf:66:01 192.168.1.1 > > 192.168.0.1 1234 5678 ipv4 udp 1 64 > > Sequence invalid command: > > Invalid line: > 192.168.1.1 192.168.0.1 1234 5678 ipv4 udp 1 64 > > > > > # without networkmask specification doen't work as well > > > > ``````` > > > > page seq works but shows the same sequences. > > ``` > > > > Port: 0, Sequence Count: 2 of 16 > > GTPu > > Seq: Dst MAC Src MAC Dst IP > > Src IP Port S/D Protocol:VLAN Size TEID > > * 0: 00:00:00:00:00:00 0c:c4:7a:cf:66:c4 192.168.1.1 > > 192.168.0.1/24 1234/5678 IPv4/TCP:0001 64 0 > > * 1: 00:00:00:00:00:00 0c:c4:7a:cf:66:c4 192.168.1.1 > > 192.168.0.1/24 1234/5678 IPv4/TCP:0001 64 0 > > > > ``` > > > > Is this a known problem? > > Are there any way to work around? > > > > Thanks in advance. > > Tetsuro Nakamura >=20 > Regards, > Keith >=20 >=20 Regards, Keith