From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com
 [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 7BB9C2C16
 for <dev@dpdk.org>; Fri,  4 Aug 2017 01:31:56 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 27EF5208D8;
 Thu,  3 Aug 2017 19:31:56 -0400 (EDT)
Received: from frontend1 ([10.202.2.160])
 by compute1.internal (MEProxy); Thu, 03 Aug 2017 19:31:56 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 cc:content-transfer-encoding:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=mb9i9GPXXnyof7G
 vl26enT2536XFVIdA9E0p+wMTcpg=; b=Zo3WVAVx2XVkzi/NuwQHqj2ZZD5JUmY
 Yl1/9zmxB7yc1dhPEmvXVTCPW4018PLwGqFHNHyi0hFoOdR2FNdAR4DS4Ks0hstQ
 13R3CCZEDNO9v+CXZOr0GTOx6ozkdgf3NlOPFvJSWAeR6d9DrUH4TEyisC20zQ6O
 U6bsRlyo6Wxg=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:content-transfer-encoding:content-type
 :date:from:in-reply-to:message-id:mime-version:references
 :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s=
 fm1; bh=mb9i9GPXXnyof7Gvl26enT2536XFVIdA9E0p+wMTcpg=; b=e8tqoqCB
 9+7RPzk2fVVCbWrp1FvZhSgIV0wqjU5Ds40Xba3X7O+/NhO9ae58CKds/JYy1/QS
 v+l++VV+TWiPsN/jSDQzKQDuQ/KcMMqIyM4NhSFLXsoPTBcLm/MYDKRxX7EpvzA0
 xBcblDjWFSOBaYlArLIFMW9grrJKwhOprBRQ+vC/2XpI9uPYZvZwE3RbMQDDbIOe
 CdfI31IphFRinqdojtDyP7Ib/sUJ+r0hOd1maX+cA95Tfk5Qxky0Fotvo+AxqJat
 QQgw5lBXJMkbzCAXSGg2JOU/FnwORch68lb4qSiRV5aObx4pMgwvhI8h1S+C0iv5
 hDHeLG1+NQKfAw==
X-ME-Sender: <xms:bLKDWbDjAbwGNy6rc8SWj2h36EL2rlXxpeoOflGd_pa0PBT_rrXtVQ>
X-Sasl-enc: 6f9kSs1OZMomWETOlhdMEEPp+8fKUAy9gc5FrL25VR1t 1501803115
Received: from xps.localnet (130.20.90.92.rev.sfr.net [92.90.20.130])
 by mail.messagingengine.com (Postfix) with ESMTPA id B37757E4A9;
 Thu,  3 Aug 2017 19:31:55 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: dev@dpdk.org
Cc: Jerin Jacob <jerin.jacob@caviumnetworks.com>
Date: Fri, 04 Aug 2017 01:31:53 +0200
Message-ID: <2504185.MR3CPcG9B8@xps>
In-Reply-To: <20170803155520.GB18250@jerin>
References: <20170803155155.30766-1-thomas@monjalon.net>
 <20170803155520.GB18250@jerin>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] maintainers: add event ring test to eventdev
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 03 Aug 2017 23:31:56 -0000

> > 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 <thomas@monjalon.net>
> 
> Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>

Applied