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 6140842B94; Thu, 25 May 2023 04:17:44 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 38EBC40DDB; Thu, 25 May 2023 04:17:44 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 580C540A82 for ; Thu, 25 May 2023 04:17:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1684981063; x=1716517063; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=DSl9XV8YqKaQUpM7SseYmLYB3kMXy1ckU3a4X57jYSE=; b=lcYlAehTUWUOKtNGXMLtGUPsfMXjnAoCg0dPV4MgAqThQ43KTzxyOBDD O+YGlXdafkmxv5go0xzO/e5dbiUG40RCyXlR7rLm7Xcj6RWsL/upEr46a 53sWWsW/LWtnDknFy2SDokSEyOwOyC3TXzOtX3ZQmmkJMqwChqKPMwlEH 8r2VxxCnAbEGr4+HS5POxUAvApTPf0eMiBilNriEAbKSj1VuI4e7P1epw GFAZ3nQKKRTNzVjUA9H7l+Vg1FbRxC3aIYvDlm0VApSYBXhDor8uYQinH NQwo6zVv+hT7tTRqzR2aBXlEdtUD4UstYRCysIP/HIm34jPphGplyqBqZ Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10720"; a="419475861" X-IronPort-AV: E=Sophos;i="6.00,190,1681196400"; d="scan'208";a="419475861" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 May 2023 19:17:40 -0700 Message-Id: <90bd5b$kqd51h@orsmga007-auth.jf.intel.com> Date: 24 May 2023 19:17:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10720"; a="698782773" X-IronPort-AV: E=Sophos;i="6.00,190,1681196400"; d="scan'208";a="698782773" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.118.233]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 May 2023 19:17:39 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts] [PATCH V1] tests/ice_buffer_split: optimize scripts From: lijuan.tu@intel.com To: dts@dpdk.org,Jiale Song Cc: Jiale Song In-Reply-To: <20230426180232.32329-1-songx.jiale@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: Jiale Song Errors-To: dts-bounces@dpdk.org On Wed, 26 Apr 2023 18:02:32 +0000, Jiale Song wrote: > exit the scapy initiated in the test case to avoid affecting > the use of the session. > > Signed-off-by: Jiale Song Applied, thanks