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 21F3FA00C5; Thu, 25 Aug 2022 05:57:00 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1CD7E40DFD; Thu, 25 Aug 2022 05:57:00 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id F16BA40156 for ; Thu, 25 Aug 2022 05:56: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=1661399819; x=1692935819; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=QrUrmfFeguzDaD8XAT1Tc9ejoZNDfe9ijHe6HmybZ4E=; b=ekwOAYIzv/z5daWRAc+ss5Keew2ICm8dIUsnlknf+I+Rd4WCDe3xzVZU WoAcIgSaCf8UEcuVs5Ti9L+o9X3+WgNGcWWcDwchXJ26tFex+nah3kzsN BZfEdvd0A45p+m0OyjeDhfWV5UFuLIcIA7AtA+sjGg7jjUdm1fA94MADd y3q9XRlTDApmwQ+G4PdGVi1L82oyQKRcUy/A/X3SRcKGfrDxFWDe4mdQ4 S/5fi3STWyksamLK8dlq0NYFUlkRThhEDBZFSix97QBZF/PZ7wxckBE17 Nu31x2A4gArg1ifL8INtKrB82dLKtJR45EYH2HU2V6N6DyDJC/8jGPVCv A==; X-IronPort-AV: E=McAfee;i="6500,9779,10449"; a="355863811" X-IronPort-AV: E=Sophos;i="5.93,262,1654585200"; d="scan'208";a="355863811" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Aug 2022 20:56:58 -0700 Message-Id: Date: 24 Aug 2022 20:56:57 -0700 X-IronPort-AV: E=Sophos;i="5.93,262,1654585200"; d="scan'208";a="606263127" 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; 24 Aug 2022 20:56:57 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts] [PATCH V1 2/2] test_plans/vf_pf_reset: modify case to support ice nic From: lijuan.tu@intel.com To: dts@dpdk.org,Jiale Song Cc: Jiale Song In-Reply-To: <20220801154053.3266288-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: Jiale Song Errors-To: dts-bounces@dpdk.org On Mon, 1 Aug 2022 15:40:53 +0000, Jiale Song wrote: > ice nic support test_vlan_tx_restore, need turn off spoofchk. > > Signed-off-by: Jiale Song Acked-by: Lijuan Tu Series applied, thanks