From patchwork Tue Dec 13 07:11:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yaqi Tang X-Patchwork-Id: 120789 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 B5BF9A0540; Tue, 13 Dec 2022 08:11:43 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B08E34021D; Tue, 13 Dec 2022 08:11:43 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 4A27440146 for ; Tue, 13 Dec 2022 08:11:42 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1670915502; x=1702451502; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=d/owQ8bOvL/WI2wzVx4MYj6/ZbMNaposE1GCCDxQZGA=; b=G5Qh0piT3Li2ATa2s5pLL9gdV+qpV5cahPtO8/QIoE8KgFe5wwGkBtrh FAaqOVcupnmRQahsdMgEv4rLlr5pvNweE3uOUkXB+lmM8QN1SfZHjl6Bq h6OI7/ASmqsD9qEkAZoiksskWdbSbMe63ob9RdgRIj9ZltTSXYLlsi6fS WZVmS/LVJire51iUYKSNNVnua1gIaAJ/SkDh0xUkkrRuF3LKn5dSGRKGQ 4a1LTdZrNl6CyieWkRYI07EeyYCv+5un5z87LZu37fljQrp0dm2lpJiHs oJJ3mtSrbM9OY0Z7Ghe82NBSXoTtY0JnLYPVcyQIW39IV8hMxKhDpZmhg w==; X-IronPort-AV: E=McAfee;i="6500,9779,10559"; a="301476371" X-IronPort-AV: E=Sophos;i="5.96,240,1665471600"; d="scan'208";a="301476371" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Dec 2022 23:11:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10559"; a="626196481" X-IronPort-AV: E=Sophos;i="5.96,240,1665471600"; d="scan'208";a="626196481" Received: from dpdk-yaqi.sh.intel.com ([10.67.119.116]) by orsmga006.jf.intel.com with ESMTP; 12 Dec 2022 23:11:40 -0800 From: Yaqi Tang To: dts@dpdk.org Cc: Yaqi Tang Subject: [PATCH V3 0/3] ice PF enable buffer split Date: Tue, 13 Dec 2022 07:11:33 +0000 Message-Id: <20221213071136.1236186-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 | 1588 +++++++++++++++++++++ 3 files changed, 2868 insertions(+) create mode 100644 test_plans/ice_buffer_split_test_plan.rst create mode 100644 tests/TestSuite_ice_buffer_split.py