[dpdk-dev] [PATCH v2 0/2] add unit test cases for mbuf library

Lavanya Govindarajan lavanyax.govindarajan at intel.com
Mon Jul 22 15:42:46 CEST 2019


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 at intel.com>
Signed-off-by: Pallantla Poornima <pallantlax.poornima at intel.com>
Reviewed-by: Reshma Pattan <reshma.pattan at 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



More information about the dev mailing list