From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by inbox.dpdk.org (Postfix) with ESMTP id C0292A046B
	for <public@inbox.dpdk.org>; Mon, 22 Jul 2019 15:44:37 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id 643A91BE6A;
	Mon, 22 Jul 2019 15:44:36 +0200 (CEST)
Received: from mga01.intel.com (mga01.intel.com [192.55.52.88])
 by dpdk.org (Postfix) with ESMTP id 60BD01BE58
 for <dev@dpdk.org>; Mon, 22 Jul 2019 15:44:34 +0200 (CEST)
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from fmsmga006.fm.intel.com ([10.253.24.20])
 by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 22 Jul 2019 06:44:33 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.64,295,1559545200"; d="scan'208";a="368520670"
Received: from irvmail001.ir.intel.com ([163.33.26.43])
 by fmsmga006.fm.intel.com with ESMTP; 22 Jul 2019 06:44:32 -0700
Received: from wgcvswdev001.ir.intel.com (wgcvswdev001.ir.intel.com
 [10.102.246.100])
 by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id
 x6MDiVKP025581; Mon, 22 Jul 2019 14:44:31 +0100
Received: from wgcvswdev001.ir.intel.com (localhost [127.0.0.1])
 by wgcvswdev001.ir.intel.com with ESMTP id x6MDi0YO032228;
 Mon, 22 Jul 2019 14:44:00 +0100
Received: (from lgovin3x@localhost)
	by wgcvswdev001.ir.intel.com with œ id x6MDi0pp032224;
	Mon, 22 Jul 2019 14:44:00 +0100
From: Lavanya Govindarajan <lavanyax.govindarajan@intel.com>
To: dev@dpdk.org
Cc: reshma.pattan@intel.com, olivier.matz@6wind.com,
 bruce.richardson@intel.com, pallantlax.poornima@intel.com,
 Lavanya Govindarajan <lavanyax.govindarajan@intel.com>
Date: Mon, 22 Jul 2019 14:42:46 +0100
Message-Id: <1563802968-32033-1-git-send-email-lavanyax.govindarajan@intel.com>
X-Mailer: git-send-email 1.7.0.7
In-Reply-To: <1555332015-31506-1-git-send-email-lavanyax.govindarajan@intel.com>
References: <1555332015-31506-1-git-send-email-lavanyax.govindarajan@intel.com>
Subject: [dpdk-dev] [PATCH v2 0/2] add unit test cases for mbuf library
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

This patchset contains unit testcases added to increase the
functional and decision coverage for the library functions 
defined in rte_mbuf.h and rte_mbuf.c

1/2: unit test cases added for rte_mbuf.h
2/2: unit test cases added for rte_mbuf.c

Patch 2/2 depends on 1/2

Signed-off-by: Lavanya Govindarajan <lavanyax.govindarajan@intel.com>
Signed-off-by: Pallantla Poornima <pallantlax.poornima@intel.com>
Reviewed-by: Reshma Pattan <reshma.pattan@intel.com>
---
v2: Addressed v1's comments
Removed rte prefix from the test function names.
Fixed comments given for the below test functions
test_mbuf_validate_tx_offload
test_neg_pktmbuf_alloc_bulk
test_pktmbuf_read_from_offset
test_pktmbuf_read_from_chain
---
Lavanya Govindarajan (1):
  app/test: add unit test cases for mbuf library APIs

Pallantla Poornima (1):
  app/test: add unit test cases to mbuf

 app/test/test_mbuf.c | 1019 +++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 1016 insertions(+), 3 deletions(-)

-- 
2.17.2