From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 69C83A053A for ; Wed, 5 Feb 2020 11:07:12 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 411201C12D; Wed, 5 Feb 2020 11:07:12 +0100 (CET) Received: from mail-wm1-f67.google.com (mail-wm1-f67.google.com [209.85.128.67]) by dpdk.org (Postfix) with ESMTP id 119FD1C12D for ; Wed, 5 Feb 2020 11:07:11 +0100 (CET) Received: by mail-wm1-f67.google.com with SMTP id t23so1761066wmi.1 for ; Wed, 05 Feb 2020 02:07:11 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=Hij7F/2K6/cIu5JFvXhe/cLzjeuS4TjNgSnHNXTaHbc=; b=oqZ16ALtt3zNh5bVch85vYupxuv+ivXaioCgltHHDTbuI5WwPHqbeUxihEeb/XPfyi I3XXOilCpRChklii6px2WunK04HIKj74/O6zqtibsuknfOXFn4uZfmGf43D762Ywjrkl 479OQPdkaXcGQIhbeijtFo2w2Yq4CzjpCn9MtohlLAvPn1in9xXQnvmMx4aSu1QX8Uwk 8NMOFUiOwK8FRGkmEV0MMXVQ1GwjECjRpyOpEO/2TeojikoP/cEWjLYoLFBFtXhvsQBM DGikHjFVoJ9YZeITWLpK3Qvx81eTC06WsKsGNqt/vitQUxplwShxPM5lZsGf+5BxI3Xe Jw9w== X-Gm-Message-State: APjAAAVomoc5NVdUjbMEGuQtunlA4xPOy8dMqXsTcH2NHKjgbaMc8IwY FMZLw9k6QGEt4Nd4R8QHens= X-Google-Smtp-Source: APXvYqxvwe2L8y0tuGFaj97pamc2lq9NYnhwcqx/FXUcwl/wDkIS5gWfkK3qWeYiRR/kTymyAilW/A== X-Received: by 2002:a7b:c8d2:: with SMTP id f18mr4597682wml.47.1580897230798; Wed, 05 Feb 2020 02:07:10 -0800 (PST) Received: from localhost ([185.201.63.253]) by smtp.gmail.com with ESMTPSA id a22sm7593536wmd.20.2020.02.05.02.07.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 05 Feb 2020 02:07:09 -0800 (PST) Message-ID: From: Luca Boccassi To: Kevin Traynor , stable@dpdk.org Cc: thomas@monjalon.net Date: Wed, 05 Feb 2020 11:06:34 +0100 In-Reply-To: <20200203102407.10446-1-ktraynor@redhat.com> References: <20200203102407.10446-1-ktraynor@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH 17.11] maintainers: update for stable branches X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Mon, 2020-02-03 at 10:24 +0000, Kevin Traynor wrote: > Yuanhan is no longer maintaining DPDK stable. >=20 > Add Luca and Kevin. >=20 > Signed-off-by: Kevin Traynor < > ktraynor@redhat.com > > > --- > MAINTAINERS | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) >=20 > diff --git a/MAINTAINERS b/MAINTAINERS > index 1837bb5d3..4c9dd8433 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -29,5 +29,6 @@ T: git://dpdk.org/dpdk > =20 > Stable Branches > -M: Yuanhan Liu < > yliu@fridaylinux.org > > > +M: Luca Boccassi < > bluca@debian.org > > > +M: Kevin Traynor < > ktraynor@redhat.com > > > T: git://dpdk.org/dpdk-stable > =20 Thanks, applied --=20 Kind regards, Luca Boccassi