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 3CC28427EB; Tue, 28 Mar 2023 03:03:40 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0F86240EDF; Tue, 28 Mar 2023 03:03:40 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id D63D740A87 for ; Tue, 28 Mar 2023 03:03:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679965419; x=1711501419; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=3mm+TxMQjrYOxo04ASfbUTLVwTNugrD3rG2YffWkhoo=; b=dSMQMjt+EJEeYKyREca3A3hf3OUYlpNwS0WwDfOye+88vDwuTX20oGfx oyl9yoDPGaDppt4/1A7bPElepCdEgQlhdT25NqFX4Z0uOt41B4dUzdojC 2O3AJq7vdwX5f+H5cN3rLKA8WMuuDH2Z+Y2Xt8hG3OR7m6yrCbIYMPAob tD4boA1hEcl8zghHVplt3P82poTkzvgGpi3UpYg8u8K96glVZkoiEq19B W8vfKF59cXYgVV8NK7N6X6WEBBA3HVqwkmB8OL0tiHKR1186Z4hluth5+ 13q783bERU+3xnw4wBlCqG22CQNjdm1w1DGEd2H/x0My/UMdiyaBXJdOZ g==; X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="328881911" X-IronPort-AV: E=Sophos;i="5.98,295,1673942400"; d="scan'208";a="328881911" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 18:03:37 -0700 Message-Id: <8a82d4$m9hefm@fmsmga008-auth.fm.intel.com> Date: 27 Mar 2023 18:03:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="748206592" X-IronPort-AV: E=Sophos;i="5.98,295,1673942400"; d="scan'208";a="748206592" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 18:03:36 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [DTS][PATCH V3] tests/vf_vlan: Add avx512 support for vf vlan validation. From: lijuan.tu@intel.com To: dts@dpdk.org,Ke Xu Cc: ke1.xu@intel.com,lijuan.tu@intel.com,yux.jiang@intel.com In-Reply-To: <20230322060053.86803-1-ke1.xu@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: Ke Xu Errors-To: dts-bounces@dpdk.org On Wed, 22 Mar 2023 14:00:53 +0800, Ke Xu wrote: > In DPDK v23.03, avx512 offload path is updated to support checksum offload.= This modification involves VF VLAN offload and requires avx512 regression to= cover. This patch is to introduce avx512 cases to support the regression req= uirements. >=20 > Signed-off-by: Ke Xu Reviewed-by: Lijuan Tu Applied, thanks