Re: [dpdk-dev] [PATCH v2 0/1] add max mbuf size test case

2019-04-16 Thread Akhil Goyal
> -Original Message- > From: dev On Behalf Of Tomasz Cel > Sent: Tuesday, April 2, 2019 5:47 PM > To: dev@dpdk.org; fiona.tr...@intel.com; tomaszx.jozw...@intel.com; > tomaszx@intel.com > Subject: [dpdk-dev] [PATCH v2 0/1] add max mbuf size test case > &

[dpdk-dev] [PATCH v2 0/1] add max mbuf size test case

2019-04-02 Thread Tomasz Cel
From: Tomasz Jozwiak This patch adds new test case in which max. size of chain mbufs has been used to compress random data dynamically. V2 changes: Added changes to new test_compressdev.c file location in app/test/ folder Tomasz Jozwiak (1): test/compress: add max mbuf size test case a