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 E6EAFA0542; Sun, 9 Oct 2022 12:10:26 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CB2E1400D5; Sun, 9 Oct 2022 12:10:26 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id EF2F240042 for ; Sun, 9 Oct 2022 12:10:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1665310225; x=1696846225; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=bnCaJIIrBDD+MlckEWuzrm0vBhhUFNu3T0wqmAAdXRg=; b=E8LuH8dqAQlDQNopESPijcKrFmqcYyu79kUJPH/U+SvhpPmjtIEMmaak wxqA1OQUtoJfQlKMmEWYxA12yLXRGnpz9wI26hRxuCPzUBvvWzXpCZ7d2 z6A+3c5zIogeTaRT+deiVix8Jm/6oYF+PBY9NwhGReDkSvNFTwwJAiTN1 X4ypFRE2/w40DvMAtruf1W/qKICX1aBNjlK5oVLJeXoFfNQuNs1Tmsltz YYBfhGpE9E3MyKnY0Nn5YSHtfPEW0jpZzBSXKf/E4GPM4ip3ANptalq5q I32nBRTSpraC+pdPB3lCsoFLJ2GjVJVp0PlSegkVTsUV+QOKZwjxRjw/g w==; X-IronPort-AV: E=McAfee;i="6500,9779,10494"; a="366000122" X-IronPort-AV: E=Sophos;i="5.95,171,1661842800"; d="scan'208";a="366000122" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Oct 2022 03:10:19 -0700 Message-Id: Date: 09 Oct 2022 03:10:16 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10494"; a="714781200" X-IronPort-AV: E=Sophos;i="5.95,171,1661842800"; d="scan'208";a="714781200" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Oct 2022 03:10:16 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1 1/1] test_plans/loopback_virtio_user_server_mode_dsa_test_plan: modify test plan to test vhost async dequeue From: lijuan.tu@intel.com To: dts@dpdk.org,Xingguang He Cc: Xingguang He In-Reply-To: <20220906111824.1135920-2-xingguang.he@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: Xingguang He Errors-To: dts-bounces@dpdk.org On Tue, 6 Sep 2022 11:18:24 +0000, Xingguang He wro= te: > From DPDK-22.07, vhost async dequeue is supported in both split and > packed ring, so modify loopback_virtio_user_server_mode_dsa_test_plan to > test vhost async dequeue feature. >=20 > Signed-off-by: Xingguang He Applied, thanks