From patchwork Mon Dec 12 08:13:09 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yaqi Tang X-Patchwork-Id: 120761 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 4ED09A0540; Mon, 12 Dec 2022 09:13:24 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4989240A84; Mon, 12 Dec 2022 09:13:24 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id E56C840151 for ; Mon, 12 Dec 2022 09:13:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1670832803; x=1702368803; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=xRK88qdKASfGk5e5MXcrRjkdHxXNEXIFXu/hvG6p9nc=; b=HEPXPImvBcQO4P3GBVcu4/aOZ/vpNI27wahZAzOC8UPbsXTeHr+Qm/60 5s8axYPMN0jdKTS/ao4FYU2WYyFfrFrsNGTUx3zKKQrJMkCD2equDtZCv ZR0PTZfXBcu6GukTpX8D3PeajHyGhJy/uuqFpn7PXc6SJZUxYCD5XNnaF hgTVLy+pO/zZ/O28DejNmSLRP39XROOnwxAUagwt3MrTvq5uRes8HqP7J KSfUpH+iIoSxKNJlfBGXsfCKVbmcJWpj/2qZIRBh1DgzLRcbgt/wue314 yQYQo7Bhd1t3+dLvICpsOrpId0pQLkG7ajvO+6R1Bla951OwbcNvtUtVd A==; X-IronPort-AV: E=McAfee;i="6500,9779,10558"; a="319651542" X-IronPort-AV: E=Sophos;i="5.96,237,1665471600"; d="scan'208";a="319651542" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Dec 2022 00:13:20 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10558"; a="716708153" X-IronPort-AV: E=Sophos;i="5.96,237,1665471600"; d="scan'208";a="716708153" Received: from dpdk-yaqi.sh.intel.com ([10.67.119.116]) by fmsmga004.fm.intel.com with ESMTP; 12 Dec 2022 00:13:16 -0800 From: Yaqi Tang To: dts@dpdk.org Cc: Yaqi Tang Subject: [PATCH V2 0/3] ice PF enable buffer split Date: Mon, 12 Dec 2022 08:13:09 +0000 Message-Id: <20221212081312.1103406-1-yaqi.tang@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 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 ice support protocol split based on current buffer split. Yaqi Tang (3): test_plans/index test_plans/ice_buffer_split tests/ice_buffer_split test_plans/ice_buffer_split_test_plan.rst | 1279 +++++++++++++++++ test_plans/index.rst | 1 + tests/TestSuite_ice_buffer_split.py | 1584 +++++++++++++++++++++ 3 files changed, 2864 insertions(+) create mode 100644 test_plans/ice_buffer_split_test_plan.rst create mode 100644 tests/TestSuite_ice_buffer_split.py