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 35640A034C; Thu, 22 Dec 2022 09:46:29 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 30DC640698; Thu, 22 Dec 2022 09:46:29 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id A6FFD400D7 for ; Thu, 22 Dec 2022 09:46:27 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1671698787; x=1703234787; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=/pxcOijovdRE46xH35jSVncVWDfHeZv+X3q/aCrEWIE=; b=TOdJH+NvaCLcwWI20b2b0Qr45mA9e2o5FH9TPpzzV19OqGkc6Tp/KMp4 RmMxZzdKleSAjCK1Fmbls7wqGVZev7ENq1OsyFFdX7DPTvsm49SI3G8HJ U4+KXjfaqYRlRmDn6iJTRG/Ea8+zNQYsUJ+nIaIzlfMFgbJjM82p0xheI FEJbz7mdyOeSXea/ls+qPZrxd/DwaCdQv+qEjRx00VyR11mBuzEvYH83X +/Hr54+nqjAOSvz5iJU/b6mbGrmQWnF8hi8NOjNiZRXmU4dqMhxxvkas5 qRCrGtM8gMs5+YC732QnxofjL1tNbwVaafCTfFtxiEJpv/XmA1HVvS8NY Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10568"; a="347218742" X-IronPort-AV: E=Sophos;i="5.96,265,1665471600"; d="scan'208";a="347218742" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Dec 2022 00:46:22 -0800 Message-Id: Date: 22 Dec 2022 00:46:21 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10568"; a="601812695" X-IronPort-AV: E=Sophos;i="5.96,265,1665471600"; d="scan'208";a="601812695" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Dec 2022 00:46:21 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/ice_iavf_fdir: optimize scripts From: lijuan.tu@intel.com To: dts@dpdk.org,Hongbo Li Cc: Hongbo Li In-Reply-To: <20221215140011.14633-1-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, 15 Dec 2022 22:00:11 +0800, Hongbo Li wrote: > If testcase of throws an exception, and multiple testpmds have been started= , the vf cannot be cleaned, and cause other cases to fail. > Therefore, by adjusting the cleaning environment order, make sure to exit a= ll sessions before cleaning vf. >=20 > Signed-off-by: Hongbo Li Acked-by: Lijuan Tu Applied, thanks