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 5461A41D9B; Tue, 28 Feb 2023 08:50:09 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5048A4113C; Tue, 28 Feb 2023 08:50:09 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 441E040EE4 for ; Tue, 28 Feb 2023 08:50:07 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1677570607; x=1709106607; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=2Fo8862rVvdr9iVTwu0jYZmmghowUdzQ8n4qDrjwAUQ=; b=eWUe+oC9y3ANrbHcyHw4rHTtrdC8ZrxOyP89Dpgpi899+skosLqkkNT8 s4z7p9mEILbqn1Y087XV5ja9V2ICpMBSxACHOSM7p85V6e2VBcrp5CEZv /oKpGQ/fUj6dNRu4ExVo76VmSWD4ujIEwOcAnY4B0PnN35DvLJ4OzjzKQ 0DXKJRxHNwMfstwRBbfEENlC1+AyNG4cNPFzREt3PiWNkk13jb+8pjQbt 6uD4Gwt4OwuSY2ZyyWKdq2QFggwu/ii7Ww8Y/3GhKsYAqqgT1Dqm9uhtw h7KB3gWrMw3hGSg02uhJ3vVMTm0W6U0v4iO/7bKZYMUPjVfcWsmcm4DKs w==; X-IronPort-AV: E=McAfee;i="6500,9779,10634"; a="336361552" X-IronPort-AV: E=Sophos;i="5.98,221,1673942400"; d="scan'208";a="336361552" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Feb 2023 23:50:05 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10634"; a="797981557" X-IronPort-AV: E=Sophos;i="5.98,221,1673942400"; d="scan'208";a="797981557" Received: from unknown (HELO localhost.localdomain) ([10.239.252.20]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Feb 2023 23:50:04 -0800 From: Song Jiale To: dts@dpdk.org Cc: Song Jiale Subject: [dts] [PATCH V1 0/2] the case of splitting out ipv6_next_proto Date: Tue, 28 Feb 2023 15:47:04 +0000 Message-Id: <20230228154706.4095317-1-songx.jiale@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 the "ipv6_next_proto" package is different from the ddp required by the normal ipv6 package. Song Jiale (2): tests/ice_advanced_rss: split cases test_plans/ice_advanced_rss: split cases test_plans/ice_advanced_rss_test_plan.rst | 691 ++++- tests/TestSuite_ice_advanced_rss.py | 3106 ++++++++++++++------- 2 files changed, 2671 insertions(+), 1126 deletions(-) -- 2.25.1