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 7B35C41DFA; Tue, 7 Mar 2023 04:49:52 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4E79940E03; Tue, 7 Mar 2023 04:49:52 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 7DFBC4067E for ; Tue, 7 Mar 2023 04:49:50 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1678160990; x=1709696990; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=lVrPE5wtXfRWh+wsW1662EO06/T+yRqI0vv5yPHn8Vc=; b=K6xSINib6rbza4znWpnKNfjgJAzSjnMYDOnIThLj9GXGAZfCVantD2QF rZ52B5DHwieZtNvtAROMP5aBWPNRmJcQTezhpd3uxuR9cjoc6/BHEAQhk HUKeX49q6AOVUI3GdfVNBvTNYQoxxAnViJBQOR9hVZd4RM/Yh1x6BsWDf FDy270jEA9ehvMZrSrkH0Uc0rFZKywTAVAJWxHkiK7zSvI/mwWcSYuL0J BTKqVThMs/bDeLybnFXPr9rT/kCh3XwShU4sXdQ/+MN8Yc3vMJMj+1Ax3 Go6oX3A5DBef0FBRb8Nj4VN3J3Q1GoXTAyvJCXUmyIJyge94NQTu7VcHX Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10641"; a="319585136" X-IronPort-AV: E=Sophos;i="5.98,238,1673942400"; d="scan'208";a="319585136" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Mar 2023 19:49:38 -0800 Message-Id: <649fab$m28mal@fmsmga008-auth.fm.intel.com> Date: 06 Mar 2023 19:49:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10641"; a="740579679" X-IronPort-AV: E=Sophos;i="5.98,238,1673942400"; d="scan'208";a="740579679" 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; 06 Mar 2023 19:49:37 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts] [PATCH V1 2/2] test_plans/kernelpf_iavf: adapt to the intree kernel driver From: lijuan.tu@intel.com To: dts@dpdk.org,Song Jiale Cc: Song Jiale In-Reply-To: <20230130111226.4004219-2-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: Song Jiale Errors-To: dts-bounces@dpdk.org On Mon, 30 Jan 2023 11:12:26 +0000, Song Jiale wrote: > the intree kernel driver cannot set "vf-vlan-running", modify the > testplan to adapt to this difference. > > Signed-off-by: Song Jiale Series applied, thanks