test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [next][PATCH] framework/pmd_output: remove tx-offload setting
@ 2018-06-11 13:32 Lijuan Tu
  2018-06-14 16:53 ` Lijuan Tu
  0 siblings, 1 reply; 2+ messages in thread
From: Lijuan Tu @ 2018-06-11 13:32 UTC (permalink / raw)
  To: dts; +Cc: Lijuan Tu

Remove tx-offload setting from framework.
Tx_offload should be controlled by case itself.

Signed-off-by: Lijuan Tu <lijuan.tu@intel.com>
---
 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
-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [next][PATCH] framework/pmd_output: remove tx-offload setting
  2018-06-11 13:32 [dts] [next][PATCH] framework/pmd_output: remove tx-offload setting Lijuan Tu
@ 2018-06-14 16:53 ` Lijuan Tu
  0 siblings, 0 replies; 2+ messages in thread
From: Lijuan Tu @ 2018-06-14 16:53 UTC (permalink / raw)
  To: dts

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 <lijuan.tu@intel.com>
> ---
>   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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-06-14  8:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-11 13:32 [dts] [next][PATCH] framework/pmd_output: remove tx-offload setting Lijuan Tu
2018-06-14 16:53 ` Lijuan Tu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).