[dts] [next][PATCH] framework/pmd_output: remove tx-offload setting

Lijuan Tu lijuan.tu at intel.com
Thu Jun 14 18:53:05 CEST 2018


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 at 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



More information about the dts mailing list