From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0500D42BE1; Tue, 30 May 2023 10:30:53 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C7F8040F18; Tue, 30 May 2023 10:30:53 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 7410A406BC for ; Tue, 30 May 2023 10:30:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1685435452; x=1716971452; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=t7+MsldY0yOgI4aTlt+ktcOqsjCkgFMKVfMAh0vIP3U=; b=MG/DfY1Bi1Xs1Nl9D/kQrNaVcwzoEr0gH9OMAxd9Y1TWSllU8zWrLzX4 l53VPyJmXrPP97WDQzUbZZ/fgHNYPB4j44+5dOY179r4Dlr2zhRFD15G5 28kGsm/y2vydlKZoKrf0h4ediexc38nSv4SJFQOCBxiv9gf9+cfkYH8vd YWTMfIK/sF36AfX+hUUIP8AylC1iAVcE9KBIswLIR7ZXS8BfSi1iuHY1T puuoz4IoVZXkkwr8iFpvOXoRzI4M4SkdwTmjWhR25bHxrS4voUxo+Dn32 ykSgx3MKIvMOncww7VOZwsg7rwVirJtsVFD26Mqc0bKh8aYlid+dD5s9M A==; X-IronPort-AV: E=McAfee;i="6600,9927,10725"; a="335201766" X-IronPort-AV: E=Sophos;i="6.00,203,1681196400"; d="scan'208";a="335201766" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 May 2023 01:30:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10725"; a="796188028" X-IronPort-AV: E=Sophos;i="6.00,203,1681196400"; d="scan'208";a="796188028" Received: from unknown (HELO localhost.localdomain) ([10.239.252.248]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 May 2023 01:30:50 -0700 From: Lingli Chen To: dts@dpdk.org Cc: Lingli Chen Subject: [dts][PATCH V1 0/2] tests/*: add ICE_25G-E810_XXV_SFP in support suit Date: Tue, 30 May 2023 16:31:12 +0800 Message-Id: <20230530083114.3678-1-linglix.chen@intel.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 Lingli Chen (2): conf/test_case_checklist: add ICE_25G-E810_XXV_SFP NIC in case list tests/*: add ICE_25G-E810_XXV_SFP in support suit conf/test_case_checklist.json | 4 ++++ tests/TestSuite_ice_iavf_rx_timestamp.py | 7 ++++++- tests/TestSuite_ipgre.py | 1 + tests/TestSuite_nvgre.py | 1 + tests/TestSuite_runtime_vf_queue_number_kernel.py | 1 + tests/TestSuite_rxtx_offload.py | 1 + tests/TestSuite_veb_switch.py | 1 + tests/TestSuite_vf_rss.py | 1 + 8 files changed, 16 insertions(+), 1 deletion(-) -- 2.34.1