From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 1ADB98E01 for ; Wed, 10 Jan 2018 07:05:38 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jan 2018 22:05:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,338,1511856000"; d="scan'208";a="9219683" Received: from dpdk-test32.sh.intel.com (HELO [10.67.119.109]) ([10.67.119.109]) by orsmga007.jf.intel.com with ESMTP; 09 Jan 2018 22:05:37 -0800 Message-ID: <5A561BA3.9060700@intel.com> Date: Wed, 10 Jan 2018 21:56:51 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: wang fei , dts@dpdk.org References: <1515499627-23278-1-git-send-email-feix.y.wang@intel.com> In-Reply-To: <1515499627-23278-1-git-send-email-feix.y.wang@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH V2] framework/pktgen.py: code optimization for trex support 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: Wed, 10 Jan 2018 06:05:39 -0000 Thanks fei, applied into next branch. On 01/09/2018 08:07 PM, wang fei wrote: > patch for next branch: remove hardcode and enhance TREX function by adding > DUT and TREX port mapping > > Signed-off-by: wang fei