From patchwork Tue Dec 20 06:09:50 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yaqi Tang X-Patchwork-Id: 121055 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 4F4B0A00C5; Tue, 20 Dec 2022 07:10:01 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2999D40698; Tue, 20 Dec 2022 07:10:01 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 79E9940395 for ; Tue, 20 Dec 2022 07:09:59 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1671516599; x=1703052599; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=p5qYMZgFs7hbNNRbNgitVeLn6RkK+OsroVTy6SFsg70=; b=RFd18wDHn9cCUTIATgUUzsz5tV1R1ILag+0CxzYMpneoMqk2R1xYb8v1 zFhMGGdc79pCe9CewEYWdXPYxkgMFhzc8LIgslkn/p9J7Pb/dyYsyuvom 36y65Yjkb2h0kh/SW9+d044WxfxF0k7YdWmL1nR+4fEpfq1L8Uff/8uya 2IKwMrkIdIR1vwltVAmSmW/m4LEV5gy2unXybPgaDhmwwHvRSoQf3H43p R/ylwb0+AbAhh4p2h2whGKeoqFGg4QjsIQo797n4h/cf1X4kZ7U+cGh99 VAwZx1hZDHM3UP0lM2Oc2qRD0Fz/XWO8VXOaTbgQmD4sHAlAEcVgy3B/B Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10566"; a="346639999" X-IronPort-AV: E=Sophos;i="5.96,258,1665471600"; d="scan'208";a="346639999" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Dec 2022 22:09:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10566"; a="719406383" X-IronPort-AV: E=Sophos;i="5.96,258,1665471600"; d="scan'208";a="719406383" Received: from dpdk-yaqi.sh.intel.com ([10.67.119.189]) by fmsmga004.fm.intel.com with ESMTP; 19 Dec 2022 22:09:57 -0800 From: Yaqi Tang To: dts@dpdk.org Cc: Yaqi Tang Subject: [PATCH V5 0/3] ice PF enable buffer split Date: Tue, 20 Dec 2022 06:09:50 +0000 Message-Id: <20221220060953.160820-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 | 1247 ++++++++++++++++ test_plans/index.rst | 1 + tests/TestSuite_ice_buffer_split.py | 1631 +++++++++++++++++++++ 3 files changed, 2879 insertions(+) create mode 100644 test_plans/ice_buffer_split_test_plan.rst create mode 100644 tests/TestSuite_ice_buffer_split.py