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 1FDB5A00C2; Wed, 24 Aug 2022 05:12:12 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E198B40DDE; Wed, 24 Aug 2022 05:12:11 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id EA90B406A2 for ; Wed, 24 Aug 2022 05:12: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=1661310730; x=1692846730; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=ygDmKJTk61SR6hUiFDQ/ZNYGfL4KvTanrpQLWJMbmgU=; b=TXTyrI7SNlCiWYPoQIAOG4CpsPDGyqkAjnzkL2tn2Tqmd7m48ZuMWqst h1QFzpG80zYl6xLBPqHbVmXXRw1cp4ZhlT/NmUMgWYYbQHTB2MUf96n9l K+OturJnSCUfdN2xPP1ipIC3Z9ShD0ShYSY4rcH503aQ+HsbC91h7NLDU CqdCysaFHB6H7vgFnQCPRNhGnVkBz7ZwH/Qb5ASyfraBDKokIY8qsgXdX KmY/nyB0sww0+vnWT+m1jlJsFvRbSeL4GhB1JqVEEUQFG9aiSHFxl0VsF Ms2/hsEpgoMALdihyhjye1fC45lgfurYFtMh1HxLi7+vHcfYzhOp8y13L g==; X-IronPort-AV: E=McAfee;i="6500,9779,10448"; a="319908976" X-IronPort-AV: E=Sophos;i="5.93,259,1654585200"; d="scan'208";a="319908976" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Aug 2022 20:12:08 -0700 Message-Id: Date: 23 Aug 2022 20:12:07 -0700 X-IronPort-AV: E=Sophos;i="5.93,259,1654585200"; d="scan'208";a="605883505" 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 20:12:07 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V5 2/2] tests/vhost_virtio_user_interrupt_cbdma: modify testsuite to test virtio dequeue From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20220816090408.3421482-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 05:04:08 -0400, Wei Ling wrote: > From DPDK-22.07, virtio support async dequeue for split and packed ring > path, so modify vhost_virtio_user_interrupt_cbdma testsuite to test the > split and packed ring async dequeue feature. > > Signed-off-by: Wei Ling Acked-by: Lijuan Tu Series applied, thanks