From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 7A89028F3 for ; Thu, 18 Jan 2018 02:22:30 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Jan 2018 17:22:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,375,1511856000"; d="scan'208";a="20286208" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga003.jf.intel.com with ESMTP; 17 Jan 2018 17:22:28 -0800 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 17 Jan 2018 17:22:28 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 17 Jan 2018 17:22:27 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.189]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.152]) with mapi id 14.03.0319.002; Thu, 18 Jan 2018 09:22:26 +0800 From: "Lu, Wenzhuo" To: Yongseok Koh , "Wu, Jingjing" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2] app/testpmd: make txonly mode generate multiple flows Thread-Index: AQHTj7/P96X9mQVM6kC5+ENCyH+wcKN41fLg Date: Thu, 18 Jan 2018 01:22:25 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B712B1C@shsmsx102.ccr.corp.intel.com> References: <20171215211125.39177-1-yskoh@mellanox.com> <20180117181846.3565-1-yskoh@mellanox.com> In-Reply-To: <20180117181846.3565-1-yskoh@mellanox.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] app/testpmd: make txonly mode generate multiple flows 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: Thu, 18 Jan 2018 01:22:30 -0000 Hi, > -----Original Message----- > From: Yongseok Koh [mailto:yskoh@mellanox.com] > Sent: Thursday, January 18, 2018 2:19 AM > To: Lu, Wenzhuo ; Wu, Jingjing > > Cc: dev@dpdk.org; Yongseok Koh > Subject: [PATCH v2] app/testpmd: make txonly mode generate multiple flows >=20 > Testpmd can generate multiple flows without taking much cost and this > could be a simple traffic generator for developer's quick tests. IP desti= nation > address is varied. >=20 > Signed-off-by: Yongseok Koh Acked-by: Wenzhuo Lu