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 1D4A9A00C2; Wed, 4 Jan 2023 02:35:44 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 17B1F40698; Wed, 4 Jan 2023 02:35:44 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 6A90A40697 for ; Wed, 4 Jan 2023 02:35:42 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672796142; x=1704332142; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=4XSiz8BZN1tAbg3nU1IapoO2BOwUdbovc/gZwGl93xU=; b=NQfSHCSqS3LQHa30NwAgbWR5WGlFx7wVeNapC/Hvkj5xykYAeZKT9KbO hKboUmknRx5r4LwSK9tB0JMSWzVehGrcDTeEIQTRorGQH4gSKkU7wP2oy ORjj1hf0gXIgVjVC8itrpEHEPaP6rpqcSqHkkZMKpEnqwYglUzYBlXovG 4zT5sQHIQ6upyIbo7u6rKDe/g0aFau/gRGfWuHbMq6T7rJ65399tmFCh/ hOZuBaBBWJdcpSMTK447wPx5k9xIOKlEEj41GTPjUiwM5bUrsVdrZ2HS1 tPuBFecb+ikgH8LXef/IBrOQKqIPfrfyHGCBOfUY9g8pmfG8qj58GGJbL g==; X-IronPort-AV: E=McAfee;i="6500,9779,10579"; a="309573837" X-IronPort-AV: E=Sophos;i="5.96,297,1665471600"; d="scan'208";a="309573837" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jan 2023 17:35:27 -0800 Message-Id: <665c30$omji0i@orsmga005-auth.jf.intel.com> Date: 03 Jan 2023 17:35:26 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10579"; a="829016086" X-IronPort-AV: E=Sophos;i="5.96,297,1665471600"; d="scan'208";a="829016086" 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; 03 Jan 2023 17:35:26 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V2] tests/loopback_multi_queues: add new case and optimize scripts to be consistent with testplan From: lijuan.tu@intel.com To: dts@dpdk.org,Dukai Yuan Cc: Dukai Yuan In-Reply-To: <20221229020512.31182-1-dukaix.yuan@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: Dukai Yuan Errors-To: dts-bounces@dpdk.org On Thu, 29 Dec 2022 10:05:12 +0800, Dukai Yuan wrote: > 1.Add new case virtio11 vectorized path and ring size is not power of 2 mul= ti queue. > 2.Optimize script description to be consistent with testplan. >=20 > Signed-off-by: Dukai Yuan Acked-by: Lijuan Tu Applied, thanks