From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id E4C16A0613 for ; Fri, 30 Aug 2019 16:14:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7EDFF1E8C9; Fri, 30 Aug 2019 16:14:06 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 60E651D155 for ; Fri, 30 Aug 2019 16:14:05 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Aug 2019 07:14:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,447,1559545200"; d="scan'208";a="186309905" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga006.jf.intel.com with ESMTP; 30 Aug 2019 07:14:00 -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 x7UEE0kY029315; Fri, 30 Aug 2019 15:14:00 +0100 Received: from wgcvswdev001.ir.intel.com (localhost [127.0.0.1]) by wgcvswdev001.ir.intel.com with ESMTP id x7UEDOtc027579; Fri, 30 Aug 2019 15:13:24 +0100 Received: (from lgovin3x@localhost) by wgcvswdev001.ir.intel.com with œ id x7UEDOLM027575; Fri, 30 Aug 2019 15:13:24 +0100 From: Lavanya Govindarajan To: dev@dpdk.org Cc: reshma.pattan@intel.com, olivier.matz@6wind.com, bruce.richardson@intel.com, jananeex.m.parthasarathy@intel.com, pallantlax.poornima@intel.com, Lavanya Govindarajan Date: Fri, 30 Aug 2019 15:13:13 +0100 Message-Id: <1567174395-27432-1-git-send-email-lavanyax.govindarajan@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: <1565271260-10295-2-git-send-email-lavanyax.govindarajan@intel.com> References: <1565271260-10295-2-git-send-email-lavanyax.govindarajan@intel.com> Subject: [dpdk-dev] [PATCH v5 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 Signed-off-by: Pallantla Poornima Reviewed-by: Reshma Pattan Acked-by: Olivier Matz --- v5: Made minor coding improvisations as suggested. v4: Fixed cosmetic errors. v3: Fixed build issue for environment FD30-64. Improvised error log messages. 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 for mbuf flag names app/test/test_mbuf.c | 1030 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 1027 insertions(+), 3 deletions(-) -- 2.17.2