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 8D74CA0540; Wed, 6 Jul 2022 08:11:09 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7911F40687; Wed, 6 Jul 2022 08:11:09 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 8702940395 for ; Wed, 6 Jul 2022 08:11:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1657087867; x=1688623867; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=eJRq4Fszi5UBLJM0gEqWkJ1q3yfissHDAlQ41s/aDhA=; b=jVPtv61VwDZZKrbaBpbZspNEE2RnsYhCPOmws6Kk+0GBk+9tGb616tkN Zf0+pr3Sdd1TIfM7L7i6p09dpz5NY7Jc4E1M3lgedmmPRuCIOMfiVsyCN hHo7u2xGJbMdnXEiprX0QSWv/A13Mk/RmcWOv8FUqisH/4Z8UwoW3I35b Ld8CQ6n5sWVsRdNmYByxw0hOiqJImXN1sxate4OefXVnFYnW74ANO7Y7b +rLB6GLeEgp6yS6heaPgkogWuHmbtdyXv1akWwGHOMq8yqjFhRsgbqwP+ icieDaNq8mPHM3EFIUJ4GY9EZmUWi4fL1WfywvIKd1SSH+6v+BzgBbLFC g==; X-IronPort-AV: E=McAfee;i="6400,9594,10399"; a="263442240" X-IronPort-AV: E=Sophos;i="5.92,249,1650956400"; d="scan'208";a="263442240" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jul 2022 23:11:06 -0700 Message-Id: <9bee9c$ife4us@orsmga008-auth.jf.intel.com> Date: 05 Jul 2022 23:11:05 -0700 X-IronPort-AV: E=Sophos;i="5.92,249,1650956400"; d="scan'208";a="620172266" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jul 2022 23:11:05 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/distributor: modify script add novector path expect From: lijuan.tu@intel.com To: dts@dpdk.org,Lingli Chen Cc: Lingli Chen In-Reply-To: <20220705081647.35533-1-linglix.chen@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: Lingli Chen Errors-To: dts-bounces@dpdk.org On Tue, 5 Jul 2022 04:16:47 -0400, Lingli Chen wrot= e: > The =E2=80=9C--force-max-simd-bitwidth=3D64=E2=80=9D is relatively new to D= PDK (novector code path) and severely limits the performance of the burst mod= e of the distributor. > So modify script to add novector path expect >=20 > Signed-off-by: Lingli Chen Applied, thanks