From patchwork Wed Mar 9 11:25:29 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ferruh Yigit X-Patchwork-Id: 108618 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 35B18A0093; Wed, 9 Mar 2022 12:25:40 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BBDC740395; Wed, 9 Mar 2022 12:25:39 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id A453940150 for ; Wed, 9 Mar 2022 12:25:37 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1646825138; x=1678361138; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=gw36QPdwU6S+v4gAWavU1vtAHWetdrV2IeGG0mdnd2c=; b=TpiHCDi9dMs0/8fMrWpC6OY4Gh8RS8Kk9/a0PR6FLcWGhVAJwEBit7Uk hiv0Gx0NpOSHXHLZ/GXKoP9Yc7HFoPdzEnuBs013DIMFj2HhoeieCIFGO QVI0DtdaG0vOwBHd4MyQ5byEsLywGqmOFtqmDJQCKm3WIVEBoxw0Hc3X1 fqfHiMii2X4pszFkY4xOSOjcldYLGlEyKke7xqsLyA+ugmXlAGlhUpSFK 32QaQy+snNKxgR85T//uDdAFEdQOKJ4bXZQHpBbk3X+gbGFmLtTbcyuQ6 RgOSjj/w1Gxil+j8jTumSfmQrWdsI2SARcBNo+UXPo1S2/qhh7M8Jp+fQ Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10280"; a="318179715" X-IronPort-AV: E=Sophos;i="5.90,167,1643702400"; d="scan'208";a="318179715" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Mar 2022 03:25:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,167,1643702400"; d="scan'208";a="578355962" Received: from silpixa00399752.ir.intel.com (HELO silpixa00399752.ger.corp.intel.com) ([10.237.222.27]) by orsmga001.jf.intel.com with ESMTP; 09 Mar 2022 03:25:35 -0800 From: Ferruh Yigit To: Thomas Monjalon Cc: dev@dpdk.org, Ferruh Yigit , David Marchand Subject: [PATCH] maintainers: update for KNI, UIO and pcap Date: Wed, 9 Mar 2022 11:25:29 +0000 Message-Id: <20220309112530.2191025-1-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.35.1 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 Won't able to allocate time on these components, resigning from maintaining them. Signed-off-by: Ferruh Yigit --- Cc: David Marchand --- MAINTAINERS | 4 ---- 1 file changed, 4 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 4ba4c8d67c43..fdea1c623f5f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -318,7 +318,6 @@ F: lib/eal/linux/ F: doc/guides/linux_gsg/ Linux UIO -M: Ferruh Yigit F: drivers/bus/pci/linux/*uio* Linux VFIO @@ -587,7 +586,6 @@ F: app/test/test_link_bonding* F: examples/bond/ Linux KNI -M: Ferruh Yigit F: kernel/linux/kni/ F: lib/kni/ F: doc/guides/prog_guide/kernel_nic_interface.rst @@ -964,7 +962,6 @@ F: doc/guides/nics/avp.rst F: doc/guides/nics/features/avp.ini PCAP PMD -M: Ferruh Yigit F: drivers/net/pcap/ F: doc/guides/nics/pcap_ring.rst F: doc/guides/nics/features/pcap.ini @@ -975,7 +972,6 @@ F: doc/guides/nics/tap.rst F: doc/guides/nics/features/tap.ini KNI PMD -M: Ferruh Yigit F: drivers/net/kni/ F: doc/guides/nics/kni.rst