From patchwork Mon Oct 3 19:59:49 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jasvinder Singh X-Patchwork-Id: 117278 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 8AB4DA04FD; Mon, 3 Oct 2022 21:59:54 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7ECB541156; Mon, 3 Oct 2022 21:59:54 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 0DC7140F17 for ; Mon, 3 Oct 2022 21:59: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=1664827193; x=1696363193; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=SPCgvMNwz+qgT8bfxe3qDlUBvwjcWWgGDWmBW+DmxHs=; b=PIILxe89WUW9yLRXljNdGFxLsSeJam76HwoTl7A8cLaZJgKLVj8XAo/R HHqTqTNXRMionon7wlOVJ0RvQ8VyFfpa56/IsJYECeMbXqr7b/v/wnpVG C/LZpCOsBvFsvETRFm+X3IJSX2htjsmhPs8TSiXw65Sws+xgbEycpjq/M S7r5B+9RDHrWxjFSVGiKQjIPC3kk1wBOWrhi5v5xZBVPq2wCURv7p5cKk fUwRZvSrzRHcMawADMB0vCHkrn8VqlRt1X2ax6h1F6mZnSmmLaKJRb3vz HXkISWBMLs5w/z3Keaqvdy+qPxaKLrPM591ErtpMpxfOKm9LXbwSATjdL A==; X-IronPort-AV: E=McAfee;i="6500,9779,10489"; a="301467032" X-IronPort-AV: E=Sophos;i="5.93,366,1654585200"; d="scan'208";a="301467032" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Oct 2022 12:59:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10489"; a="692220219" X-IronPort-AV: E=Sophos;i="5.93,366,1654585200"; d="scan'208";a="692220219" Received: from silpixa00400517.ir.intel.com ([10.237.214.118]) by fmsmga004.fm.intel.com with ESMTP; 03 Oct 2022 12:59:50 -0700 From: Jasvinder Singh To: dev@dpdk.org Cc: cristian.dumitrescu@intel.com, john.mcnamara@intel.com, thomas@monjalon.net Subject: [PATCH] net/softnic: remove maintainer Date: Mon, 3 Oct 2022 20:59:49 +0100 Message-Id: <20221003195949.1738935-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. Signed-off-by: Jasvinder Singh --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index a55b379d73..c0337bc7af 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1009,7 +1009,6 @@ F: doc/guides/nics/fail_safe.rst F: doc/guides/nics/features/failsafe.ini Softnic PMD -M: Jasvinder Singh M: Cristian Dumitrescu F: drivers/net/softnic/ F: doc/guides/nics/softnic.rst