From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D1CBF41DBF; Fri, 3 Mar 2023 06:49:55 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CBD2840EE3; Fri, 3 Mar 2023 06:49:55 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id D7C1C40687 for ; Fri, 3 Mar 2023 06:49:53 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1677822594; x=1709358594; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=7hQefpD3qwt8dzxJ4Sx+vCRm+QX2FAUcXLKfK3PjukY=; b=Cq+3sNY9QlzZ9TwjGNCwGWs08mVvaQ8BPnEdYaTBC+LOeMz6mXcH3vYn pm0tvC+jLWIYMyonHIkg/2DvwVfBEGWhkNKhSWgAN0inZqeWnWx+95X9d mf/14aC4GY21oA99AsTSA/GKVrf1ufeEDjNyuiHN55s58n0Hi+xJhWuB5 Rxb6K80/907DNNGFIDtmWz53Je7qN/4GPd/QO5ofHYkOAGgujxzoX/m7m 69f58NFO80x3XTFNB14iP2+FlIt9ZWmkz5S1jlXXAGmVQ39s/Vyd4mSMG 8zf9hp8oLp4JRzrEnM6hn1zLR70sY+e7ZHLwJDtDeJHVqv8Sa5YelRTQv A==; X-IronPort-AV: E=McAfee;i="6500,9779,10637"; a="337278910" X-IronPort-AV: E=Sophos;i="5.98,229,1673942400"; d="scan'208";a="337278910" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Mar 2023 21:49:52 -0800 Message-Id: <3d8560$k64c5a@fmsmga007-auth.fm.intel.com> Date: 02 Mar 2023 21:49:51 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10637"; a="677523632" X-IronPort-AV: E=Sophos;i="5.98,229,1673942400"; d="scan'208";a="677523632" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Mar 2023 21:49:51 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [PATCH V2 2/2] tests/large_vf: modify script to adapt to changes in dpdk From: lijuan.tu@intel.com To: dts@dpdk.org,Hongbo Li Cc: Hongbo Li In-Reply-To: <20230209104633.2270-2-hongbox.li@intel.com> X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Hongbo Li Errors-To: dts-bounces@dpdk.org On Thu, 9 Feb 2023 18:46:33 +0800, Hongbo Li wrote: > 1.after dpdk is modified, if all ports fail to start, dpdk still allows tes= tpmd to enter the command line, instead of unconditionally terminating testpm= d. > According to dpdk commit 7e40372522c("app/testpmd: fix interactive mode wit= h no ports"). >=20 > 2.after driver is modified, the default RX rings available decreased(now fr= om SW4.2 default number of queues are created according to the single NUMA CP= U cores), so modify script to adapt. >=20 > Signed-off-by: Hongbo Li Series applied, thanks