framework/project_dpdk fixed build break by missed spell

Message ID 20201021163457.124289-1-thinhtr@linux.vnet.ibm.com (mailing list archive)
State Accepted
Headers
Series framework/project_dpdk fixed build break by missed spell |

Commit Message

Thinh Tran Oct. 21, 2020, 4:34 p.m. UTC
  Signed-off-by: Thinh Tran <thinhtr@linux.vnet.ibm.com>
---
 framework/project_dpdk.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Ma, LihongX Oct. 22, 2020, 8:14 a.m. UTC | #1
Acked-by: Lihong Ma<lihongx.ma@intel.com>

Regards,
Ma,lihong

> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Thinh Tran
> Sent: Thursday, October 22, 2020 12:35 AM
> To: dts@dpdk.org
> Cc: thinhtr@linux.vnet.ibm.com
> Subject: [dts] [PATCH] framework/project_dpdk fixed build break by missed
> spell
> 
> Signed-off-by: Thinh Tran <thinhtr@linux.vnet.ibm.com>
> ---
  
Tu, Lijuan Oct. 27, 2020, 9 a.m. UTC | #2
applied
  

Patch

diff --git a/framework/project_dpdk.py b/framework/project_dpdk.py
index 915c648..d45ce47 100644
--- a/framework/project_dpdk.py
+++ b/framework/project_dpdk.py
@@ -649,7 +649,7 @@  class DPDKdut(Dut):
                              + "CONFIG_RTE_LIBRTE_MLX5_PMD=y/' config/common_base", "# ", 30)
             self.send_expect("sed -i -e 's/CONFIG_RTE_LIBRTE_MLX4_PMD=n/"
                              + "CONFIG_RTE_LIBRTE_MLX5_PMD=y/' config/common_base", "# ", 30)
-            sel.set_build_options({'RTE_LIBRTE_MLX5_PMD': 'y',
+            self.set_build_options({'RTE_LIBRTE_MLX5_PMD': 'y',
                                    'RTE_LIBRTE_MLX5_PMD': 'y'})
 
 class DPDKtester(Tester):