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 B3E0442802; Tue, 28 Mar 2023 03:25:00 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AE533410EE; Tue, 28 Mar 2023 03:25:00 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id BC16040A87 for ; Tue, 28 Mar 2023 03:24:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679966698; x=1711502698; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=pNsyzILkH7JbCZFX/Zxxvdcg0/2FDRo7R3tH59L/19Y=; b=AppuhpZHi2fJ9S1bZR8s6BHZsFMKKTOEboI6CujqJx/gpZB/haz4ijnM fa3e6tdG9bDKjNZ9jJqr+BPFk/coenFIZwYDZN4V8sRgVmcjLXWMPP6Yh zDzHB7iNt46bsr3K4iPcH3LFXMYixxkOZ9EG3P6sd/VUYopvZdwTWcLmH DVfJibH8kXgZFIrCtL5FpOU/CE/acahx4x9t/7n4PmGhu6nhIRPcsRTIk bQht0inmgxxSyZwEXtbxbGB0l8lm2vyOuP/7cGQJ1TpLLtOwTWbg6pDQU nD/aBZdawVolMpWX9SnxkfEHy4/m40sDYxHH4zEopWYZJVYQy04mbM4UF w==; X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="339161582" X-IronPort-AV: E=Sophos;i="5.98,295,1673942400"; d="scan'208";a="339161582" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 18:24:57 -0700 Message-Id: <90bd5b$k5phpd@orsmga007-auth.jf.intel.com> Date: 27 Mar 2023 18:24:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="677168945" X-IronPort-AV: E=Sophos;i="5.98,295,1673942400"; d="scan'208";a="677168945" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 18:24:54 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts] [PATCH V1] tests/ice_vf_support_multicast_address: modify script to adapt the intree kernel driver From: lijuan.tu@intel.com To: dts@dpdk.org,Jiale Song Cc: Jiale Song In-Reply-To: <20230327110437.22556-1-songx.jiale@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: Jiale Song Errors-To: dts-bounces@dpdk.org On Mon, 27 Mar 2023 11:04:37 +0000, Jiale Song wrote: > modify the script to adapt to the situation that the kernel driver cannot s= et "vf-vlan-running". >=20 > Signed-off-by: Jiale Song Applied, thanks