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 771A141DFA; Tue, 7 Mar 2023 04:11:01 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 728C94067E; Tue, 7 Mar 2023 04:11:01 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 097F24014F for ; Tue, 7 Mar 2023 04:10:59 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1678158660; x=1709694660; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=Lf2dy7J7+CwMPUoTMZhdtSK7ZZuKtBy82lwFebjH3eE=; b=XqBZX22SZ9RO9dy6fCuRNEqPftld8UTJQgAunKLPfupin71f98NHMQkV +P78SYavuJ15cMsXpJfN/V/n4m9MlBnqexM7obgcXtqGAfF+ZmU1SAWhO d4BiR7mPDU/8pu+DG/kgnOFun+1qx+PS1OVDee5coKdNZJhMGjvg3m3fX XtLP5S5yFXQNIx6VjXFhQJz4y3k75n8+MmvcjuWpzGa/wCi+07YgnL+pq AFdcz/JAwg4iWq5DvrnEn37DYStOU0rk0AlqHgOme3a+OqbYTb7X3bmpO eFlrb+ktqL+g9RCoWMiWXSOPtfrfBJ/7wY4c2nHskExzULb1MTZCR4kuc Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10641"; a="337270185" X-IronPort-AV: E=Sophos;i="5.98,238,1673942400"; d="scan'208";a="337270185" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Mar 2023 19:10:59 -0800 Message-Id: Date: 06 Mar 2023 19:10:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10641"; a="626381881" X-IronPort-AV: E=Sophos;i="5.98,238,1673942400"; d="scan'208";a="626381881" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Mar 2023 19:10:57 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V2 4/4] conf/loopback_vhost_async_perf_dsa: add new testsuite config file From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20230216080944.1025523-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, 16 Feb 2023 16:09:44 +0800, Wei Ling wrote: > Add conf/loopback_vhost_async_perf_dsa.cfg. > > Signed-off-by: Wei Ling Series applied, thanks