From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1 5/5] test: support for rawdev testcases Date: Sun, 14 Jan 2018 23:58:28 +0100 Message-ID: <2256187.Km34roPN7u@xps> References: <20180102125749.2379-1-shreyansh.jain@nxp.com> <20180102125749.2379-6-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, hemant.agrawal@nxp.com, fiona.trahe@intel.com, rosen.xu@intel.com To: Shreyansh Jain Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 849CA44BE for ; Sun, 14 Jan 2018 23:59:00 +0100 (CET) In-Reply-To: <20180102125749.2379-6-shreyansh.jain@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 02/01/2018 13:57, Shreyansh Jain: > Patch introduces rawdev unit testcase for validation against the > Skeleton rawdev dummy PMD implementation. > > Signed-off-by: Shreyansh Jain > --- > test/test/Makefile | 4 + > test/test/test_rawdev.c | 376 ++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 380 insertions(+) As it is being done for test_eventdev_octeontx.c, I think it is a good idea to move the PMD unit tests in the PMD directory. Please check the patches from Pavan, applied in dpdk-next-eventdev.