From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id DBE4F1EADA for ; Thu, 14 Jun 2018 10:22:51 +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 orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Jun 2018 01:22:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,222,1526367600"; d="scan'208";a="64000911" Received: from dts-maintain.sh.intel.com (HELO [10.67.119.146]) ([10.67.119.146]) by fmsmga001.fm.intel.com with ESMTP; 14 Jun 2018 01:22:48 -0700 To: dts@dpdk.org References: <1528723956-6529-1-git-send-email-lijuan.tu@intel.com> From: Lijuan Tu Message-ID: <224cd379-d09b-2368-0036-bc7d6cd1dd19@intel.com> Date: Fri, 15 Jun 2018 00:53:05 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <1528723956-6529-1-git-send-email-lijuan.tu@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Subject: Re: [dts] [next][PATCH] framework/pmd_output: remove tx-offload setting 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: Thu, 14 Jun 2018 08:22:52 -0000 Applied, thanks On 2018年06月11日 21:32, Lijuan Tu wrote: > Remove tx-offload setting from framework. > Tx_offload should be controlled by case itself. > > Signed-off-by: Lijuan Tu > --- > framework/pmd_output.py | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/framework/pmd_output.py b/framework/pmd_output.py > index 0c1dfc6..aa9384d 100644 > --- a/framework/pmd_output.py > +++ b/framework/pmd_output.py > @@ -101,9 +101,6 @@ class PmdOutput(): > return self.command > > def start_testpmd(self, cores, param='', eal_param='', socket=0): > - # in dpdk18.02 need used --tx-offloads param to open hardware features > - if "--tx-offloads" not in param: > - param += " --tx-offloads=0x8fff" > > if type(cores) == list: > core_list = cores