From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH] test/eventdev: fix incorrect unit test Date: Tue, 25 Sep 2018 09:05:17 +0530 Message-ID: <20180925033515.GC10106@jerin> References: <20180905142331.9167-1-pbhagavatula@caviumnetworks.com> <20180923085905.GA30840@jerin> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Pavan Nikhilesh Return-path: Received: from NAM05-DM3-obe.outbound.protection.outlook.com (mail-eopbgr730058.outbound.protection.outlook.com [40.107.73.58]) by dpdk.org (Postfix) with ESMTP id E76B21B3C0 for ; Tue, 25 Sep 2018 05:35:33 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20180923085905.GA30840@jerin> 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: Sun, 23 Sep 2018 14:29:07 +0530 > From: Jerin Jacob > To: Pavan Nikhilesh > CC: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] test/eventdev: fix incorrect unit test > User-Agent: Mutt/1.10.1 (2018-07-13) > > > -----Original Message----- > > Date: Wed, 5 Sep 2018 19:53:31 +0530 > > From: Pavan Nikhilesh > > To: jerin.jacob@caviumnetworks.com > > Cc: dev@dpdk.org, Pavan Nikhilesh > > Subject: [dpdk-dev] [PATCH] test/eventdev: fix incorrect unit test > > X-Mailer: git-send-email 2.18.0 > > > > Enqueue, dequeue depths are only valid for event devs that have burst > > mode capability. Check event dev capability before testing depth > > boundary. > > > > Fixes: f8f9d233ea0e ("test/eventdev: add unit tests") > > Cc: stable@dpdk.org > > Acked-by: Jerin Jacob Applied to dpdk-next-eventdev/master. Thanks.