Re: [dpdk-dev] [PATCH] compress/isal: fixes ISA-L PMD used with offsets in mbuf

2018-07-11 Thread De Lara Guarch, Pablo
Hi Lee, > -Original Message- > From: Daly, Lee > Sent: Tuesday, July 10, 2018 1:44 PM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org; Daly, Lee ; sta...@dpdk.org > Subject: [PATCH] compress/isal: fixes ISA-L PMD used with offsets in mbuf > > This patch allows the ISA-L compression PMD, t

Re: [dpdk-dev] [PATCH] compress/isal: fixes ISA-L PMD used with offsets in mbuf

2018-07-11 Thread De Lara Guarch, Pablo
Hi Lee, > -Original Message- > From: Daly, Lee > Sent: Tuesday, July 10, 2018 1:44 PM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org; Daly, Lee ; sta...@dpdk.org > Subject: [PATCH] compress/isal: fixes ISA-L PMD used with offsets in mbuf > No need to use ISA-L PMD in the title, as it is

[dpdk-dev] [PATCH] compress/isal: fixes ISA-L PMD used with offsets in mbuf

2018-07-10 Thread Lee Daly
This patch allows the ISA-L compression PMD, to be used with offsets in the mbuf. Offsets can now be used for source and destination buffers, during compression or decompression. Fixes: dc49e6a "compress/isal: add ISA-L compression functionality" Fixes: 7bf4f06 "compress/isal: add ISA-L decomp fun