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 694EEA0524; Thu, 4 Feb 2021 11:28:01 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 521F02406C2; Thu, 4 Feb 2021 11:28:01 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 9375A2406A5 for ; Thu, 4 Feb 2021 11:27:59 +0100 (CET) IronPort-SDR: rNvplqZ+3lh4Kq7ntoEEWTOBAdkKAgPfNOBzUJW+W3QUkcFt7wlVrVKaFbP+h5h2n41jrZx5q4 0Ea368pQtLPQ== X-IronPort-AV: E=McAfee;i="6000,8403,9884"; a="245285720" X-IronPort-AV: E=Sophos;i="5.79,400,1602572400"; d="scan'208";a="245285720" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Feb 2021 02:27:58 -0800 IronPort-SDR: kCMcOk6ey8p7Blm9DaeRPVeSG+/731jvrW2C8D4eHPuE0WELgsPI6glsljLyilPYexuR0MJgmD ZuglU71+DmiQ== X-IronPort-AV: E=Sophos;i="5.79,400,1602572400"; d="scan'208";a="393098771" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.211.210]) ([10.213.211.210]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Feb 2021 02:27:57 -0800 To: Bernard Iremonger , dev@dpdk.org, john.mcnamara@intel.com, wenzhuo.lu@intel.com References: <1612433079-23082-1-git-send-email-bernard.iremonger@intel.com> From: Ferruh Yigit Message-ID: Date: Thu, 4 Feb 2021 10:27:55 +0000 MIME-Version: 1.0 In-Reply-To: <1612433079-23082-1-git-send-email-bernard.iremonger@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] maintainers: update for testpmd 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 Sender: "dev" On 2/4/2021 10:04 AM, Bernard Iremonger wrote: > remove Bernard Iremonger > remove Wenzhuo Lu > > Signed-off-by: Bernard Iremonger > --- > MAINTAINERS | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 77a2273..4e9fb0a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1581,9 +1581,7 @@ F: app/test/sample_packet_forward.c > F: app/test/sample_packet_forward.h > > Driver testing tool > -M: Wenzhuo Lu > M: Xiaoyun Li > -M: Bernard Iremonger > T: git://dpdk.org/next/dpdk-next-net > F: app/test-pmd/ > F: doc/guides/testpmd_app_ug/ > Acked-by: Ferruh Yigit