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 1EAC6A0503; Wed, 18 May 2022 13:01:53 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 181724021D; Wed, 18 May 2022 13:01:53 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 25B8340156 for ; Wed, 18 May 2022 13:01:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652871712; x=1684407712; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=bx+N/qQDwoWSYzqWAIphuL5g798ej045rBxfSeq8QRw=; b=CEYfuYLtlLWg6Q/H3qJ+f3Err1aoIw53UFtbBK43VIG2RrXe18upXwdm 922qCEJSVyeBTF73OEnYW2xq/2hB/8GtXaps2QWVHxObYTQ1sy1rczAtl bZDIRIuMPzji9qa9JUVnCpOnT0rItDzHGOtDxky3mrw2F/DZGG5+sByg7 phLCLHKjKkhvnnjSQ9eeCbXyxDwiRIuF1tUoh1fbiyiJ9nJbF62jTZ+ml IeJlqsadyvz4tEfRA0KWHWAJM3uunTT6dXeREgVv/+0irZ3DvG0VtPBlF 414w5AJ8gKOo2s1BRcp2P8TCfBgCypK+d2a0zKA6hbdXRvzfpfeAj9/OW g==; X-IronPort-AV: E=McAfee;i="6400,9594,10350"; a="332232447" X-IronPort-AV: E=Sophos;i="5.91,234,1647327600"; d="scan'208";a="332232447" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2022 04:01:50 -0700 Message-Id: <28e406$g845la@orsmga006-auth.jf.intel.com> Date: 18 May 2022 04:01:49 -0700 X-IronPort-AV: E=Sophos;i="5.91,234,1647327600"; d="scan'208";a="545396400" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2022 04:01:49 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1 7/7] test_plans/vswitch_sample_dsa_test_plan: add vswitch_sample_dsa testplan From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20220507100004.311240-1-weix.ling@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: Wei Ling Errors-To: dts-bounces@dpdk.org On Sat, 7 May 2022 06:00:04 -0400, Wei Ling wrote: > Add vswitch_sample_dsa_test_plan.rst into test_plans. > > Signed-off-by: Wei Ling Series applied, thanks