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 50A1FA00C2; Wed, 24 Aug 2022 04:55:10 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1FF8740DDE; Wed, 24 Aug 2022 04:55:10 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id D0DD2406A2 for ; Wed, 24 Aug 2022 04:55:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1661309709; x=1692845709; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=ou9g3eRTk2ib0aiBpYgX+Z5h3FfNi0clozIbglg9Fnw=; b=IRyH/Sm1kthWcX9GT1wJKimknpidKBP9egDBTQbRvpa1Elw60toBiJnZ jtR+HbRqYiRR45Vdp3IAys/o475mX4FeyzCsMocaRuHWD/dGn1gYErzja +/5XzZbhOahLoksYhUA7Yr0IhM64B8br1Xiemdxyif18ZYkL5ao80iYU2 N0VwRaDTLTgjSh4l+sKaB9mIZ+Pg0esmsMppSACuan+ycWJmP1TiU8dZQ kbvkbHhPqe9tWyeDaRfgHd0axqonkiIRw4Xh6r0St/rJIa/e1e8qSNGCw I9t+4FBU+dpBUp3R39mBHmemRw/uKTta8g6Wja2+17qeFSn6MTAtf9uRh Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10448"; a="274238139" X-IronPort-AV: E=Sophos;i="5.93,259,1654585200"; d="scan'208";a="274238139" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Aug 2022 19:54:46 -0700 Message-Id: Date: 23 Aug 2022 19:54:45 -0700 X-IronPort-AV: E=Sophos;i="5.93,259,1654585200"; d="scan'208";a="605879322" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Aug 2022 19:54:45 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V6 1/2] test_plans/vswitch_sample_cbdma_test_plan: modify testplan to test virito dequeue From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20220818080837.420718-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 Thu, 18 Aug 2022 04:08:37 -0400, Wei Ling wrote: > From DPDK-22.07, virtio support async dequeue for split and packed ring > path, so modify vswitch_sample_cbdma testplan to test the split and > packed ring async dequeue feature. > > Signed-off-by: Wei Ling Acked-by: Lijuan Tu Series applied, thanks