From patchwork Mon Jul 25 05:21:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: hailinx X-Patchwork-Id: 114209 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2A1C7A00C4; Tue, 26 Jul 2022 07:23:51 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1B344427EE; Tue, 26 Jul 2022 07:23:51 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 9F6D740695 for ; Tue, 26 Jul 2022 07:23:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1658813029; x=1690349029; h=from:to:cc:subject:date:message-id; bh=jGzQ+87qtfQFYWZKDRRkpK6lAuLUyO71kQbKgF50yvQ=; b=IAA7aepsCIXL8IlwnitGjmpdXkOty6FKBD3Ov+iX/nbiOInJvgl013ue zaCDqeat9YEQ0W+sN6Eg/4w7IzsvaiBnHGQeasMbE+aaLStbQa7JZ/f2s PPYI6+lK+8QeD11g2xB3q1Vlm0cpN2xfZwiYWVUJ7r/COVLUiHr6Hw40h 3vyvP4rFWmYnemV8epTcO9A9Y1UA6y6Te1/vC2o3XCMaGnW1erkv+uHQ7 caovgN44CLgAba7GvMHEhn7Z7+n8pw73fXimnOK87FsJcNj2Mm8GD+7E/ CgpS4GQhkNqYfp/OtmChEtrh4KEbHnf0PbQeSWfPqD2ROj2uiXbc5sISg Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10419"; a="268252513" X-IronPort-AV: E=Sophos;i="5.93,193,1654585200"; d="scan'208";a="268252513" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Jul 2022 22:23:36 -0700 X-IronPort-AV: E=Sophos;i="5.93,193,1654585200"; d="scan'208";a="550263348" Received: from unknown (HELO localhost.localdomain) ([10.239.252.63]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Jul 2022 22:23:35 -0700 From: hailinx xu To: qi.fu@intel.com, dts@dpdk.org Cc: hailinx xu Subject: [dts][PATCH v1 0/2] ice support ipv6 next protocol id Date: Mon, 25 Jul 2022 13:21:35 +0800 Message-Id: <20220725052137.25801-1-hailinx.xu@intel.com> X-Mailer: git-send-email 2.17.1 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: , Errors-To: dts-bounces@dpdk.org 1. add ice support ipv6 next protocol id test plans for FDIR. 2. add ice support ipv6 next protocol id test cases for FDIR. hailinx xu (2): test_plans/ice_fdir: support ipv6 next protocol id tests/ice_fdir: support ipv6 next protocol id test_plans/ice_fdir_test_plan.rst | 181 ++++++++++++++++ tests/TestSuite_ice_fdir.py | 331 ++++++++++++++++++++++++++++++ 2 files changed, 512 insertions(+)