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 A2CD82BBD for ; Sat, 3 Feb 2018 09:55:16 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Feb 2018 00:55:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,453,1511856000"; d="scan'208";a="24576097" Received: from imail001.iil.intel.com ([10.184.207.12]) by FMSMGA003.fm.intel.com with ESMTP; 03 Feb 2018 00:55:13 -0800 Received: from desku.iil.intel.com (desku.iil.intel.com [143.185.141.162]) by imail001.iil.intel.com with ESMTP id w138t2wf009563; Sat, 3 Feb 2018 10:55:02 +0200 From: Rami Rosen To: yong.liu@intel.com Cc: dts@dpdk.org, Rami Rosen Date: Sat, 3 Feb 2018 10:51:23 -0500 Message-Id: <20180203155123.5610-1-rami.rosen@intel.com> X-Mailer: git-send-email 2.14.3 Subject: [dts] [PATCH] framework/etgen: fix a typo X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Feb 2018 08:55:17 -0000 This trivial patch fixes a typo in framework/etgen.py. Signed-off-by: Rami Rosen --- framework/etgen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/etgen.py b/framework/etgen.py index 4c0b6e2..b96b8ed 100644 --- a/framework/etgen.py +++ b/framework/etgen.py @@ -68,7 +68,7 @@ class SoftwarePacketGenerator(): self.tester.send_expect("./dpdk-devbind.py --bind=igb_uio %s" % bind_cmd, "#") - # assgin core for ports + # assign core for ports map_cmd = "" port_index = range(len(ports)) port_map = dict(zip(ports, port_index)) -- 2.14.3