Re: [dpdk-dev] [PATCH] lib/compress: fix incorrect structure comment

2018-12-18 Thread Akhil Goyal
On 11/27/2018 8:47 PM, Trahe, Fiona wrote: > >> -Original Message- >> From: Daly, Lee >> Sent: Tuesday, November 27, 2018 8:10 AM >> To: Trahe, Fiona >> Cc: dev@dpdk.org; Daly, Lee ; sta...@dpdk.org >> Subject: [PATCH] lib/compress: fix incorrect structure comment >> >> Fixes incorrect c

Re: [dpdk-dev] [PATCH] lib/compress: fix incorrect structure comment

2018-11-27 Thread Trahe, Fiona
> -Original Message- > From: Daly, Lee > Sent: Tuesday, November 27, 2018 8:10 AM > To: Trahe, Fiona > Cc: dev@dpdk.org; Daly, Lee ; sta...@dpdk.org > Subject: [PATCH] lib/compress: fix incorrect structure comment > > Fixes incorrect comment on compressdev rte_comp_op structure element

[dpdk-dev] [PATCH] lib/compress: fix incorrect structure comment

2018-11-27 Thread Lee Daly
Fixes incorrect comment on compressdev rte_comp_op structure element. Comment needed to be updated to be compliant with the use of chained mbufs. Fixes: f87bdc1ddcf4 ("compressdev: add compression specific data") Cc: sta...@dpdk.org Cc: fiona.tr...@intel.com Signed-off-by: Lee Daly --- lib/libr