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 62BF8A00C2; Wed, 24 Aug 2022 10:26:05 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 293C040DFD; Wed, 24 Aug 2022 10:26:05 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 7B83A40DDE for ; Wed, 24 Aug 2022 10:26:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1661329563; x=1692865563; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=1CWMIbJOzgBtRAHrS1OKwmyownXIYwLCk9Y2y5IAz6Q=; b=Bj+lfxY5j33roAVslOgPsymmGP1rTxt+GJsXmrhEjKo24dAEKIJnIexq sqBQ2WAlXBDYjcg7dAYiFxnL4UFMUR6nE5rZ3+2mLd1BIfRgGdLZkJU8S HOgNSUslF8ggSiCEh2Ex+KeKRVkbsvUcvB1IshW5qyrK7uaUh03gzyg6m u0X6Jb3aiijs57p3jzHGHguTaPYmojBCXCHJzd6a0X1wokJiK4iiY8puD I04Jzr3Rg54S5BCzsCbsY5WDiFiu7Bk0Z/Kz3MJrncYZ3EDaRPjeMAUqI EyohKCCU8+VqQ/e/2waP03vgHy6spKauunBas+YRo4lm9AKLaGkLNeutP w==; X-IronPort-AV: E=McAfee;i="6500,9779,10448"; a="292648169" X-IronPort-AV: E=Sophos;i="5.93,260,1654585200"; d="scan'208";a="292648169" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Aug 2022 01:26:02 -0700 Message-Id: <11ab82$jvb0st@fmsmga008-auth.fm.intel.com> Date: 24 Aug 2022 01:26:01 -0700 X-IronPort-AV: E=Sophos;i="5.93,260,1654585200"; d="scan'208";a="670401444" 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; 24 Aug 2022 01:26:01 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V3 4/4] test_plans/vf_vlan: update dts code for driver change From: lijuan.tu@intel.com To: dts@dpdk.org,yuan.peng@intel.com,Weiyuan Li Cc: Weiyuan Li In-Reply-To: <20220711072234.852-4-weiyuanx.li@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: Weiyuan Li Errors-To: dts-bounces@dpdk.org On Mon, 11 Jul 2022 15:22:34 +0800, Weiyuan Li wrote: > The out-tree driver has vf-vlan-pruning option,but in-tree driver has not. > So we need different action to enable vlan filter when we validate the vlan= filter function with in-tree and out-tree kernel drvier. >=20 > Signed-off-by: Weiyuan Li Acked-by: Lijuan Tu Series applied, thanks