From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5] compress/qat: enable dynamic huffman encoding Date: Wed, 24 Oct 2018 23:30:10 +0200 Message-ID: <3737696.dzgjCPvWHI@xps> References: <1539645382-17112-1-git-send-email-fiona.trahe@intel.com> <1539809338-826-1-git-send-email-fiona.trahe@intel.com> <468cbcec-1b78-b522-9ee4-0390447eae38@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, Akhil Goyal , "tomaszx.jozwiak@intel.com" , "arkadiuszx.kusztal@intel.com" To: Fiona Trahe Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 39EA51E2B for ; Wed, 24 Oct 2018 23:30:10 +0200 (CEST) In-Reply-To: <468cbcec-1b78-b522-9ee4-0390447eae38@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 24/10/2018 16:15, Akhil Goyal: >=20 > On 10/18/2018 2:18 AM, Fiona Trahe wrote: > > Enable dynamic huffman encoding in the QAT comp PMD. > > > > Signed-off-by: Tomasz Jozwiak > > Signed-off-by: Fiona Trahe > > Acked-by: Arek Kusztal > > --- > Applied to dpdk-next-crypto error: format =E2=80=98%lx=E2=80=99 expects argument of type =E2=80=98long = unsigned int=E2=80=99, but argument 7 has type =E2=80=98phys_addr_t=E2=80= =99 {aka =E2=80=98long long unsigned int=E2=80=99} [-Werror=3Dformat=3D] "%s(): " fmt "\n", __func__, ## args) ^~~~~~~~ drivers/compress/qat/qat_comp_pmd.c:194:2: note: in expansion of macro =E2= =80=98QAT_LOG=E2=80=99 QAT_LOG(DEBUG, "Memzone %s: addr =3D %p, phys =3D %lx, size required %d," One more comment about the release notes, please try to integrate compressdev features between cryptodev and eventdev.