From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH] maintainers: add event ring test to eventdev Date: Thu, 3 Aug 2017 21:25:21 +0530 Message-ID: <20170803155520.GB18250@jerin> References: <20170803155155.30766-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Thomas Monjalon Return-path: Received: from NAM01-BN3-obe.outbound.protection.outlook.com (mail-bn3nam01on0078.outbound.protection.outlook.com [104.47.33.78]) by dpdk.org (Postfix) with ESMTP id C673C374C for ; Thu, 3 Aug 2017 17:55:48 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20170803155155.30766-1-thomas@monjalon.net> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" -----Original Message----- > Date: Thu, 3 Aug 2017 17:51:55 +0200 > From: Thomas Monjalon > To: jerin.jacob@caviumnetworks.com > Cc: dev@dpdk.org > Subject: [PATCH] maintainers: add event ring test to eventdev > X-Mailer: git-send-email 2.13.2 > > This file was not referenced in MAINTAINERS list. > The miss is spotted with devtools/check-maintainers.sh. > > As this test file is related to eventdev, they should both > have the same maintainer. > > Fixes: 1ee55d7a6e4d ("test/eventdev: add auto-tests for event ring functions") > > Signed-off-by: Thomas Monjalon Acked-by: Jerin Jacob > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 897277748..52e048f70 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -825,6 +825,7 @@ M: Jerin Jacob > F: app/test-eventdev/ > F: doc/guides/tools/testeventdev.rst > F: doc/guides/tools/img/eventdev_* > +F: test/test/test_event_ring.c > > Procinfo tool > M: Maryam Tahhan > -- > 2.13.2 >