test/mbuf: add unit test cases
authorLavanya Govindarajan <lavanyax.govindarajan@intel.com>
Fri, 30 Aug 2019 14:13:14 +0000 (15:13 +0100)
committerDavid Marchand <david.marchand@redhat.com>
Thu, 24 Oct 2019 07:01:40 +0000 (09:01 +0200)
Added new unit test cases to cover the below functions:
- rte_validate_tx_offload,
- rte_pktmbuf_alloc_bulk,
- rte_pktmbuf_read,
- rte_pktmbuf_ext_shinfo_init_helper,
- rte_pktmbuf_attach_extbuf,
- rte_mbuf_ext_refcnt_read,
- rte_mbuf_ext_refcnt_update,
- rte_mbuf_ext_refcnt_set,
- rte_pktmbuf_detach_extbuf

Signed-off-by: Lavanya Govindarajan <lavanyax.govindarajan@intel.com>
Reviewed-by: Reshma Pattan <reshma.pattan@intel.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>

No differences found