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 73FF743EDD; Mon, 22 Apr 2024 20:51:43 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DE40F40268; Mon, 22 Apr 2024 20:51:42 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 6B20F40265 for ; Mon, 22 Apr 2024 20:51:41 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1086) id 6EE1920FEEC4; Mon, 22 Apr 2024 11:51:40 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 6EE1920FEEC4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1713811900; bh=bXrq1voYtI/3yRANoI23RDpNZ6ut+FsBnK7E7pPBtQQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hpmGf6aVHF9Yw+XpVfcHnwKYtK+g8QiK9QX2mdKjh7pspC5UDBbjRPkOOcEO7dJDJ EzDyt1YArjg8i3nxRGYnYGgkC1y9Or5P/5yd6UzmEs+xi/zrdBZXUiQYSDKBWbvz3D 6kdlcb5c7oiaCL4NG96cai43oui6EhQNCQbpfM/Q= Date: Mon, 22 Apr 2024 11:51:40 -0700 From: Tyler Retzlaff To: Stephen Hemminger Cc: dev@dpdk.org, Bruce Richardson , Thomas Monjalon , Juraj =?utf-8?Q?Linke=C5=A1?= Subject: Re: [PATCH v3] MAINTAINERS: remove maintainers that bounce Message-ID: <20240422185140.GA17742@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20240405170514.369037-1-stephen@networkplumber.org> <20240422183958.6338-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240422183958.6338-1-stephen@networkplumber.org> User-Agent: Mutt/1.5.21 (2010-09-15) 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 On Mon, Apr 22, 2024 at 11:39:07AM -0700, Stephen Hemminger wrote: > Recent patch set for rte_memcpy, discovered that the some > mail addresses could not be found. > > Signed-off-by: Stephen Hemminger > Acked-by: Bruce Richardson > --- Acked-by: Tyler Retzlaff