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 95388A00C2; Wed, 28 Sep 2022 07:46:58 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8F6C64113C; Wed, 28 Sep 2022 07:46:58 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id D419E41133 for ; Wed, 28 Sep 2022 07:46:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1664344017; x=1695880017; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=GYhOpMr9ArFo5IqyI9QsmzUsnN2QCAhpGqbykTHqmAI=; b=e1xu506GJztWMEscAG9mDuDjeVVfuu6I4ehtlLx0GM7lxMLDVbCvg8Cf vflXn/Rz9j3L/V/3Cm9f2Y7wHbKa6FOBLqkRgJs7ntyXKjxKgacok2TBx qQToFyk8V/QfZGqGh4gXdVyLVzj3wQWzl46QlTQrNsck2zDCfSXzhDIf5 dNFGGPnNcnCjUKRzit7MofdUkJlPYk7cACToNxhextohZ9XJfSk2uyQ3A /Q1iikXDZA8vE54kcmKawfz9j2eTsp1m2JXRjxWazhDeSN/taOe+K26i4 +7Zm+pTE6JfNz7LM+igsanMzvHDnIEX4AaOHxgma+VpIO0uglUH5HDd+k g==; X-IronPort-AV: E=McAfee;i="6500,9779,10483"; a="365557526" X-IronPort-AV: E=Sophos;i="5.93,351,1654585200"; d="scan'208";a="365557526" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Sep 2022 22:46:55 -0700 Message-Id: Date: 27 Sep 2022 22:46:54 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10483"; a="950564472" X-IronPort-AV: E=Sophos;i="5.93,351,1654585200"; d="scan'208";a="950564472" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Sep 2022 22:46:54 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH v3 1/2] test_plans: support ipv6 next proto id From: lijuan.tu@intel.com To: dts@dpdk.org,qi.fu@intel.com,hailinx xu Cc: hailinx xu In-Reply-To: <20220922052839.23851-2-hailinx.xu@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: hailinx xu Errors-To: dts-bounces@dpdk.org On Thu, 22 Sep 2022 13:28:38 +0800, hailinx xu wrote: > add new test cases for ice support ipv6 next protocol id > > Signed-off-by: hailinx xu Acked-by: Lijuan Tu Series applied, thanks