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 842E4A0543; Sat, 28 May 2022 11:07:30 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7D13340F35; Sat, 28 May 2022 11:07:30 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id A10BB40E50 for ; Sat, 28 May 2022 11:07:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1653728849; x=1685264849; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=S0UtsHz3yQS3yNdkTNHcbiufnXw5X8u0btV3/EzJ6Vw=; b=FFsseA3o+jguLAT14sgz7ENckJ2oxv593pt1oP4AD7ml5TBRA2uzJ/s1 ss5Ni5kGZyRS79z7JyP00qvckXN9XYwIZ3sXmE4gMxZuBH3nNbl7rRYQn DhS84TUXrjKs9AnOBprnt/W913YNJhJK/R8mSURSPGMrWtT/XOOZO+13k 6fGnvrmwRGWncYE2OFpl1bW8rmH8jhLkq4T3lYgNsOZ8gjt5pGon7QHVB 0zvpmlgYMlkxMlk6/P0voB8LpcUnGgqIVtyqGik8fEeVoY+FbfgBgxO+T qvIWVvOMe9XA5Bs2U7+mE9GpTAc1UV/KMPjuStZryxIcNGcXgFEX6VM0N w==; X-IronPort-AV: E=McAfee;i="6400,9594,10360"; a="335301770" X-IronPort-AV: E=Sophos;i="5.91,258,1647327600"; d="scan'208";a="335301770" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 May 2022 02:07:27 -0700 Message-Id: <003cea$i0a5ka@orsmga008-auth.jf.intel.com> Date: 28 May 2022 02:07:26 -0700 X-IronPort-AV: E=Sophos;i="5.91,258,1647327600"; d="scan'208";a="604313237" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 May 2022 02:07:26 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/ice_dcf*:fix typo issue From: lijuan.tu@intel.com To: dts@dpdk.org,Zhimin Huang Cc: Zhimin Huang In-Reply-To: <20220526021427.131456-1-zhiminx.huang@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: Zhimin Huang Errors-To: dts-bounces@dpdk.org On Thu, 26 May 2022 10:14:27 +0800, Zhimin Huang wr= ote: > the pkt list have a wrong symbol,so fix it. >=20 > Signed-off-by: Zhimin Huang Applied, thanks