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 11119423A1; Tue, 10 Jan 2023 08:56:49 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0F4A340691; Tue, 10 Jan 2023 08:56:49 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 4755540689 for ; Tue, 10 Jan 2023 08:56:47 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1673337407; x=1704873407; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=Z2ECZCU/bMOqA1PKIsyxOVH76tNx6l2oTbrZmzrwJMA=; b=D1Vs39r6MF1aoyySDhZveAiJIxFvy5F4rvtelXAauFF1UhYfBXvEOhdJ 88cinSjV6oLMFTKTmyV8DvZkpyK+MK7KvN4Z2rP6ednyzSzR2t3Ps82yg z9yOfBq2dDrq8EobxodVV4AEEUWs5swoDxfBTb5Iyfp9IBQKjxoayrhe0 Bx2eSkJsiVA7knciI1+AdoadxXFIRK2q1pW0W5MGCS1ji1CAMpCICOD+V w2zIU0qQwGRIX+0xLAXVwo4WO9DNnGPigdGkFSokSfor1RAT1U8ZBWzUs mGFGdm4yYi3th5amPSJiMqr1N8zMjCPCO9MlEM8u+dK3I7M3PNihoAiju Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10585"; a="323156540" X-IronPort-AV: E=Sophos;i="5.96,314,1665471600"; d="scan'208";a="323156540" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Jan 2023 23:56:44 -0800 Message-Id: <510f81$ljrdtu@fmsmga004-auth.fm.intel.com> Date: 09 Jan 2023 23:56:43 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10585"; a="725465025" X-IronPort-AV: E=Sophos;i="5.96,314,1665471600"; d="scan'208";a="725465025" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Jan 2023 23:56:43 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/vf_vlan:modify code to adapt avx2 and avx512 on vlan offload From: lijuan.tu@intel.com To: dts@dpdk.org,Zhimin Huang Cc: Zhimin Huang In-Reply-To: <20230106180921.354155-1-zhiminx.huang@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: Zhimin Huang Errors-To: dts-bounces@dpdk.org On Fri, 6 Jan 2023 18:09:21 +0000, Zhimin Huang wr= ote: > add parameter "--enable-hw-vlan" in testpmd. > the dpdk commit 5cbfb386aa3f4c49b3cd9579e4e928cc5ab08d35 fixed avx2 not sup= port this parameter. > the avx2 behavior is not appropriate,it has gap between avx2 and avx512. > so we add parameter "enable-hw-vlan" in testpmd,there is no gap in avx2 and= avx512 to test vlan strip. >=20 > Signed-off-by: Zhimin Huang Reviewed-by: Lijuan Tu Applied, thanks