From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 01E798D86 for ; Mon, 20 Jun 2016 13:23:06 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 20 Jun 2016 04:23:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,498,1459839600"; d="scan'208";a="979557046" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.18]) by orsmga001.jf.intel.com with SMTP; 20 Jun 2016 04:23:03 -0700 Received: by (sSMTP sendmail emulation); Mon, 20 Jun 2016 12:23:02 +0025 Date: Mon, 20 Jun 2016 12:23:02 +0100 From: Bruce Richardson To: Jerin Jacob Cc: dev@dpdk.org, thomas.monjalon@6wind.com, ferruh.yigit@intel.com, Maciej Czekaj Message-ID: <20160620112301.GA18996@bricha3-MOBL3> References: <1465931200-23912-1-git-send-email-jerin.jacob@caviumnetworks.com> <1466170194-28393-1-git-send-email-jerin.jacob@caviumnetworks.com> <1466170194-28393-28-git-send-email-jerin.jacob@caviumnetworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1466170194-28393-28-git-send-email-jerin.jacob@caviumnetworks.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v6 27/27] maintainers: claim responsibility for the ThunderX nicvf PMD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jun 2016 11:23:07 -0000 On Fri, Jun 17, 2016 at 06:59:54PM +0530, Jerin Jacob wrote: > Signed-off-by: Jerin Jacob > Signed-off-by: Maciej Czekaj > --- > MAINTAINERS | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index be09a98..e41ce13 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -343,6 +343,12 @@ M: Sony Chacko > F: drivers/net/qede/ > F: doc/guides/nics/qede.rst > > +Cavium ThunderX nicvf > +M: Jerin Jacob > +M: Maciej Czekaj > +F: drivers/net/thunderx/ > +F: doc/guides/nics/thunderx.rst > + > RedHat virtio > M: Huawei Xie > M: Yuanhan Liu > -- Minor nit - these entries are sorted according to first letter of the title, so this belongs after bnxt and before Chelsio cxgbe. I'll fix on apply. /Bruce