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 2C902A0543; Tue, 21 Jun 2022 08:57:32 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 26E5340E0F; Tue, 21 Jun 2022 08:57:32 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 890B440151 for ; Tue, 21 Jun 2022 08:57:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655794650; x=1687330650; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=i/GMYa8oh8AWxes1gp6CYSaNwDQOyjG7i/i6IaH9PDY=; b=CZmokpz/7gvoMlKG/rDnnzvOLYXr9f8OrhWTzHV1/EnioH2ZiTyJqam/ 64JzJTEctyZof+CvOMwAjGsJUTgUsUPS70uLdaN2hXzah+2HogdhS+tng 99nOg1XlPQPsy1pNIyErNOWsE4xix9mrSr8uGaKXy1rB9hWDwwuZ5zbef sLtNpuRtBYNbmpdrFxXuhFBFn7BQ5rdgAIuvG9INRxL5H3Cza6KreG1iy /OXNGn6tHSiSRyMTOSXVrMm98nSz8lhxTHXrggihkpQlltFx+ImRHdhbX Exl01rfvSd3/4gwpkLodSlL8/sSduXACd1STX4F2CfsqPm4shVtcxYMN5 A==; X-IronPort-AV: E=McAfee;i="6400,9594,10384"; a="260476972" X-IronPort-AV: E=Sophos;i="5.92,209,1650956400"; d="scan'208";a="260476972" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jun 2022 23:57:28 -0700 Message-Id: Date: 20 Jun 2022 23:57:27 -0700 X-IronPort-AV: E=Sophos;i="5.92,209,1650956400"; d="scan'208";a="591519000" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jun 2022 23:57:27 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [PATCH] test_plans: remove NICStatistics and stability From: lijuan.tu@intel.com To: dts@dpdk.org,Lijuan Tu Cc: Lijuan Tu In-Reply-To: <20220621063538.2925498-1-lijuan.tu@intel.com> 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: , Reply-To: Lijuan Tu Errors-To: dts-bounces@dpdk.org On Tue, 21 Jun 2022 14:35:38 +0800, Lijuan Tu wrote: > They are out of maintenance for some years. > > Signed-off-by: Lijuan Tu Applied, thanks