From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7A104C4332F for ; Fri, 21 Oct 2022 11:29:43 +0000 (UTC) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BDAD942BA6; Fri, 21 Oct 2022 13:29:42 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id B28F541147 for ; Fri, 21 Oct 2022 13:29:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1666351781; x=1697887781; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=h07rJfLV7sevL5GxA0FaBpxytEIm+5eflAFXsTPsgCk=; b=hcTpMORA5CW6cAANXWgFCv/gg/Xgq7SiU7a72arJWD31d6DHmAxs0+j9 7G3ZM0R8VSWfilfVbu6daJ3jCYlMaNM+2ub63DLOZLIUNxiyraZDPU74q zZbStHdb9mjUjxKtrpr3prKP901dUd060Q3l3CRfcE8QSWnqJxwKqtGuV MO7kAIEjxQwaftTGEN4eTYU9RONEpU6UkJGCoRCsyN9Ib7i69P2tfENmS RdOm40n6gccXxC+y9Fn6hRcz6lIb28TwQtCHLRXEwU79atHIWYSyFdFFA 4rEiOoaGwbky2qXMxx69rdzDpEZFXmeRDvk1wLm0AuXJpBwtdL1MGggap g==; X-IronPort-AV: E=McAfee;i="6500,9779,10506"; a="294378063" X-IronPort-AV: E=Sophos;i="5.95,200,1661842800"; d="scan'208";a="294378063" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Oct 2022 04:28:53 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10506"; a="719671796" X-IronPort-AV: E=Sophos;i="5.95,200,1661842800"; d="scan'208";a="719671796" Received: from vjayathe-mobl.amr.corp.intel.com ([10.215.202.211]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Oct 2022 04:28:51 -0700 From: Jay Jayatheerthan To: thomas@monjalon.net Cc: jerinjacobk@gmail.com, jerinj@marvell.com, s.v.naga.harish.k@intel.com, dev@dpdk.org, jay.jayatheerthan@intel.com Subject: [PATCH] maintainers: change maintainer for event ethdev Rx/Tx adapters Date: Fri, 21 Oct 2022 16:58:43 +0530 Message-Id: <20221021112843.808-1-jay.jayatheerthan@intel.com> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Jay Jayatheerthan --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 2bd4a55f1b..86d9e62667 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -498,14 +498,14 @@ F: app/test/test_eventdev.c F: examples/l3fwd/l3fwd_event* Eventdev Ethdev Rx Adapter API -M: Jay Jayatheerthan +M: Naga Harish K S V T: git://dpdk.org/next/dpdk-next-eventdev F: lib/eventdev/*eth_rx_adapter* F: app/test/test_event_eth_rx_adapter.c F: doc/guides/prog_guide/event_ethernet_rx_adapter.rst Eventdev Ethdev Tx Adapter API -M: Jay Jayatheerthan +M: Naga Harish K S V T: git://dpdk.org/next/dpdk-next-eventdev F: lib/eventdev/*eth_tx_adapter* F: app/test/test_event_eth_tx_adapter.c -- 2.29.2.windows.2