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 242AB42B94; Thu, 25 May 2023 04:53:42 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 200FB40DDB; Thu, 25 May 2023 04:53:42 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id F28D940A82 for ; Thu, 25 May 2023 04:53:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1684983221; x=1716519221; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=D3MTWUNY09rQu23W79wXfLymMzSgGcMbeeOJEPy5zLs=; b=dnxaaHnrOAfvAZd9pHys7TNfqt2NkkUCa0+ufvVnOXETNZ9RL+7rHvfp Mxdwot0rS93np0K433FgO6k8PM8SIzaYBUdLeoO0gOLEcH4T++RPF6TWQ 5V8/WMmW54EfLU5CI/1zwPFj7oJXS5JK8FxuKY9tOs7S1XmCP/9w1ZV00 crr7iOMav5ryn8NSo++3s1LcCeOnvCDGbAZuPE30NMWZWubtZEdVT0Fjs kCZOV1XIB3tZfFhNsIfTEiunWEmsLq3joc0LG/VWoHz8OJy3ipwF1S9y9 U+F6Dfd9o3YHXslbGcW1dMKMohXgp8889z0/OvbqcQRjowmOdXEwWy054 A==; X-IronPort-AV: E=McAfee;i="6600,9927,10720"; a="351270320" X-IronPort-AV: E=Sophos;i="6.00,190,1681196400"; d="scan'208";a="351270320" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 May 2023 19:53:40 -0700 Message-Id: Date: 24 May 2023 19:53:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10720"; a="849014065" X-IronPort-AV: E=Sophos;i="6.00,190,1681196400"; d="scan'208";a="849014065" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.118.233]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 May 2023 19:53:39 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [PATCH 4/4] test_plan: updated testsuite details for ipsec testcases From: lijuan.tu@intel.com To: dts@dpdk.org,Yogesh Jangra Cc: kamalakannan.r@intel.com,harshad.suresh.narayane@intel.com In-Reply-To: <20230501225842.1163820-5-yogesh.jangra@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: Yogesh Jangra Errors-To: dts-bounces@dpdk.org On Mon, 1 May 2023 18:58:42 -0400, Yogesh Jangra w= rote: > IPSEC feature requires installation of librarires. Added the details > related to the required libraries, along with sample script that can > be used to install the libraries. >=20 > Signed-off-by: Yogesh Jangra > Signed-off-by: Harshad Narayane > Signed-off-by: Kamalakannan R Series applied, thanks