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 0867FA00C5; Mon, 26 Dec 2022 06:00:23 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 00D1040E2D; Mon, 26 Dec 2022 06:00:23 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 0A4CC40143 for ; Mon, 26 Dec 2022 06:00:20 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672030821; x=1703566821; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=wcy2yw/9yHvMw9sS+VnYo6LXprCalSrDhPrnZZ6QwYk=; b=i1PQiJSXdm3dSMLTjNmDPyJMSQFj+BtQABuLFjKF95rYB5mgWlgtiNbH 3Mww2GPYhPHTJuHoxSeRhyrVw30KT4xB4pNyBpA6A8ObJS3FqtB4t3ApK 5hDEK3jjDFPuPJ/05Q4P5nC0jNmdBc964sVC27pbVyuGVLr4fnd4EzJ/B p2Cgf5KQM1L1ifcjZrGZs0qHCbjFxvdshRWIY3GNxChM0la/NHcsyLNpu 22LgoawX5aF2D7y4iB4HeZVUIanrJOqLwHm6DiRpNXiO/nAYUYBsyiP5U Y2wxcHhNrnUI0xLJE7cCqMOrKB9PF1CjvFCTH028zsaah1IZrZxHBopdE w==; X-IronPort-AV: E=McAfee;i="6500,9779,10571"; a="300216049" X-IronPort-AV: E=Sophos;i="5.96,274,1665471600"; d="scan'208";a="300216049" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Dec 2022 21:00:20 -0800 Message-Id: <665c30$okfd1q@orsmga005-auth.jf.intel.com> Date: 25 Dec 2022 21:00:18 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10571"; a="826782790" X-IronPort-AV: E=Sophos;i="5.96,274,1665471600"; d="scan'208";a="826782790" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Dec 2022 21:00:18 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [PATCH V4 2/2] tests/loopback_virtio_user_server_mode_dsa: add new testsuite From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20221222071717.180253-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, 22 Dec 2022 15:17:17 +0800, Wei Ling wrote: > Add the new testsuite TestSuite_loopback_virtio_user_server_mode_dsa.py. > > Signed-off-by: Wei Ling Acked-by: Lijuan Tu Series applied, thanks