From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id C18C77D19 for ; Fri, 8 Jun 2018 11:10:48 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Jun 2018 02:10:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,490,1520924400"; d="scan'208";a="62364229" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by fmsmga001.fm.intel.com with ESMTP; 08 Jun 2018 02:10:47 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX154.ger.corp.intel.com (163.33.192.96) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 8 Jun 2018 10:10:46 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.139]) by irsmsx112.ger.corp.intel.com ([169.254.1.22]) with mapi id 14.03.0319.002; Fri, 8 Jun 2018 10:10:46 +0100 From: "Iremonger, Bernard" To: Stephen Hemminger CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [RFC] testpmd: use RFC2544 reserved IP addresses Thread-Index: AQHTwMcLj1qxkGM+EEem0R5xeUjJLKRVN5xggACvhoCAAKbAMA== Date: Fri, 8 Jun 2018 09:10:45 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C260CAFD8E@IRSMSX108.ger.corp.intel.com> References: <20180321034436.4089-1-stephen@networkplumber.org> <8CEF83825BEC744B83065625E567D7C260CAF443@IRSMSX108.ger.corp.intel.com> <20180607170745.0eac95bd@xeon-e3> In-Reply-To: <20180607170745.0eac95bd@xeon-e3> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjU3NzA4MDMtYjFjOC00ZmNkLWI4MTItMTI0YWIwNmVjYzFmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiVGtKTVQycGNPOU9GWnpWUEd0bjJnODhIbDhzd3B5cGVjVzNYZUV4SnZFamVkXC9XYWJNMVBjQXdaUjFOZDZIZkIifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [RFC] testpmd: use RFC2544 reserved IP addresses X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jun 2018 09:10:49 -0000 Hi Stephen, > > > Subject: [dpdk-dev] [RFC] testpmd: use RFC2544 reserved IP addresses > > > > > > Change the transmit only side of testpmd to use the IP addresses > > > that are marked as reserved for benchmarking by RFC2544 > > > 192.18.0.0/27; rather than > > > > RFC2544 seems to use 198.18.0.0 and 198.19.0.0 ? >=20 > The 18 and 19 networks would be used when doing L3fwd type test. > The addresses this patch addresses are those used in the default case for= a > transmit only type of test (on same subnet). It might be useful to add some comments clarify this use case. > > > the commonly used subnet 192.168.0.0/24 which is likely to used for > > > administrative interface. > > > > Typo in the commit message "to used" should be "to be used" >=20 > yes. >=20 > > Regards, Bernard.