From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 47629A0524; Mon, 7 Dec 2020 10:59:32 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0359DF72; Mon, 7 Dec 2020 10:59:31 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 8ADBCF12 for ; Mon, 7 Dec 2020 10:59:28 +0100 (CET) IronPort-SDR: NCUVixqxmGR3evv+sF+ohTOvKqo6p4fOpILO1Qa7Uhm8UmwCmQHN24TUs95LhPiVJFiRPGmzNl Q3A7tD5xvX3g== X-IronPort-AV: E=McAfee;i="6000,8403,9827"; a="173783174" X-IronPort-AV: E=Sophos;i="5.78,399,1599548400"; d="scan'208";a="173783174" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Dec 2020 01:59:26 -0800 IronPort-SDR: Crk2vb6vW+w3yuKaFnaii6kdPNJxqDOfQQHpKd0cQIT9eW8o7cRxzG8aF2yme1XGVwvhNpJrRo AIyrimbrq4wg== X-IronPort-AV: E=Sophos;i="5.78,399,1599548400"; d="scan'208";a="541448188" Received: from unknown (HELO localhost.localdomain) ([10.240.183.57]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Dec 2020 01:59:24 -0800 From: Haiyang Zhao To: lijuan.tu@intel.com, dts@dpdk.org Cc: Haiyang Zhao Date: Mon, 7 Dec 2020 17:53:00 +0800 Message-Id: <20201207095302.2133-1-haiyangx.zhao@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1 0/2] framework: add -a option support in eal param 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" eal parameter -w is deprecated since dpdk 20.11.0-rc3 and replaced by -a. For dpdk LTS test and avoid modify the -w option in suites, support the -a/-w eal option both. Haiyang Zhao (2): framework/dut: add -a support in create_eal_parameters eal parameter -w is deprecated since dpdk 20.11.0-rc3 and should use -a instead. for dpdk LTS test and avoid modify the -w option in suites, keep the -w support. framework/pmd_output: add -a support in split_eal_param framework/dut.py | 12 +++++++----- framework/pmd_output.py | 21 ++++++++++++--------- 2 files changed, 19 insertions(+), 14 deletions(-) -- 2.17.1