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 CBD6BA054A; Tue, 6 Sep 2022 09:56:47 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C65CC40143; Tue, 6 Sep 2022 09:56:47 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 09E12400D6 for ; Tue, 6 Sep 2022 09:56:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662451007; x=1693987007; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=n6yoMSrqjQH4OR/i1JEwKTQxaUuUgMfpIeX6uRGHVi4=; b=K1Z/eYQeJEXkwpkx/sMicRnoJxtbSr+6n/fYBpAvT+UFNN+X+lUZN9wI tgDw7ysZ4w03cQMJ9QpR+oLVeIFp4NxjC5b4ebPWwOtgVmeZJYExBxEmu CpQP/97R733WbrORaXDg90VcteQte6l0UHN74SUzpsS/WKkXTRSSiBIwi 9jb2450pias1DKgWJYgjz/bWSkh2MqswEJ59Bm56xbD4/yUzqQ8FHyqr2 R8DQP3MNOZeRKTK1NzNz+q7GRQ8/lu21tFH/yZl87h8Md0aaZn3OeilTN s2cheyKimx2ODIhC8crosy0o2iiQgpUvYv+O2tmPLpBhJl1NOGcsKtNRU A==; X-IronPort-AV: E=McAfee;i="6500,9779,10461"; a="358246942" X-IronPort-AV: E=Sophos;i="5.93,293,1654585200"; d="scan'208";a="358246942" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2022 00:56:46 -0700 Message-Id: <9bee9c$j677u9@orsmga008-auth.jf.intel.com> Date: 06 Sep 2022 00:56:45 -0700 X-IronPort-AV: E=Sophos;i="5.93,293,1654585200"; d="scan'208";a="644063182" 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; 06 Sep 2022 00:56:45 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V2 2/2] tests/dpdk_gro_lib_cbdma: modify testsuite to test virtio dequeue From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20220803014501.1122653-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, 2 Aug 2022 21:45:01 -0400, Wei Ling wrote: > From DPDK-22.07, virtio support async dequeue for split and packed ring > path, so modify dpdk_gro_lib_cbdma testsuite to test the split and > packed ring async dequeue feature. > > Signed-off-by: Wei Ling Acked-by: Lijuan Tu Series applied, thanks