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 8986AA00C2; Wed, 24 Aug 2022 09:47:11 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5846840DFD; Wed, 24 Aug 2022 09:47:11 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 5594540DDE for ; Wed, 24 Aug 2022 09:47:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1661327229; x=1692863229; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=giLLV/VZtvputgsvcli7H00WtL7Dc0wjw+sRjFdsvqg=; b=SkNvwivTnykpJmThZY+TSrsD8BBj+aBIUjv76eqKaeOWUHf2rqG4usx5 3sCzZYK1Zv724IdDtJWaT9fS0qrxaVSFbxcUy6dWeFDjRk2nIEVY3X8oe WdR3lmTnr4oePnrlKnKwYVZSmNaPV7zeXlcfEEUFghfkrsrnw/KnK8Obz c8AtQBxIsMBRDMHQGNDTCFmygcy/tbcz4H15NXnOxcizZHY7h/ErZgTZT pkGJHEj2MYiimB/n2WwKzg5sdSj94TYt6W7Fhdra5VtxWcGIzBgK7Olvt 5xoeY8mV3CaFMBjy3KXc7wk6ZEpf4mE2Gj2tDW02wFClcRlM0zfMUpqWZ A==; X-IronPort-AV: E=McAfee;i="6500,9779,10448"; a="357869404" X-IronPort-AV: E=Sophos;i="5.93,260,1654585200"; d="scan'208";a="357869404" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Aug 2022 00:47:02 -0700 Message-Id: <9bee9c$j1csjk@orsmga008-auth.jf.intel.com> Date: 24 Aug 2022 00:47:01 -0700 X-IronPort-AV: E=Sophos;i="5.93,260,1654585200"; d="scan'208";a="639005305" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Aug 2022 00:47:01 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V4 1/2] test_plans/vm2vm_virtio_user_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: <20220816060540.3417993-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 Tue, 16 Aug 2022 02:05:40 -0400, Wei Ling wrote: > From DPDK-22.07, virtio support async dequeue for split and packed ring > path, so modify vm2vm_virtio_user_cbdma testplan to test the split and > packed ring async dequeue feature. > > Signed-off-by: Wei Ling Acked-by: Lijuan Tu Series applied, thanks