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 13424429F0; Wed, 26 Apr 2023 04:34:27 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E3E2F410DC; Wed, 26 Apr 2023 04:34:26 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id CAADD40DDA for ; Wed, 26 Apr 2023 04:34:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1682476465; x=1714012465; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=uo2W6eMKRDgMFVe8lwzPqU4bFJA4260gt318LvSAFJs=; b=dXrCfRdQPc5wM4Ae9q3Dz4jsWSwPU6wkRuq1TL3euOFSZ71mtUGc5bWS PvUSL6am1n+Sl+goJCOeUCB/JW8pfG8I52tpOTpDvm81BZrgV8dfh7Bpf 8dFpChmx9xk4d98jZVOCMON2QZ3EJiw6tj/uO2i/3/lOBbCbl+wB7+rmk xoafl/JOxWc53xVw/DLNUMieOWwbfU0oSUoR80VsTOur0UxsPNCbulHvL guci7ynvqaBtPEKXr74S7w3F/XLZHWQWWrkpovGwHByzzmVnqRpsdQg5g aVojlIeyYiG9YCbufmd2CYCv7iE5DgAo5Np/2hcuBP8395ElXpNHhBOfN w==; X-IronPort-AV: E=McAfee;i="6600,9927,10691"; a="348902483" X-IronPort-AV: E=Sophos;i="5.99,227,1677571200"; d="scan'208";a="348902483" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Apr 2023 19:34:23 -0700 Message-Id: <90bd5b$kfsh5n@orsmga007-auth.jf.intel.com> Date: 25 Apr 2023 19:34:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10691"; a="687752376" X-IronPort-AV: E=Sophos;i="5.99,227,1677571200"; d="scan'208";a="687752376" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.118.233]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Apr 2023 19:34:18 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [PATCH 3/3] tests/uni_pkt: Add IGB_1G-82576 From: lijuan.tu@intel.com To: ,Akihiko Odaki Cc: dts@dpdk.org,Akihiko Odaki In-Reply-To: <20230414124948.67376-4-akihiko.odaki@daynix.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: Akihiko Odaki Errors-To: dts-bounces@dpdk.org On Fri, 14 Apr 2023 21:49:48 +0900, Akihiko Odaki = wrote: > IGB_1G-82576 uses L3_IPV4 for the default IPv4 packet type, and cannot > detect ICMP. >=20 > Signed-off-by: Akihiko Odaki Series applied, thanks