From patchwork Mon Sep 19 16:16:07 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yaqi Tang X-Patchwork-Id: 116435 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 C2B85A00C4; Mon, 19 Sep 2022 18:16:18 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B5E5D40E0F; Mon, 19 Sep 2022 18:16:18 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 60DC440141 for ; Mon, 19 Sep 2022 18:16:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663604177; x=1695140177; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=oATaYNisvq3oyXEYexEobN/Q78TKB8Z3U0ZgV3X5Llc=; b=oCcZ41zMmEGmlUcoplMVS8DEjga55MiYHAoDeP8lnETcagraBo+ODMoK kvRJsJW+iryPAQY8N6a4ILcdgkEiq77A1lixKHVmxz63hWBTKoiURXctD DPNrIEIXC8jq4oymVormDLIoM2ToglIJT+tPUExqkRDleWtbOhgyEBYK9 nUM1oKCTNCcDkzYgh14wSQ5DoDN2rQwTuKYkqd18q2onjGy9Dy3IEq7yC 0HP5LkrhRb+HGBuA59UD+IPj44PzcjV1aA4HS0nRlSc1bymLgV/nngb3H 7UNXgNR1SKveCAk9ejhXE9YpFftUhTpwUwepbMhg4QLtw1+kmdu82zkOj g==; X-IronPort-AV: E=McAfee;i="6500,9779,10475"; a="286488471" X-IronPort-AV: E=Sophos;i="5.93,328,1654585200"; d="scan'208";a="286488471" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Sep 2022 09:16:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,328,1654585200"; d="scan'208";a="649208639" Received: from dpdk-yaqi.sh.intel.com ([10.67.119.213]) by orsmga008.jf.intel.com with ESMTP; 19 Sep 2022 09:16:16 -0700 From: Yaqi Tang To: dts@dpdk.org Cc: Yaqi Tang Subject: [dts][PATCH V4 1/3] test_plans/index: add new test plan for ice_iavf_rx_timestamp Date: Mon, 19 Sep 2022 16:16:07 +0000 Message-Id: <20220919161609.269836-2-yaqi.tang@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220919161609.269836-1-yaqi.tang@intel.com> References: <20220919161609.269836-1-yaqi.tang@intel.com> 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 Add new test plan for ice iavf support rx timestamp on flex descriptor. Signed-off-by: Yaqi Tang --- test_plans/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/test_plans/index.rst b/test_plans/index.rst index 8e2634bd..49738246 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -41,6 +41,7 @@ The following are the test plans for the DPDK DTS automated test system. ice_iavf_ip_fragment_rte_flow_test_plan ice_iavf_packet_pacing_test_plan ice_iavf_rss_configure_test_plan + ice_iavf_rx_timestamp_test_plan ice_iavf_fdir_pppol2tpoudp_test_plan ice_limit_value_test_test_plan ice_qinq_test_plan