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 6ADD3A00C4; Tue, 20 Sep 2022 10:51:14 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F3C4441181; Tue, 20 Sep 2022 10:51:13 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id CB0194069B for ; Tue, 20 Sep 2022 10:51:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663663873; x=1695199873; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=zgYYjkRK9h01fEeX9IsfgcX53dRk2MJ7yvlkZTUnBDA=; b=RXyIscFKzHCtk3ZpwcP39E+mMteRrewR0yXE4CJ7j0YhDEKSw3cY/LAA 8jd+l1T1d/pp1lcgBV7GPSa/ph0zK5rQnJs2hxK5Qfvbcc43ZL8KE50bW 3sacIl3s6Z4pNj4A8ZgAo3+FC/EFNCBT2qgq2xsaWOGU0af7rXyMG+WO9 J5Fz4uwW/zK4pEm3Hm5NkX+0tAcm9UWjrCpoFhVH4+yTY0VQm6O3IHXVf U1jQqOxQn2lUFrWLdCLkiBHMlA7thqZeelTsMTlRkMIsQ550jQZvBmZOO rwkrAAxePG2Khqy3+BOJyMzNIelFYYR7lYHGcps9TT3iZ4yxNSuEHuUAI g==; X-IronPort-AV: E=McAfee;i="6500,9779,10475"; a="286687653" X-IronPort-AV: E=Sophos;i="5.93,330,1654585200"; d="scan'208";a="286687653" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Sep 2022 01:51:11 -0700 Message-Id: Date: 20 Sep 2022 01:51:08 -0700 X-IronPort-AV: E=Sophos;i="5.93,330,1654585200"; d="scan'208";a="618834751" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Sep 2022 01:51:08 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH v2 2/2] tests/ice_advanced_rss: support ipv6 next protocol id From: lijuan.tu@intel.com To: dts@dpdk.org,qi.fu@intel.com,hailinx xu Cc: hailinx xu In-Reply-To: <20220914073741.29685-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 Wed, 14 Sep 2022 15:37:40 +0800, hailinx xu wrote: > add packets for ice support ipv6 next protocol id > > Signed-off-by: hailinx xu Acked-by: Lijuan Tu Series applied, thanks