From patchwork Mon Jul 25 11:58:02 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yaqi Tang X-Patchwork-Id: 114138 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 DBD01A00C4; Mon, 25 Jul 2022 05:59:59 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D3B424021E; Mon, 25 Jul 2022 05:59:59 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id AF92D400D4 for ; Mon, 25 Jul 2022 05:59:57 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1658721597; x=1690257597; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=6hgKLbi+D6WJSOAxHhb1qEIbwQIRVm0q02wmvBarMTY=; b=gZ2DY6fknwocFwT0Fkksz0/R1zl8/t/hJLKx9CcaR8PwxIvu+bO45Msi SqwdxmpFGI7ZUEb61B91oCi7Y7PjCMS7wgaMlGPkvrT+87G+5kMAiAuul C65zcgxTFqlXFmoUa1vaMr6dnmLi0Vql7tm7gwugJcw5TC83KD8bhGFur 2PDXQ7F6zIV2a3fQBbdm273Dv4tV5xNQc3xKMIHZDaj0gjkFZrGXOqBbr +UExlweHoLgfFXKL+prLI13zhSNx3DPjoap2QE4TOW6owvLEORU/yOwgE pkiuuj3y26d/l+jhB0qNjgsS6omUwHQoL4jSAJcY0jkIEo6MezzfZGOs2 g==; X-IronPort-AV: E=McAfee;i="6400,9594,10418"; a="288362607" X-IronPort-AV: E=Sophos;i="5.93,191,1654585200"; d="scan'208";a="288362607" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jul 2022 20:59:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,191,1654585200"; d="scan'208";a="574882824" Received: from dpdk-yaqi.sh.intel.com ([10.67.119.99]) by orsmga006.jf.intel.com with ESMTP; 24 Jul 2022 20:59:56 -0700 From: Yaqi Tang To: dts@dpdk.org Cc: Yaqi Tang Subject: [PATCH V2 0/3] ice support rx timestamp Date: Mon, 25 Jul 2022 11:58:02 +0000 Message-Id: <20220725115805.237086-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 rx timestamp on flex descriptor. Yaqi Tang (3): test_plans/index test_plans/ice_rx_timestamp tests/ice_rx_timestamp test_plans/ice_rx_timestamp_test_plan.rst | 149 +++++++++++++++ test_plans/index.rst | 1 + tests/TestSuite_ice_rx_timestamp.py | 219 ++++++++++++++++++++++ 3 files changed, 369 insertions(+) create mode 100644 test_plans/ice_rx_timestamp_test_plan.rst create mode 100644 tests/TestSuite_ice_rx_timestamp.py