From patchwork Mon Oct 3 19:59:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jasvinder Singh X-Patchwork-Id: 117277 X-Patchwork-Delegate: thomas@monjalon.net 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 E6C70A04FD; Mon, 3 Oct 2022 21:59:40 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8E9B340DFB; Mon, 3 Oct 2022 21:59:40 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 559A740041 for ; Mon, 3 Oct 2022 21:59:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1664827178; x=1696363178; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Fge51gQ1ytZ4uitYPSNXk+NMqBBa+asjcnqAurKyMzY=; b=eCL7lVeVPkLr3oZXa2fcSg5rZ07G5MtRPWKNLauHBZOzT5PfFWiDxQPg HjQMNVa7ug050NCmzxb6v97ns3Ds9rSSoc24Q/eKv/PiCdmknxqXIgh1Z PdfFqyKFAuUo4PwIDUMFUfAHlDygKsrMEfI2etr9465jAS0ByAhwMf4qt tLmaObJM5TCGvCFh8U502ONnJMe3aJey/nEWQAoDLFv/9NNaaLwyz4NYY sKlMSzNqX9jrjhVjY1bItFmVGpfLU0FzL9aDjXXcmGxPpp7j/KyD39i9v u6krwTOupHcmTx3Nh6fSdUUtCO59z4sWV6q+KqbqNC6ODTc+5Z1K5Eg88 w==; X-IronPort-AV: E=McAfee;i="6500,9779,10489"; a="300348456" X-IronPort-AV: E=Sophos;i="5.93,366,1654585200"; d="scan'208";a="300348456" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Oct 2022 12:59:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10489"; a="601367171" X-IronPort-AV: E=Sophos;i="5.93,366,1654585200"; d="scan'208";a="601367171" Received: from silpixa00400517.ir.intel.com ([10.237.214.118]) by orsmga006.jf.intel.com with ESMTP; 03 Oct 2022 12:59:36 -0700 From: Jasvinder Singh To: dev@dpdk.org Cc: cristian.dumitrescu@intel.com, john.mcnamara@intel.com, thomas@monjalon.net Subject: [PATCH] sched: remove maintainer Date: Mon, 3 Oct 2022 20:59:35 +0100 Message-Id: <20221003195935.1738840-1-jasvinder.singh@intel.com> X-Mailer: git-send-email 2.34.3 MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org I am removing myself as the maintainer of the sched library. Signed-off-by: Jasvinder Singh --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index c0337bc7af..b43fabe6a7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1471,7 +1471,6 @@ F: doc/guides/sample_app_ug/packet_ordering.rst Hierarchical scheduler M: Cristian Dumitrescu -M: Jasvinder Singh F: lib/sched/ F: doc/guides/prog_guide/qos_framework.rst F: app/test/test_pie.c