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 38BAE423CB; Sun, 29 Jan 2023 02:56:21 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 17D0B400D4; Sun, 29 Jan 2023 02:56:21 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 8A8954003F for ; Sun, 29 Jan 2023 02:56:19 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1674957379; x=1706493379; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=MebQueEfenFLr1A3e5RkfMR7N3Qd0t+UrNtKBTwskWA=; b=CHSb0b9RmkjJTZ+XL1prX1mIdlggbfuTVLBmyC5nUjkl7IAKtaSV/VPi ucLDxilnZ6l2YHt5BDuXO79f0guSfX/6240e/xbbsITsAgZx2vPT1SkpE OXMS/DWUG/WUrbd7Te2Nt2Ce8mwInpYvX2kxYYc7M4LSdnlIq7XEZgqkF RID8EwOvBwYVV2gyVhk7GwuVSHR5IkCtNCqYsfuPGc8dgUYjsoTVwK/N0 Iu35kx3cF3C99zuIrSsNcHdEy78GHZ1VkZy+mvKddsDlLQXLH3tr2GQkt Zqij4aCdq8qOW2d7PvHynmSlxtyT+LwvXlqg1FD6JukeFmHemY+ArPRZy w==; X-IronPort-AV: E=McAfee;i="6500,9779,10604"; a="326025339" X-IronPort-AV: E=Sophos;i="5.97,254,1669104000"; d="scan'208";a="326025339" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jan 2023 17:56:18 -0800 Message-Id: <8483a8$tig0gq@fmsmga005-auth.fm.intel.com> Date: 28 Jan 2023 17:56:17 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10604"; a="992477726" X-IronPort-AV: E=Sophos;i="5.97,254,1669104000"; d="scan'208";a="992477726" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jan 2023 17:56:17 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts] [PATCH V1] conf/ice_advanced_rss_pppoe: delete useless configuration file From: lijuan.tu@intel.com To: dts@dpdk.org,Song Jiale Cc: Song Jiale In-Reply-To: <20230119102339.2237913-1-songx.jiale@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: Song Jiale Errors-To: dts-bounces@dpdk.org On Thu, 19 Jan 2023 10:23:39 +0000, Song Jiale wrote: > this configuration file will cause the suite run to be blocked, and the > suite run does not need this configuration file. delete it. > > Signed-off-by: Song Jiale Applied, thanks