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 77341A00C4; Thu, 5 May 2022 08:38:00 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4A3C140C35; Thu, 5 May 2022 08:38:00 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 8C9A040042 for ; Thu, 5 May 2022 08:37:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651732678; x=1683268678; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=SI+62cTXt4O4XnxxMTpWP6qs+ajWbk4JzkflWU5J7PI=; b=XMNta3XL8oa78y6ANW2gCHz0Ny0XHuZYWu0Tuj/BsxKdGcSU53m61sSo WZKWGVC1Kkuekn9hXiidzTf8A6+lm2Tcx5UpvRRz5/0lwLehvlZnrhJ1O py9eZwdA+Waj6Mkg/xVbx1FV96CJmWdVM0Gb35vHIyEOsPimJul0k0iXd JpJ5j8xAKTWUPQwjWhX+jURMQ4oU8ppklkCqqhZw3YZ1HIgy3spCmWS4r /S8RtkZ8waT7G73fqWQDAY0/CzvMhZLt/pJQYohyYUudGrHQIL0UNkMoR /PtewA+0mlQENtmAtfF9ID+9k1PSXr0OwoYP37LdygbRRMCaOoPR5XvIv g==; X-IronPort-AV: E=McAfee;i="6400,9594,10337"; a="331007392" X-IronPort-AV: E=Sophos;i="5.91,200,1647327600"; d="scan'208";a="331007392" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 May 2022 23:37:48 -0700 Message-Id: <003cea$he1vpq@orsmga008-auth.jf.intel.com> Date: 04 May 2022 23:37:46 -0700 X-IronPort-AV: E=Sophos;i="5.91,200,1647327600"; d="scan'208";a="585170781" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 May 2022 23:37:46 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts] [PATCH V2] tests/inline_ipsec: optimization script From: lijuan.tu@intel.com To: dts@dpdk.org,Jiale Song Cc: Jiale Song In-Reply-To: <20220505144115.10645-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 Thu, 5 May 2022 14:41:15 +0000, Jiale Song wrote: > this command will close all scapy processes, including the started > in framework, which will affect the subsequent case tests. > > Signed-off-by: Jiale Song Applied, thanks